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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-02/func/sub-0038_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fe5cc8af3c122c5238b4ac51854b71f5</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:00:47.587500</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.999623, 0.00673278, 0.0266208, -0.00907249, 0.996011, 0.0887707]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0719628</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7269, 567, -119, -214, -23, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>06297e12-f47e-42be-afb0-9d285280a8a2||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.681915283203125, -0.024340836331248283, 0.06997577846050262, 110.39820098876953], [-0.018063563853502274, 2.6722240447998047, 0.24024254083633423, -96.45462799072266], [0.07142172753810883, -0.2381652295589447, 2.688380002975464, -73.52365112304688], [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': ['100047.587500', '100048.047500', '100048.507500', '100048.967500', '100049.427500', '100049.887500', '100050.347500', '100050.807500', '100051.267500', '100051.727500', '100052.187500', '100052.647500', '100053.107500', '100053.567500', '100054.027500', '100054.487500', '100054.947500', '100055.407500', '100055.867500', '100056.327500', '100056.787500', '100057.247500', '100057.707500', '100058.167500', '100058.627500', '100059.087500', '100059.547500', '100100.007500', '100100.467500', '100100.927500', '100101.387500', '100101.847500', '100102.307500', '100102.767500', '100103.227500', '100103.687500', '100104.147500', '100104.607500', '100105.067500', '100105.527500', '100105.987500', '100106.447500', '100106.907500', '100107.367500', '100107.827500', '100108.287500', '100108.747500', '100109.207500', '100109.667500', '100110.127500', '100110.587500', '100111.047500', '100111.507500', '100111.967500', '100112.427500', '100112.887500', '100113.347500', '100113.807500', '100114.267500', '100114.727500', '100115.187500', '100115.647500', '100116.107500', '100116.567500', '100117.027500', '100117.487500', '100117.947500', '100118.407500', '100118.867500', '100119.327500', '100119.787500', '100120.247500', '100120.707500', '100121.167500', '100121.627500', '100122.087500', '100122.547500', '100123.007500', '100123.467500', '100123.927500', '100124.387500', '100124.847500', '100125.307500', '100125.767500', '100126.227500', '100126.687500', '100127.147500', '100127.607500', '100128.067500', '100128.527500', '100128.987500', '100129.447500', '100129.907500', '100130.367500', '100130.827500', '100131.287500', '100131.747500', '100132.207500', '100132.667500', '100133.127500', '100133.587500', '100134.047500', '100134.507500', '100134.967500', '100135.427500', '100135.887500', '100136.347500', '100136.807500', '100137.267500', '100137.727500', '100138.187500', '100138.647500', '100139.107500', '100139.567500', '100140.027500', '100140.487500', '100140.947500', '100141.407500', '100141.867500', '100142.327500', '100142.787500', '100143.247500', '100143.707500', '100144.167500', '100144.627500', '100145.087500', '100145.547500', '100146.007500', '100146.467500', '100146.927500', '100147.387500', '100147.847500', '100148.307500', '100148.767500', '100149.227500', '100149.687500', '100150.147500', '100150.607500', '100151.067500', '100151.527500', '100151.987500', '100152.447500', '100152.907500', '100153.367500', '100153.827500', '100154.287500', '100154.747500', '100155.207500', '100155.667500', '100156.127500', '100156.587500', '100157.047500', '100157.507500', '100157.967500', '100158.427500', '100158.887500', '100159.347500', '100159.807500', '100200.267500', '100200.727500', '100201.187500', '100201.647500', '100202.107500', '100202.567500', '100203.027500', '100203.487500', '100203.947500', '100204.407500', '100204.867500', '100205.327500', '100205.787500', '100206.247500', '100206.707500', '100207.167500', '100207.627500', '100208.087500', '100208.547500', '100209.007500', '100209.467500', '100209.927500', '100210.387500', '100210.847500', '100211.307500', '100211.767500', '100212.227500', '100212.687500', '100213.147500', '100213.607500', '100214.067500', '100214.527500', '100214.987500', '100215.447500', '100215.907500', '100216.367500', '100216.827500', '100217.287500', '100217.747500', '100218.207500', '100218.667500', '100219.127500', '100219.587500', '100220.047500', '100220.507500', '100220.967500', '100221.427500', '100221.887500', '100222.347500', '100222.807500', '100223.267500', '100223.727500', '100224.187500', '100224.647500', '100225.107500', '100225.567500', '100226.027500', '100226.487500', '100226.947500', '100227.407500', '100227.867500', '100228.327500', '100228.787500', '100229.247500', '100229.707500', '100230.167500', '100230.627500', '100231.087500', '100231.547500', '100232.007500', '100232.467500', '100232.927500', '100233.387500', '100233.847500', '100234.307500', '100234.767500', '100235.227500', '100235.687500', '100236.147500', '100236.607500', '100237.067500', '100237.527500', '100237.987500', '100238.447500', '100238.907500', '100239.367500', '100239.827500', '100240.287500', '100240.747500', '100241.207500', '100241.667500', '100242.127500', '100242.587500', '100243.047500', '100243.507500', '100243.967500', '100244.427500', '100244.887500', '100245.347500', '100245.807500', '100246.267500', '100246.727500', '100247.187500', '100247.647500', '100248.107500', '100248.567500', '100249.027500', '100249.487500', '100249.947500', '100250.407500', '100250.867500', '100251.327500', '100251.787500', '100252.247500', '100252.707500', '100253.167500', '100253.627500', '100254.087500', '100254.547500', '100255.007500', '100255.467500', '100255.927500', '100256.387500', '100256.847500', '100257.307500', '100257.767500', '100258.227500', '100258.687500', '100259.147500', '100259.607500', '100300.067500', '100300.527500', '100300.987500', '100301.447500', '100301.907500', '100302.367500', '100302.827500', '100303.287500', '100303.747500', '100304.207500', '100304.667500', '100305.127500', '100305.587500', '100306.047500', '100306.507500', '100306.967500', '100307.427500', '100307.887500', '100308.347500', '100308.807500', '100309.267500', '100309.727500', '100310.187500', '100310.647500', '100311.107500', '100311.567500', '100312.027500', '100312.487500', '100312.947500', '100313.407500', '100313.867500', '100314.327500', '100314.787500', '100315.247500', '100315.707500', '100316.167500', '100316.627500', '100317.087500', '100317.547500', '100318.007500', '100318.467500', '100318.927500', '100319.387500', '100319.847500', '100320.307500', '100320.767500', '100321.227500', '100321.687500', '100322.147500', '100322.607500', '100323.067500', '100323.527500', '100323.987500', '100324.447500', '100324.907500', '100325.367500', '100325.827500', '100326.287500', '100326.747500', '100327.207500', '100327.667500', '100328.127500', '100328.587500', '100329.047500', '100329.507500', '100329.967500', '100330.427500', '100330.887500', '100331.347500', '100331.807500', '100332.267500', '100332.727500', '100333.187500', '100333.647500', '100334.107500', '100334.567500', '100335.027500', '100335.487500', '100335.947500', '100336.407500', '100336.867500', '100337.327500', '100337.787500', '100338.247500', '100338.707500', '100339.167500', '100339.627500', '100340.087500', '100340.547500', '100341.007500', '100341.467500', '100341.927500', '100342.387500', '100342.847500', '100343.307500', '100343.767500', '100344.227500', '100344.687500', '100345.147500', '100345.607500', '100346.067500', '100346.527500', '100346.987500', '100347.447500', '100347.907500', '100348.367500', '100348.827500', '100349.287500', '100349.747500', '100350.207500', '100350.667500', '100351.127500', '100351.587500', '100352.047500', '100352.507500', '100352.967500', '100353.427500', '100353.887500', '100354.347500', '100354.807500', '100355.267500', '100355.727500', '100356.187500', '100356.647500', '100357.107500', '100357.567500', '100358.027500', '100358.487500', '100358.947500', '100359.407500', '100359.867500', '100400.327500', '100400.787500', '100401.247500', '100401.707500', '100402.167500', '100402.627500', '100403.087500', '100403.547500', '100404.007500', '100404.467500', '100404.927500', '100405.387500', '100405.847500', '100406.307500', '100406.767500', '100407.227500', '100407.687500', '100408.147500', '100408.607500', '100409.067500', '100409.527500', '100409.987500', '100410.447500', '100410.907500', '100411.367500', '100411.827500', '100412.287500', '100412.747500', '100413.207500', '100413.667500', '100414.127500', '100414.587500', '100415.047500', '100415.507500', '100415.967500', '100416.427500', '100416.887500', '100417.347500', '100417.807500', '100418.267500', '100418.727500', '100419.187500', '100419.647500', '100420.107500', '100420.567500', '100421.027500', '100421.487500', '100421.947500', '100422.407500', '100422.867500', '100423.327500', '100423.787500', '100424.247500', '100424.707500', '100425.167500', '100425.627500', '100426.087500', '100426.547500', '100427.007500', '100427.467500', '100427.927500', '100428.387500', '100428.847500', '100429.307500', '100429.767500', '100430.227500', '100430.687500', '100431.147500', '100431.607500', '100432.067500', '100432.527500', '100432.987500', '100433.447500', '100433.907500', '100434.367500', '100434.827500', '100435.287500', '100435.747500', '100436.207500', '100436.667500', '100437.127500', '100437.587500', '100438.047500', '100438.507500', '100438.967500', '100439.427500', '100439.887500', '100440.347500', '100440.807500', '100441.267500', '100441.727500', '100442.187500', '100442.647500', '100443.107500', '100443.567500', '100444.027500', '100444.487500', '100444.947500', '100445.407500', '100445.867500', '100446.327500', '100446.787500', '100447.247500', '100447.707500', '100448.167500', '100448.627500', '100449.087500', '100449.547500', '100450.007500', '100450.467500', '100450.927500', '100451.387500', '100451.847500', '100452.307500', '100452.767500', '100453.227500', '100453.687500', '100454.147500', '100454.607500', '100455.067500', '100455.527500', '100455.987500', '100456.447500', '100456.907500', '100457.367500', '100457.827500', '100458.287500', '100458.747500', '100459.207500', '100459.667500', '100500.127500', '100500.587500', '100501.047500', '100501.507500', '100501.967500', '100502.427500', '100502.887500', '100503.347500', '100503.807500', '100504.267500', '100504.727500', '100505.187500', '100505.647500', '100506.107500', '100506.567500', '100507.027500', '100507.487500', '100507.947500', '100508.407500', '100508.867500', '100509.327500', '100509.787500', '100510.247500', '100510.707500', '100511.167500', '100511.627500', '100512.087500', '100512.547500', '100513.007500', '100513.467500', '100513.927500', '100514.387500', '100514.847500', '100515.307500', '100515.767500', '100516.227500', '100516.687500', '100517.147500', '100517.607500', '100518.067500', '100518.527500', '100518.987500', '100519.447500', '100519.907500', '100520.367500', '100520.827500', '100521.287500', '100521.747500', '100522.207500', '100522.667500', '100523.127500', '100523.587500', '100524.047500', '100524.507500', '100524.967500', '100525.427500', '100525.887500', '100526.347500', '100526.807500', '100527.267500', '100527.727500', '100528.187500', '100528.647500', '100529.107500', '100529.567500', '100530.027500', '100530.487500', '100530.947500', '100531.407500', '100531.867500', '100532.327500', '100532.787500', '100533.247500', '100533.707500', '100534.167500', '100534.627500', '100535.087500', '100535.547500', '100536.007500', '100536.467500', '100536.927500', '100537.387500', '100537.847500', '100538.307500', '100538.767500', '100539.227500', '100539.687500', '100540.147500', '100540.607500', '100541.067500', '100541.527500', '100541.987500', '100542.447500', '100542.907500', '100543.367500', '100543.827500', '100544.287500', '100544.747500', '100545.207500', '100545.667500', '100546.127500', '100546.587500', '100547.047500', '100547.507500', '100547.967500', '100548.427500', '100548.887500', '100549.347500', '100549.807500', '100550.267500', '100550.727500', '100551.187500', '100551.647500', '100552.107500', '100552.567500', '100553.027500', '100553.487500', '100553.947500', '100554.407500', '100554.867500', '100555.327500', '100555.787500', '100556.247500', '100556.707500', '100557.167500', '100557.627500', '100558.087500', '100558.547500', '100559.007500', '100559.467500', '100559.927500', '100600.387500', '100600.847500', '100601.307500', '100601.767500', '100602.227500', '100602.687500', '100603.147500', '100603.607500', '100604.067500', '100604.527500', '100604.987500', '100605.447500', '100605.907500', '100606.367500', '100606.827500', '100607.287500', '100607.747500', '100608.207500', '100608.667500', '100609.127500', '100609.587500', '100610.047500', '100610.507500', '100610.967500', '100611.427500', '100611.887500', '100612.347500', '100612.807500', '100613.267500', '100613.727500', '100614.187500', '100614.647500', '100615.107500', '100615.567500', '100616.027500', '100616.487500', '100616.947500', '100617.407500', '100617.867500', '100618.327500', '100618.787500', '100619.247500', '100619.707500', '100620.167500', '100620.627500', '100621.087500', '100621.547500', '100622.007500', '100622.467500', '100622.927500', '100623.387500', '100623.847500', '100624.307500', '100624.767500', '100625.227500', '100625.687500', '100626.147500', '100626.607500', '100627.067500', '100627.527500', '100627.987500', '100628.447500', '100628.907500', '100629.367500', '100629.827500', '100630.287500', '100630.747500', '100631.207500', '100631.667500', '100632.127500', '100632.587500', '100633.047500', '100633.507500', '100633.967500', '100634.427500', '100634.887500', '100635.347500', '100635.807500', '100636.267500', '100636.727500', '100637.187500', '100637.647500', '100638.107500', '100638.567500', '100639.027500', '100639.487500', '100639.947500', '100640.407500', '100640.867500', '100641.327500', '100641.787500', '100642.247500', '100642.707500', '100643.167500', '100643.627500', '100644.087500', '100644.547500', '100645.007500', '100645.467500', '100645.927500', '100646.387500', '100646.847500', '100647.307500', '100647.767500', '100648.227500', '100648.687500', '100649.147500', '100649.607500', '100650.067500', '100650.527500', '100650.987500', '100651.447500', '100651.907500', '100652.367500', '100652.827500', '100653.287500', '100653.747500', '100654.207500', '100654.667500', '100655.127500', '100655.587500', '100656.047500', '100656.507500', '100656.967500', '100657.427500', '100657.887500', '100658.347500', '100658.807500', '100659.267500', '100659.727500', '100700.187500', '100700.647500', '100701.107500', '100701.567500', '100702.027500', '100702.487500', '100702.947500', '100703.407500', '100703.867500', '100704.327500', '100704.787500', '100705.247500', '100705.707500', '100706.167500', '100706.627500', '100707.087500', '100707.547500', '100708.007500', '100708.467500', '100708.927500', '100709.387500', '100709.847500', '100710.307500', '100710.767500', '100711.227500', '100711.687500', '100712.147500', '100712.607500', '100713.067500', '100713.527500', '100713.987500', '100714.447500', '100714.907500', '100715.367500', '100715.827500', '100716.287500', '100716.747500', '100717.207500', '100717.667500', '100718.127500', '100718.587500', '100719.047500', '100719.507500', '100719.967500', '100720.427500', '100720.887500', '100721.347500', '100721.807500', '100722.267500', '100722.727500', '100723.187500', '100723.647500', '100724.107500', '100724.567500', '100725.027500', '100725.487500', '100725.947500', '100726.407500', '100726.867500', '100727.327500', '100727.787500', '100728.247500', '100728.707500', '100729.167500', '100729.627500', '100730.087500', '100730.547500', '100731.007500', '100731.467500', '100731.927500', '100732.387500', '100732.847500', '100733.307500', '100733.767500', '100734.227500', '100734.687500', '100735.147500', '100735.607500', '100736.067500', '100736.527500', '100736.987500', '100737.447500', '100737.907500', '100738.367500', '100738.827500', '100739.287500', '100739.747500', '100740.207500', '100740.667500', '100741.127500', '100741.587500', '100742.047500', '100742.507500', '100742.967500', '100743.427500', '100743.887500', '100744.347500', '100744.807500', '100745.267500', '100745.727500', '100746.187500', '100746.647500', '100747.107500', '100747.567500'], 'ContentTime': ['100101.214000', '100101.218000', '100101.221000', '100101.223000', '100101.226000', '100101.229000', '100101.232000', '100101.235000', '100101.242000', '100101.245000', '100101.248000', '100101.251000', '100101.253000', '100101.256000', '100101.259000', '100101.262000', '100101.265000', '100101.268000', '100101.271000', '100101.274000', '100101.276000', '100101.279000', '100101.282000', '100101.285000', '100101.288000', '100101.291000', '100101.294000', '100101.297000', '100101.299000', '100121.186000', '100121.189000', '100121.192000', '100121.195000', '100121.198000', '100121.200000', '100121.204000', '100121.206000', '100121.209000', '100121.212000', '100121.215000', '100121.218000', '100121.221000', '100121.224000', '100121.227000', '100121.230000', '100121.232000', '100121.235000', '100121.238000', '100121.241000', '100121.244000', '100121.247000', '100121.250000', '100121.253000', '100121.256000', '100121.263000', '100121.266000', '100121.269000', '100121.272000', '100121.275000', '100121.278000', '100121.281000', '100121.284000', '100121.287000', '100121.289000', '100121.292000', '100121.295000', '100121.298000', '100121.301000', '100121.304000', '100121.307000', '100121.309000', '100121.312000', '100141.185000', '100141.188000', '100141.191000', '100141.194000', '100141.197000', '100141.199000', '100141.202000', '100141.206000', '100141.208000', '100141.211000', '100141.214000', '100141.217000', '100141.220000', '100141.223000', '100141.226000', '100141.229000', '100141.232000', '100141.235000', '100141.238000', '100141.241000', '100141.244000', '100141.247000', '100141.249000', '100141.252000', '100141.255000', '100141.258000', '100141.261000', '100141.264000', '100141.267000', '100141.276000', '100141.279000', '100141.282000', '100141.285000', '100141.288000', '100141.291000', '100141.294000', '100141.296000', '100141.299000', '100141.302000', '100141.305000', '100141.308000', '100141.311000', '100141.314000', '100141.317000', '100201.185000', '100201.195000', '100201.198000', '100201.201000', '100201.204000', '100201.207000', '100201.209000', '100201.212000', '100201.215000', '100201.218000', '100201.221000', '100201.224000', '100201.227000', '100201.230000', '100201.233000', '100201.236000', '100201.239000', '100201.242000', '100201.245000', '100201.248000', '100201.250000', '100201.254000', '100201.256000', '100201.259000', '100201.262000', '100201.265000', '100201.268000', '100201.271000', '100201.274000', '100201.277000', '100201.280000', '100201.283000', '100201.285000', '100201.288000', '100201.291000', '100201.294000', '100201.297000', '100201.300000', '100201.303000', '100201.315000', '100201.318000', '100201.321000', '100201.324000', '100221.185000', '100221.188000', '100221.200000', '100221.203000', '100221.206000', '100221.209000', '100221.212000', '100221.215000', '100221.218000', '100221.221000', '100221.224000', '100221.227000', '100221.229000', '100221.232000', '100221.235000', '100221.238000', '100221.241000', '100221.244000', '100221.247000', '100221.250000', '100221.253000', '100221.256000', '100221.259000', '100221.262000', '100221.264000', '100221.267000', '100221.270000', '100221.273000', '100221.276000', '100221.279000', '100221.282000', '100221.285000', '100221.288000', '100221.291000', '100221.294000', '100221.297000', '100221.299000', '100221.302000', '100221.305000', '100221.308000', '100221.311000', '100221.314000', '100221.317000', '100221.320000', '100241.185000', '100241.188000', '100241.191000', '100241.194000', '100241.197000', '100241.200000', '100241.202000', '100241.205000', '100241.208000', '100241.211000', '100241.214000', '100241.217000', '100241.220000', '100241.223000', '100241.226000', '100241.229000', '100241.232000', '100241.235000', '100241.237000', '100241.240000', '100241.243000', '100241.246000', '100241.249000', '100241.252000', '100241.255000', '100241.258000', '100241.261000', '100241.264000', '100241.267000', '100241.269000', '100241.272000', '100241.275000', '100241.278000', '100241.281000', '100241.284000', '100241.287000', '100241.290000', '100241.293000', '100241.296000', '100241.299000', '100241.303000', '100241.306000', '100241.308000', '100301.186000', '100301.189000', '100301.193000', '100301.197000', '100301.200000', '100301.203000', '100301.206000', '100301.209000', '100301.212000', '100301.215000', '100301.218000', '100301.221000', '100301.224000', '100301.227000', '100301.230000', '100301.233000', '100301.243000', '100301.246000', '100301.249000', '100301.252000', '100301.255000', '100301.258000', '100301.261000', '100301.263000', '100301.266000', '100301.269000', '100301.272000', '100301.275000', '100301.278000', '100301.281000', '100301.284000', '100301.287000', '100301.290000', '100301.293000', '100301.295000', '100301.298000', '100301.301000', '100301.304000', '100301.307000', '100301.310000', '100301.313000', '100301.319000', '100301.322000', '100321.186000', '100321.189000', '100321.192000', '100321.195000', '100321.198000', '100321.201000', '100321.204000', '100321.206000', '100321.210000', '100321.212000', '100321.215000', '100321.218000', '100321.221000', '100321.224000', '100321.227000', '100321.230000', '100321.233000', '100321.236000', '100321.239000', '100321.242000', '100321.245000', '100321.248000', '100321.250000', '100321.253000', '100321.256000', '100321.259000', '100321.262000', '100321.265000', '100321.268000', '100321.271000', '100321.274000', '100321.277000', '100321.280000', '100321.282000', '100321.285000', '100321.288000', '100321.291000', '100321.294000', '100321.297000', '100321.300000', '100321.303000', '100321.306000', '100321.309000', '100321.311000', '100341.186000', '100341.189000', '100341.192000', '100341.195000', '100341.198000', '100341.201000', '100341.204000', '100341.206000', '100341.209000', '100341.212000', '100341.215000', '100341.218000', '100341.221000', '100341.224000', '100341.227000', '100341.229000', '100341.232000', '100341.235000', '100341.238000', '100341.241000', '100341.244000', '100341.247000', '100341.250000', '100341.253000', '100341.256000', '100341.259000', '100341.262000', '100341.264000', '100341.267000', '100341.270000', '100341.273000', '100341.276000', '100341.279000', '100341.282000', '100341.285000', '100341.293000', '100341.296000', '100341.299000', '100341.302000', '100341.305000', '100341.315000', '100341.318000', '100341.320000', '100401.185000', '100401.188000', '100401.191000', '100401.194000', '100401.197000', '100401.200000', '100401.203000', '100401.206000', '100401.208000', '100401.211000', '100401.214000', '100401.217000', '100401.220000', '100401.223000', '100401.226000', '100401.229000', '100401.232000', '100401.235000', '100401.238000', '100401.241000', '100401.244000', '100401.247000', '100401.249000', '100401.252000', '100401.255000', '100401.258000', '100401.261000', '100401.264000', '100401.267000', '100401.270000', '100401.273000', '100401.276000', '100401.278000', '100401.281000', '100401.284000', '100401.287000', '100401.290000', '100401.293000', '100401.296000', '100401.299000', '100401.302000', '100401.305000', '100401.308000', '100401.311000', '100421.185000', '100421.188000', '100421.192000', '100421.196000', '100421.199000', '100421.211000', '100421.214000', '100421.217000', '100421.220000', '100421.223000', '100421.226000', '100421.229000', '100421.232000', '100421.235000', '100421.238000', '100421.241000', '100421.244000', '100421.247000', '100421.250000', '100421.253000', '100421.256000', '100421.258000', '100421.261000', '100421.264000', '100421.267000', '100421.270000', '100421.273000', '100421.276000', '100421.279000', '100421.282000', '100421.285000', '100421.288000', '100421.291000', '100421.294000', '100421.297000', '100421.300000', '100421.303000', '100421.305000', '100421.308000', '100421.311000', '100421.314000', '100421.317000', '100421.320000', '100441.185000', '100441.188000', '100441.191000', '100441.194000', '100441.197000', '100441.200000', '100441.203000', '100441.206000', '100441.209000', '100441.212000', '100441.215000', '100441.217000', '100441.220000', '100441.223000', '100441.226000', '100441.229000', '100441.232000', '100441.235000', '100441.238000', '100441.241000', '100441.244000', '100441.247000', '100441.250000', '100441.252000', '100441.255000', '100441.258000', '100441.261000', '100441.264000', '100441.267000', '100441.270000', '100441.273000', '100441.276000', '100441.279000', '100441.282000', '100441.285000', '100441.288000', '100441.291000', '100441.293000', '100441.296000', '100441.299000', '100441.302000', '100441.305000', '100441.308000', '100441.311000', '100501.185000', '100501.188000', '100501.191000', '100501.194000', '100501.197000', '100501.200000', '100501.203000', '100501.206000', '100501.209000', '100501.212000', '100501.215000', '100501.218000', '100501.221000', '100501.224000', '100501.227000', '100501.230000', '100501.233000', '100501.236000', '100501.239000', '100501.242000', '100501.245000', '100501.248000', '100501.251000', '100501.254000', '100501.256000', '100501.259000', '100501.269000', '100501.272000', '100501.275000', '100501.278000', '100501.281000', '100501.284000', '100501.287000', '100501.290000', '100501.293000', '100501.295000', '100501.298000', '100501.301000', '100501.304000', '100501.315000', '100501.318000', '100501.321000', '100501.324000', '100521.186000', '100521.189000', '100521.192000', '100521.195000', '100521.198000', '100521.201000', '100521.204000', '100521.207000', '100521.210000', '100521.213000', '100521.216000', '100521.218000', '100521.221000', '100521.224000', '100521.227000', '100521.230000', '100521.233000', '100521.250000', '100521.253000', '100521.256000', '100521.259000', '100521.262000', '100521.265000', '100521.268000', '100521.271000', '100521.274000', '100521.276000', '100521.279000', '100521.282000', '100521.285000', '100521.288000', '100521.291000', '100521.294000', '100521.297000', '100521.300000', '100521.303000', '100521.306000', '100521.308000', '100521.311000', '100521.314000', '100521.317000', '100521.320000', '100521.323000', '100521.326000', '100541.186000', '100541.189000', '100541.192000', '100541.195000', '100541.198000', '100541.201000', '100541.204000', '100541.207000', '100541.210000', '100541.213000', '100541.216000', '100541.219000', '100541.223000', '100541.227000', '100541.230000', '100541.233000', '100541.236000', '100541.239000', '100541.242000', '100541.244000', '100541.247000', '100541.250000', '100541.253000', '100541.256000', '100541.259000', '100541.262000', '100541.265000', '100541.268000', '100541.271000', '100541.274000', '100541.276000', '100541.279000', '100541.282000', '100541.285000', '100541.288000', '100541.291000', '100541.294000', '100541.297000', '100541.306000', '100541.309000', '100541.312000', '100541.315000', '100541.318000', '100601.186000', '100601.189000', '100601.192000', '100601.195000', '100601.198000', '100601.201000', '100601.204000', '100601.206000', '100601.210000', '100601.212000', '100601.215000', '100601.218000', '100601.221000', '100601.224000', '100601.227000', '100601.230000', '100601.233000', '100601.236000', '100601.239000', '100601.242000', '100601.245000', '100601.248000', '100601.251000', '100601.254000', '100601.257000', '100601.260000', '100601.262000', '100601.265000', '100601.268000', '100601.271000', '100601.274000', '100601.277000', '100601.280000', '100601.283000', '100601.286000', '100601.289000', '100601.292000', '100601.295000', '100601.298000', '100601.301000', '100601.304000', '100601.307000', '100601.310000', '100601.313000', '100621.185000', '100621.188000', '100621.191000', '100621.194000', '100621.197000', '100621.200000', '100621.203000', '100621.206000', '100621.209000', '100621.212000', '100621.215000', '100621.218000', '100621.220000', '100621.223000', '100621.226000', '100621.229000', '100621.232000', '100621.235000', '100621.238000', '100621.241000', '100621.244000', '100621.247000', '100621.250000', '100621.253000', '100621.256000', '100621.259000', '100621.262000', '100621.265000', '100621.268000', '100621.271000', '100621.274000', '100621.277000', '100621.280000', '100621.283000', '100621.286000', '100621.289000', '100621.292000', '100621.295000', '100621.297000', '100621.300000', '100621.303000', '100621.306000', '100621.309000', '100641.185000', '100641.188000', '100641.191000', '100641.196000', '100641.199000', '100641.202000', '100641.205000', '100641.208000', '100641.211000', '100641.214000', '100641.217000', '100641.220000', '100641.223000', '100641.225000', '100641.228000', '100641.232000', '100641.234000', '100641.237000', '100641.240000', '100641.243000', '100641.246000', '100641.249000', '100641.252000', '100641.255000', '100641.258000', '100641.260000', '100641.263000', '100641.279000', '100641.282000', '100641.285000', '100641.288000', '100641.291000', '100641.294000', '100641.297000', '100641.300000', '100641.303000', '100641.305000', '100641.308000', '100641.311000', '100641.314000', '100641.317000', '100641.320000', '100641.323000', '100641.326000', '100701.185000', '100701.188000', '100701.191000', '100701.194000', '100701.197000', '100701.200000', '100701.203000', '100701.205000', '100701.208000', '100701.211000', '100701.214000', '100701.217000', '100701.220000', '100701.223000', '100701.226000', '100701.229000', '100701.232000', '100701.235000', '100701.238000', '100701.241000', '100701.243000', '100701.246000', '100701.250000', '100701.253000', '100701.256000', '100701.259000', '100701.262000', '100701.265000', '100701.268000', '100701.270000', '100701.273000', '100701.276000', '100701.279000', '100701.282000', '100701.285000', '100701.288000', '100701.291000', '100701.294000', '100701.297000', '100701.300000', '100701.303000', '100701.306000', '100701.308000', '100721.185000', '100721.188000', '100721.191000', '100721.194000', '100721.197000', '100721.200000', '100721.203000', '100721.206000', '100721.208000', '100721.211000', '100721.214000', '100721.217000', '100721.220000', '100721.223000', '100721.226000', '100721.229000', '100721.232000', '100721.235000', '100721.238000', '100721.241000', '100721.244000', '100721.247000', '100721.250000', '100721.253000', '100721.256000', '100721.262000', '100721.265000', '100721.268000', '100721.271000', '100721.274000', '100721.277000', '100721.280000', '100721.283000', '100721.286000', '100721.289000', '100721.291000', '100721.294000', '100721.297000', '100721.300000', '100721.303000', '100721.306000', '100721.309000', '100721.312000', '100721.315000', '100741.186000', '100741.189000', '100741.192000', '100741.195000', '100741.198000', '100741.201000', '100741.204000', '100741.207000', '100741.210000', '100741.213000', '100741.216000', '100741.219000', '100741.222000', '100741.225000', '100741.228000', '100741.231000', '100741.234000', '100741.237000', '100741.240000', '100741.243000', '100741.246000', '100741.249000', '100741.252000', '100741.254000', '100741.258000', '100741.260000', '100741.263000', '100741.266000', '100741.269000', '100741.272000', '100741.275000', '100741.278000', '100741.281000', '100741.284000', '100741.290000', '100741.293000', '100741.296000', '100741.299000', '100741.327000', '100741.330000', '100741.333000', '100741.336000', '100741.339000', '100748.242000', '100748.246000', '100748.250000', '100748.253000', '100748.256000', '100748.260000', '100748.263000', '100748.267000', '100748.270000', '100748.273000', '100748.276000', '100748.279000', '100748.282000', '100748.285000', '100748.288000', '100748.290000'], 'InstanceCreationTime': ['100101.214000', '100101.218000', '100101.221000', '100101.223000', '100101.226000', '100101.229000', '100101.232000', '100101.235000', '100101.242000', '100101.245000', '100101.248000', '100101.251000', '100101.253000', '100101.256000', '100101.259000', '100101.262000', '100101.265000', '100101.268000', '100101.271000', '100101.274000', '100101.276000', '100101.279000', '100101.282000', '100101.285000', '100101.288000', '100101.291000', '100101.294000', '100101.297000', '100101.299000', '100121.186000', '100121.189000', '100121.192000', '100121.195000', '100121.198000', '100121.200000', '100121.204000', '100121.206000', '100121.209000', '100121.212000', '100121.215000', '100121.218000', '100121.221000', '100121.224000', '100121.227000', '100121.230000', '100121.232000', '100121.235000', '100121.238000', '100121.241000', '100121.244000', '100121.247000', '100121.250000', '100121.253000', '100121.256000', '100121.263000', '100121.266000', '100121.269000', '100121.272000', '100121.275000', '100121.278000', '100121.281000', '100121.284000', '100121.287000', '100121.289000', '100121.292000', '100121.295000', '100121.298000', '100121.301000', '100121.304000', '100121.307000', '100121.309000', '100121.312000', '100141.185000', '100141.188000', '100141.191000', '100141.194000', '100141.197000', '100141.199000', '100141.202000', '100141.206000', '100141.208000', '100141.211000', '100141.214000', '100141.217000', '100141.220000', '100141.223000', '100141.226000', '100141.229000', '100141.232000', '100141.235000', '100141.238000', '100141.241000', '100141.244000', '100141.247000', '100141.249000', '100141.252000', '100141.255000', '100141.258000', '100141.261000', '100141.264000', '100141.267000', '100141.276000', '100141.279000', '100141.282000', '100141.285000', '100141.288000', '100141.291000', '100141.294000', '100141.296000', '100141.299000', '100141.302000', '100141.305000', '100141.308000', '100141.311000', '100141.314000', '100141.317000', '100201.185000', '100201.195000', '100201.198000', '100201.201000', '100201.204000', '100201.207000', '100201.209000', '100201.212000', '100201.215000', '100201.218000', '100201.221000', '100201.224000', '100201.227000', '100201.230000', '100201.233000', '100201.236000', '100201.239000', '100201.242000', '100201.245000', '100201.248000', '100201.250000', '100201.254000', '100201.256000', '100201.259000', '100201.262000', '100201.265000', '100201.268000', '100201.271000', '100201.274000', '100201.277000', '100201.280000', '100201.283000', '100201.285000', '100201.288000', '100201.291000', '100201.294000', '100201.297000', '100201.300000', '100201.303000', '100201.315000', '100201.318000', '100201.321000', '100201.324000', '100221.185000', '100221.188000', '100221.200000', '100221.203000', '100221.206000', '100221.209000', '100221.212000', '100221.215000', '100221.218000', '100221.221000', '100221.224000', '100221.227000', '100221.229000', '100221.232000', '100221.235000', '100221.238000', '100221.241000', '100221.244000', '100221.247000', '100221.250000', '100221.253000', '100221.256000', '100221.259000', '100221.262000', '100221.264000', '100221.267000', '100221.270000', '100221.273000', '100221.276000', '100221.279000', '100221.282000', '100221.285000', '100221.288000', '100221.291000', '100221.294000', '100221.297000', '100221.299000', '100221.302000', '100221.305000', '100221.308000', '100221.311000', '100221.314000', '100221.317000', '100221.320000', '100241.185000', '100241.188000', '100241.191000', '100241.194000', '100241.197000', '100241.200000', '100241.202000', '100241.205000', '100241.208000', '100241.211000', '100241.214000', '100241.217000', '100241.220000', '100241.223000', '100241.226000', '100241.229000', '100241.232000', '100241.235000', '100241.237000', '100241.240000', '100241.243000', '100241.246000', '100241.249000', '100241.252000', '100241.255000', '100241.258000', '100241.261000', '100241.264000', '100241.267000', '100241.269000', '100241.272000', '100241.275000', '100241.278000', '100241.281000', '100241.284000', '100241.287000', '100241.290000', '100241.293000', '100241.296000', '100241.299000', '100241.303000', '100241.306000', '100241.308000', '100301.186000', '100301.189000', '100301.193000', '100301.197000', '100301.200000', '100301.203000', '100301.206000', '100301.209000', '100301.212000', '100301.215000', '100301.218000', '100301.221000', '100301.224000', '100301.227000', '100301.230000', '100301.233000', '100301.243000', '100301.246000', '100301.249000', '100301.252000', '100301.255000', '100301.258000', '100301.261000', '100301.263000', '100301.266000', '100301.269000', '100301.272000', '100301.275000', '100301.278000', '100301.281000', '100301.284000', '100301.287000', '100301.290000', '100301.293000', '100301.295000', '100301.298000', '100301.301000', '100301.304000', '100301.307000', '100301.310000', '100301.313000', '100301.319000', '100301.322000', '100321.186000', '100321.189000', '100321.192000', '100321.195000', '100321.198000', '100321.201000', '100321.204000', '100321.206000', '100321.210000', '100321.212000', '100321.215000', '100321.218000', '100321.221000', '100321.224000', '100321.227000', '100321.230000', '100321.233000', '100321.236000', '100321.239000', '100321.242000', '100321.245000', '100321.248000', '100321.250000', '100321.253000', '100321.256000', '100321.259000', '100321.262000', '100321.265000', '100321.268000', '100321.271000', '100321.274000', '100321.277000', '100321.280000', '100321.282000', '100321.285000', '100321.288000', '100321.291000', '100321.294000', '100321.297000', '100321.300000', '100321.303000', '100321.306000', '100321.309000', '100321.311000', '100341.186000', '100341.189000', '100341.192000', '100341.195000', '100341.198000', '100341.201000', '100341.204000', '100341.206000', '100341.209000', '100341.212000', '100341.215000', '100341.218000', '100341.221000', '100341.224000', '100341.227000', '100341.229000', '100341.232000', '100341.235000', '100341.238000', '100341.241000', '100341.244000', '100341.247000', '100341.250000', '100341.253000', '100341.256000', '100341.259000', '100341.262000', '100341.264000', '100341.267000', '100341.270000', '100341.273000', '100341.276000', '100341.279000', '100341.282000', '100341.285000', '100341.293000', '100341.296000', '100341.299000', '100341.302000', '100341.305000', '100341.315000', '100341.318000', '100341.320000', '100401.185000', '100401.188000', '100401.191000', '100401.194000', '100401.197000', '100401.200000', '100401.203000', '100401.206000', '100401.208000', '100401.211000', '100401.214000', '100401.217000', '100401.220000', '100401.223000', '100401.226000', '100401.229000', '100401.232000', '100401.235000', '100401.238000', '100401.241000', '100401.244000', '100401.247000', '100401.249000', '100401.252000', '100401.255000', '100401.258000', '100401.261000', '100401.264000', '100401.267000', '100401.270000', '100401.273000', '100401.276000', '100401.278000', '100401.281000', '100401.284000', '100401.287000', '100401.290000', '100401.293000', '100401.296000', '100401.299000', '100401.302000', '100401.305000', '100401.308000', '100401.311000', '100421.185000', '100421.188000', '100421.192000', '100421.196000', '100421.199000', '100421.211000', '100421.214000', '100421.217000', '100421.220000', '100421.223000', '100421.226000', '100421.229000', '100421.232000', '100421.235000', '100421.238000', '100421.241000', '100421.244000', '100421.247000', '100421.250000', '100421.253000', '100421.256000', '100421.258000', '100421.261000', '100421.264000', '100421.267000', '100421.270000', '100421.273000', '100421.276000', '100421.279000', '100421.282000', '100421.285000', '100421.288000', '100421.291000', '100421.294000', '100421.297000', '100421.300000', '100421.303000', '100421.305000', '100421.308000', '100421.311000', '100421.314000', '100421.317000', '100421.320000', '100441.185000', '100441.188000', '100441.191000', '100441.194000', '100441.197000', '100441.200000', '100441.203000', '100441.206000', '100441.209000', '100441.212000', '100441.215000', '100441.217000', '100441.220000', '100441.223000', '100441.226000', '100441.229000', '100441.232000', '100441.235000', '100441.238000', '100441.241000', '100441.244000', '100441.247000', '100441.250000', '100441.252000', '100441.255000', '100441.258000', '100441.261000', '100441.264000', '100441.267000', '100441.270000', '100441.273000', '100441.276000', '100441.279000', '100441.282000', '100441.285000', '100441.288000', '100441.291000', '100441.293000', '100441.296000', '100441.299000', '100441.302000', '100441.305000', '100441.308000', '100441.311000', '100501.185000', '100501.188000', '100501.191000', '100501.194000', '100501.197000', '100501.200000', '100501.203000', '100501.206000', '100501.209000', '100501.212000', '100501.215000', '100501.218000', '100501.221000', '100501.224000', '100501.227000', '100501.230000', '100501.233000', '100501.236000', '100501.239000', '100501.242000', '100501.245000', '100501.248000', '100501.251000', '100501.254000', '100501.256000', '100501.259000', '100501.269000', '100501.272000', '100501.275000', '100501.278000', '100501.281000', '100501.284000', '100501.287000', '100501.290000', '100501.293000', '100501.295000', '100501.298000', '100501.301000', '100501.304000', '100501.315000', '100501.318000', '100501.321000', '100501.324000', '100521.186000', '100521.189000', '100521.192000', '100521.195000', '100521.198000', '100521.201000', '100521.204000', '100521.207000', '100521.210000', '100521.213000', '100521.216000', '100521.218000', '100521.221000', '100521.224000', '100521.227000', '100521.230000', '100521.233000', '100521.250000', '100521.253000', '100521.256000', '100521.259000', '100521.262000', '100521.265000', '100521.268000', '100521.271000', '100521.274000', '100521.276000', '100521.279000', '100521.282000', '100521.285000', '100521.288000', '100521.291000', '100521.294000', '100521.297000', '100521.300000', '100521.303000', '100521.306000', '100521.308000', '100521.311000', '100521.314000', '100521.317000', '100521.320000', '100521.323000', '100521.326000', '100541.186000', '100541.189000', '100541.192000', '100541.195000', '100541.198000', '100541.201000', '100541.204000', '100541.207000', '100541.210000', '100541.213000', '100541.216000', '100541.219000', '100541.223000', '100541.227000', '100541.230000', '100541.233000', '100541.236000', '100541.239000', '100541.242000', '100541.244000', '100541.247000', '100541.250000', '100541.253000', '100541.256000', '100541.259000', '100541.262000', '100541.265000', '100541.268000', '100541.271000', '100541.274000', '100541.276000', '100541.279000', '100541.282000', '100541.285000', '100541.288000', '100541.291000', '100541.294000', '100541.297000', '100541.306000', '100541.309000', '100541.312000', '100541.315000', '100541.318000', '100601.186000', '100601.189000', '100601.192000', '100601.195000', '100601.198000', '100601.201000', '100601.204000', '100601.206000', '100601.210000', '100601.212000', '100601.215000', '100601.218000', '100601.221000', '100601.224000', '100601.227000', '100601.230000', '100601.233000', '100601.236000', '100601.239000', '100601.242000', '100601.245000', '100601.248000', '100601.251000', '100601.254000', '100601.257000', '100601.260000', '100601.262000', '100601.265000', '100601.268000', '100601.271000', '100601.274000', '100601.277000', '100601.280000', '100601.283000', '100601.286000', '100601.289000', '100601.292000', '100601.295000', '100601.298000', '100601.301000', '100601.304000', '100601.307000', '100601.310000', '100601.313000', '100621.185000', '100621.188000', '100621.191000', '100621.194000', '100621.197000', '100621.200000', '100621.203000', '100621.206000', '100621.209000', '100621.212000', '100621.215000', '100621.218000', '100621.220000', '100621.223000', '100621.226000', '100621.229000', '100621.232000', '100621.235000', '100621.238000', '100621.241000', '100621.244000', '100621.247000', '100621.250000', '100621.253000', '100621.256000', '100621.259000', '100621.262000', '100621.265000', '100621.268000', '100621.271000', '100621.274000', '100621.277000', '100621.280000', '100621.283000', '100621.286000', '100621.289000', '100621.292000', '100621.295000', '100621.297000', '100621.300000', '100621.303000', '100621.306000', '100621.309000', '100641.185000', '100641.188000', '100641.191000', '100641.196000', '100641.199000', '100641.202000', '100641.205000', '100641.208000', '100641.211000', '100641.214000', '100641.217000', '100641.220000', '100641.223000', '100641.225000', '100641.228000', '100641.232000', '100641.234000', '100641.237000', '100641.240000', '100641.243000', '100641.246000', '100641.249000', '100641.252000', '100641.255000', '100641.258000', '100641.260000', '100641.263000', '100641.279000', '100641.282000', '100641.285000', '100641.288000', '100641.291000', '100641.294000', '100641.297000', '100641.300000', '100641.303000', '100641.305000', '100641.308000', '100641.311000', '100641.314000', '100641.317000', '100641.320000', '100641.323000', '100641.326000', '100701.185000', '100701.188000', '100701.191000', '100701.194000', '100701.197000', '100701.200000', '100701.203000', '100701.205000', '100701.208000', '100701.211000', '100701.214000', '100701.217000', '100701.220000', '100701.223000', '100701.226000', '100701.229000', '100701.232000', '100701.235000', '100701.238000', '100701.241000', '100701.243000', '100701.246000', '100701.250000', '100701.253000', '100701.256000', '100701.259000', '100701.262000', '100701.265000', '100701.268000', '100701.270000', '100701.273000', '100701.276000', '100701.279000', '100701.282000', '100701.285000', '100701.288000', '100701.291000', '100701.294000', '100701.297000', '100701.300000', '100701.303000', '100701.306000', '100701.308000', '100721.185000', '100721.188000', '100721.191000', '100721.194000', '100721.197000', '100721.200000', '100721.203000', '100721.206000', '100721.208000', '100721.211000', '100721.214000', '100721.217000', '100721.220000', '100721.223000', '100721.226000', '100721.229000', '100721.232000', '100721.235000', '100721.238000', '100721.241000', '100721.244000', '100721.247000', '100721.250000', '100721.253000', '100721.256000', '100721.262000', '100721.265000', '100721.268000', '100721.271000', '100721.274000', '100721.277000', '100721.280000', '100721.283000', '100721.286000', '100721.289000', '100721.291000', '100721.294000', '100721.297000', '100721.300000', '100721.303000', '100721.306000', '100721.309000', '100721.312000', '100721.315000', '100741.186000', '100741.189000', '100741.192000', '100741.195000', '100741.198000', '100741.201000', '100741.204000', '100741.207000', '100741.210000', '100741.213000', '100741.216000', '100741.219000', '100741.222000', '100741.225000', '100741.228000', '100741.231000', '100741.234000', '100741.237000', '100741.240000', '100741.243000', '100741.246000', '100741.249000', '100741.252000', '100741.254000', '100741.258000', '100741.260000', '100741.263000', '100741.266000', '100741.269000', '100741.272000', '100741.275000', '100741.278000', '100741.281000', '100741.284000', '100741.290000', '100741.293000', '100741.296000', '100741.299000', '100741.327000', '100741.330000', '100741.333000', '100741.336000', '100741.339000', '100748.242000', '100748.246000', '100748.250000', '100748.253000', '100748.256000', '100748.260000', '100748.263000', '100748.267000', '100748.270000', '100748.273000', '100748.276000', '100748.279000', '100748.282000', '100748.285000', '100748.288000', '100748.290000'], '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': [11871, 8984, 8359, 12878, 7995, 11933, 8139, 7994, 7872, 8246, 13173, 8197, 8692, 8139, 8127, 12255, 8158, 8264, 7795, 8028, 10445, 8114, 7786, 9077, 7904, 11073, 8213, 8077, 11673, 8261, 8531, 8491, 7693, 11932, 8329, 8803, 8404, 7635, 12510, 8540, 8126, 8313, 7874, 12190, 8402, 8903, 9554, 8134, 12761, 8454, 7859, 8850, 8290, 11182, 8076, 7651, 10344, 8236, 11690, 8172, 9165, 10497, 8004, 12036, 8473, 7961, 9960, 8075, 11124, 8071, 8045, 8856, 8081, 9285, 8726, 7868, 12030, 8202, 10165, 8586, 7699, 11735, 8211, 11036, 8587, 8286, 14314, 8336, 11284, 8565, 7737, 12669, 8237, 11163, 8484, 8067, 10508, 8100, 11512, 8224, 8025, 8760, 8079, 11383, 8095, 8123, 8086, 7939, 11023, 8279, 8029, 8248, 8109, 13239, 8362, 8838, 8267, 8040, 13117, 8263, 9822, 8153, 7929, 10447, 8091, 10172, 8006, 7924, 14133, 8202, 9666, 8350, 7824, 11232, 8040, 10512, 7977, 8027, 8496, 8016, 12625, 8180, 9693, 8058, 8036, 13715, 8305, 9372, 8209, 7941, 11777, 8134, 8057, 8270, 8018, 12250, 8185, 8617, 8272, 7953, 12103, 8310, 8921, 8340, 7938, 13495, 8111, 9630, 8183, 7933, 12956, 8233, 9025, 8189, 7852, 12857, 8405, 10425, 8032, 7901, 12820, 8141, 9987, 8162, 7904, 7722, 7901, 12294, 8296, 9316, 7993, 8088, 13362, 8207, 10103, 7904, 8045, 13963, 8077, 8873, 8276, 8115, 12117, 7924, 8873, 8152, 8038, 11980, 7905, 10723, 8303, 7778, 8554, 8037, 10837, 8085, 8228, 8041, 8114, 10326, 7993, 9716, 8293, 7938, 11959, 7945, 11863, 7978, 7836, 7877, 8137, 8474, 8155, 9794, 8095, 10408, 7889, 7914, 14339, 8040, 11573, 8091, 7812, 11660, 7948, 12301, 8351, 8313, 12426, 7987, 12300, 8323, 8125, 7787, 7994, 9506, 8039, 7930, 7841, 7995, 8420, 7915, 9922, 8145, 7881, 7894, 7951, 11137, 8043, 9619, 8029, 7996, 13875, 8143, 9314, 7824, 8083, 10202, 7835, 9515, 8598, 8010, 8088, 7976, 13155, 8065, 9149, 8291, 7969, 8662, 7974, 10064, 8102, 8236, 8147, 8038, 11845, 8111, 9541, 8357, 8121, 7848, 7873, 9180, 7938, 11466, 8013, 8112, 8101, 7943, 14248, 8072, 11224, 8232, 7972, 8209, 7907, 10952, 8132, 10144, 7872, 8373, 8185, 8080, 11219, 8400, 9177, 8058, 8656, 8111, 9137, 8047, 7937, 12716, 8852, 11859, 8019, 8405, 10702, 8117, 12392, 8200, 10039, 7826, 8235, 9366, 8271, 13522, 8156, 9765, 8061, 8912, 7803, 8905, 7890, 8165, 8334, 8054, 9987, 8282, 11645, 8647, 8305, 8065, 8193, 12818, 8408, 10276, 8456, 8159, 12465, 8194, 11471, 8347, 8565, 7905, 8279, 8377, 8374, 10134, 8408, 8208, 8155, 8132, 8366, 8188, 7742, 8240, 10005, 8328, 9594, 8435, 8883, 8442, 7990, 8156, 8048, 11573, 8317, 10079, 8014, 7964, 7885, 8126, 12983, 8306, 8941, 8225, 7987, 7915, 8148, 11665, 8222, 9481, 8076, 8043, 9697, 8146, 9519, 8055, 7759, 8059, 7810, 8445, 8077, 10685, 8272, 9402, 7758, 7949, 13929, 8099, 10769, 8046, 8558, 8078, 8261, 7967, 8259, 9567, 8192, 12163, 8397, 9399, 8091, 8102, 8485, 8091, 13781, 10025, 11180, 8286, 9033, 8362, 8057, 12275, 8298, 10945, 8438, 7822, 7570, 7995, 10527, 8163, 9715, 8280, 8347, 8173, 8088, 7616, 8131, 10362, 8266, 8442, 8146, 8147, 8390, 8248, 9777, 8104, 7928, 7726, 9981, 7803, 8135, 7824, 7856, 7964, 7924, 11608, 8263, 8031, 7737, 8084, 12105, 8190, 10507, 8006, 10910, 9321, 8522, 12991, 9740, 11157, 8069, 8297, 7660, 8367, 8938, 8595, 8476, 8144, 8248, 7724, 8197, 9143, 8536, 8345, 8048, 8221, 7736, 8382, 8993, 8176, 7919, 8090, 8785, 8330, 8381, 8127, 9271, 8169, 10212, 8089, 8069, 12451, 8360, 10114, 8348, 10654, 8234, 10732, 10215, 9085, 12158, 9331, 10303, 8198, 8365, 8347, 8174, 8684, 8416, 8382, 7935, 8290, 7862, 8261, 9597, 8200, 9268, 8228, 8501, 8109, 7987, 7877, 10374, 8133, 7977, 12619, 8297, 10156, 8093, 8169, 9833, 8136, 11281, 8541, 9224, 7998, 8447, 8129, 8340, 8366, 8343, 8060, 8230, 7837, 8384, 7871, 8268, 11949, 8671, 8237, 8064, 8255, 9903, 8258, 8836, 8357, 8132, 7990, 8163, 10046, 8364, 9735, 8179, 8177, 8238, 7962, 7917, 8106, 8078, 8178, 9402, 8347, 8554, 8000, 8281, 8241, 8039, 10545, 8257, 9825, 8033, 8210, 8047, 8172, 13699, 8157, 9861, 8148, 7899, 7784, 8128, 10214, 8086, 8993, 8028, 8358, 7899, 8452, 7862, 8085, 7869, 8041, 10256, 8140, 8654, 8341, 8182, 7967, 8294, 10179, 8067, 10476, 8292, 9558, 8533, 9848, 8503, 9807, 8554, 9234, 8116, 10010, 7777, 11549, 8581, 8389, 8082, 7730, 8064, 7845, 7849, 8014, 10929, 8800, 9395, 8529, 8245, 11216, 8530, 9343, 8604, 8111, 8288, 8283, 8150, 8337, 7847, 8319, 8306, 8473, 8705, 10037, 8439, 8441, 8078, 8507, 8718, 8461, 9696, 8305, 9222, 8610, 9493, 8536, 8173, 8577, 8459, 8155, 8204, 8142, 7943, 8006, 8093, 10706, 8517, 7853, 7838, 8167, 10381, 8577, 9203, 7886, 8092, 11006, 8366, 11105, 8919, 8320, 9029, 8170, 13175, 8114, 8605, 8051, 7960, 8436, 7776, 8304, 8279, 12448, 8557, 9834, 8785, 7989, 8398, 8124, 9743, 9401, 9111, 8245, 7885, 7493, 8271, 7933, 8067, 7754, 7987, 7983, 11199, 8762, 9940, 8429, 8103, 11753, 8372, 10738, 8118, 10604, 8227, 8203, 10567, 8330, 10393, 8365, 9644, 8344, 9372, 8389, 8740, 8590, 8220, 8294, 8214, 8464, 8078, 8623, 8265, 8824, 8400, 8040, 8351, 8109, 8098, 8256, 8109, 8203, 7878, 8347, 8174, 8115, 7840, 8232, 9237, 8308, 8094, 8064, 8002, 8010, 8196, 8152, 8606, 7902, 8154, 8254, 8713, 8254, 11971, 8539, 8360, 8234, 8394, 8157, 8454, 8214, 8495, 8058, 7661, 8797, 7713, 8457, 8344, 9332, 8393, 8501, 8000, 8423, 12387, 8487, 10228, 8622, 9296, 8313, 8424, 7925, 9899, 8259, 7608, 8449, 9752, 8483, 9376, 8531, 8560, 8278, 7810, 8084, 8448, 8005, 8274, 8013, 8161, 7837, 11021, 8711, 10836, 8333, 7780, 8342, 7853, 8851, 9777, 8118, 8252, 7976, 8379, 10493, 8285, 9207, 8792, 8718, 8199, 8098, 8087, 8111, 8209, 8101, 8039, 8130, 8551, 8199, 8063, 8044, 7962, 8349, 8272, 8245, 8434, 8280, 9864, 8414, 8853, 8635, 8072, 8522, 8979, 8111, 8216, 8152, 8136, 8360], 'WindowCenter': [4008.0, 3974.0, 3950.0, 3978.0, 3936.0, 3965.0, 3934.0, 3935.0, 3922.0, 3933.0, 3963.0, 3933.0, 3933.0, 3922.0, 3934.0, 3963.0, 3922.0, 3933.0, 3920.0, 3933.0, 3953.0, 3922.0, 3923.0, 3932.0, 3934.0, 3964.0, 3934.0, 3935.0, 3963.0, 3934.0, 3945.0, 3944.0, 3936.0, 3965.0, 3935.0, 3945.0, 3934.0, 3936.0, 3976.0, 3946.0, 3936.0, 3934.0, 3936.0, 3965.0, 3946.0, 3947.0, 3945.0, 3935.0, 3975.0, 3934.0, 3935.0, 3944.0, 3934.0, 3964.0, 3934.0, 3935.0, 3955.0, 3946.0, 3965.0, 3934.0, 3945.0, 3953.0, 3933.0, 3964.0, 3933.0, 3923.0, 3941.0, 3922.0, 3954.0, 3933.0, 3934.0, 3942.0, 3934.0, 3944.0, 3945.0, 3935.0, 3965.0, 3946.0, 3955.0, 3944.0, 3936.0, 3965.0, 3935.0, 3966.0, 3944.0, 3947.0, 3987.0, 3935.0, 3964.0, 3933.0, 3924.0, 3974.0, 3935.0, 3965.0, 3944.0, 3934.0, 3953.0, 3934.0, 3964.0, 3933.0, 3933.0, 3932.0, 3933.0, 3963.0, 3933.0, 3933.0, 3921.0, 3922.0, 3952.0, 3934.0, 3933.0, 3932.0, 3933.0, 3962.0, 3932.0, 3943.0, 3932.0, 3922.0, 3962.0, 3932.0, 3953.0, 3933.0, 3933.0, 3952.0, 3933.0, 3953.0, 3921.0, 3933.0, 3973.0, 3932.0, 3941.0, 3921.0, 3922.0, 3953.0, 3933.0, 3953.0, 3933.0, 3934.0, 3933.0, 3934.0, 3964.0, 3934.0, 3943.0, 3922.0, 3933.0, 3974.0, 3933.0, 3943.0, 3921.0, 3933.0, 3962.0, 3922.0, 3922.0, 3931.0, 3933.0, 3962.0, 3933.0, 3933.0, 3933.0, 3933.0, 3962.0, 3933.0, 3944.0, 3933.0, 3934.0, 3973.0, 3933.0, 3943.0, 3933.0, 3933.0, 3963.0, 3932.0, 3931.0, 3921.0, 3933.0, 3963.0, 3933.0, 3953.0, 3922.0, 3922.0, 3962.0, 3922.0, 3942.0, 3933.0, 3922.0, 3921.0, 3933.0, 3963.0, 3933.0, 3943.0, 3922.0, 3934.0, 3973.0, 3933.0, 3953.0, 3921.0, 3922.0, 3972.0, 3921.0, 3932.0, 3931.0, 3922.0, 3951.0, 3921.0, 3931.0, 3921.0, 3933.0, 3962.0, 3922.0, 3951.0, 3931.0, 3922.0, 3931.0, 3921.0, 3951.0, 3922.0, 3933.0, 3922.0, 3933.0, 3942.0, 3933.0, 3942.0, 3932.0, 3933.0, 3962.0, 3922.0, 3951.0, 3920.0, 3921.0, 3933.0, 3933.0, 3932.0, 3922.0, 3942.0, 3932.0, 3953.0, 3921.0, 3934.0, 3973.0, 3933.0, 3952.0, 3921.0, 3922.0, 3963.0, 3921.0, 3951.0, 3920.0, 3920.0, 3949.0, 3908.0, 3949.0, 3918.0, 3908.0, 3906.0, 3908.0, 3927.0, 3919.0, 3908.0, 3918.0, 3919.0, 3918.0, 3920.0, 3940.0, 3920.0, 3920.0, 3919.0, 3921.0, 3950.0, 3921.0, 3942.0, 3920.0, 3920.0, 3960.0, 3920.0, 3931.0, 3920.0, 3921.0, 3939.0, 3920.0, 3941.0, 3932.0, 3921.0, 3921.0, 3922.0, 3961.0, 3921.0, 3931.0, 3932.0, 3922.0, 3931.0, 3921.0, 3941.0, 3921.0, 3932.0, 3921.0, 3922.0, 3951.0, 3922.0, 3942.0, 3934.0, 3933.0, 3922.0, 3934.0, 3942.0, 3934.0, 3964.0, 3933.0, 3922.0, 3921.0, 3923.0, 3973.0, 3923.0, 3953.0, 3932.0, 3921.0, 3920.0, 3922.0, 3953.0, 3922.0, 3942.0, 3922.0, 3933.0, 3932.0, 3935.0, 3966.0, 3933.0, 3942.0, 3922.0, 3931.0, 3935.0, 3943.0, 3921.0, 3923.0, 3963.0, 3932.0, 3952.0, 3920.0, 3920.0, 3941.0, 3909.0, 3949.0, 3919.0, 3929.0, 3908.0, 3921.0, 3918.0, 3908.0, 3948.0, 3908.0, 3928.0, 3922.0, 3931.0, 3909.0, 3918.0, 3910.0, 3908.0, 3919.0, 3910.0, 3929.0, 3920.0, 3940.0, 3921.0, 3919.0, 3908.0, 3922.0, 3950.0, 3908.0, 3928.0, 3906.0, 3908.0, 3937.0, 3908.0, 3927.0, 3906.0, 3907.0, 3907.0, 3908.0, 3905.0, 3906.0, 3915.0, 3907.0, 3906.0, 3908.0, 3909.0, 3908.0, 3909.0, 3896.0, 3919.0, 3930.0, 3921.0, 3931.0, 3922.0, 3931.0, 3920.0, 3922.0, 3923.0, 3922.0, 3952.0, 3923.0, 3943.0, 3924.0, 3924.0, 3922.0, 3923.0, 3962.0, 3922.0, 3932.0, 3934.0, 3923.0, 3922.0, 3923.0, 3953.0, 3935.0, 3945.0, 3922.0, 3923.0, 3932.0, 3923.0, 3943.0, 3934.0, 3924.0, 3923.0, 3926.0, 3936.0, 3936.0, 3956.0, 3936.0, 3945.0, 3923.0, 3925.0, 3977.0, 3935.0, 3955.0, 3925.0, 3934.0, 3935.0, 3936.0, 3925.0, 3936.0, 3945.0, 3935.0, 3964.0, 3936.0, 3945.0, 3922.0, 3924.0, 3922.0, 3923.0, 3976.0, 3944.0, 3952.0, 3922.0, 3933.0, 3922.0, 3922.0, 3952.0, 3921.0, 3941.0, 3920.0, 3910.0, 3910.0, 3921.0, 3940.0, 3920.0, 3930.0, 3921.0, 3922.0, 3923.0, 3922.0, 3912.0, 3922.0, 3941.0, 3923.0, 3934.0, 3922.0, 3922.0, 3920.0, 3921.0, 3943.0, 3923.0, 3936.0, 3925.0, 3944.0, 3911.0, 3921.0, 3912.0, 3924.0, 3923.0, 3924.0, 3965.0, 3924.0, 3923.0, 3913.0, 3924.0, 3953.0, 3922.0, 3942.0, 3911.0, 3941.0, 3918.0, 3909.0, 3938.0, 3919.0, 3940.0, 3897.0, 3896.0, 3884.0, 3895.0, 3905.0, 3906.0, 3906.0, 3895.0, 3907.0, 3895.0, 3908.0, 3917.0, 3919.0, 3919.0, 3907.0, 3909.0, 3897.0, 3920.0, 3920.0, 3934.0, 3934.0, 3924.0, 3933.0, 3935.0, 3934.0, 3938.0, 3946.0, 3948.0, 3969.0, 3936.0, 3939.0, 3968.0, 3937.0, 3956.0, 3937.0, 3957.0, 3924.0, 3956.0, 3943.0, 3923.0, 3952.0, 3921.0, 3932.0, 3910.0, 3910.0, 3908.0, 3909.0, 3908.0, 3921.0, 3909.0, 3909.0, 3920.0, 3909.0, 3921.0, 3943.0, 3947.0, 3945.0, 3934.0, 3933.0, 3924.0, 3935.0, 3938.0, 3957.0, 3937.0, 3927.0, 3966.0, 3936.0, 3946.0, 3924.0, 3935.0, 3943.0, 3924.0, 3954.0, 3933.0, 3932.0, 3910.0, 3921.0, 3910.0, 3921.0, 3923.0, 3934.0, 3924.0, 3921.0, 3910.0, 3921.0, 3909.0, 3921.0, 3952.0, 3921.0, 3922.0, 3909.0, 3921.0, 3931.0, 3920.0, 3920.0, 3922.0, 3911.0, 3911.0, 3934.0, 3945.0, 3924.0, 3932.0, 3934.0, 3923.0, 3924.0, 3935.0, 3936.0, 3925.0, 3924.0, 3936.0, 3945.0, 3936.0, 3947.0, 3925.0, 3936.0, 3923.0, 3923.0, 3955.0, 3936.0, 3943.0, 3923.0, 3923.0, 3922.0, 3924.0, 3964.0, 3912.0, 3931.0, 3910.0, 3911.0, 3911.0, 3922.0, 3942.0, 3924.0, 3932.0, 3924.0, 3935.0, 3924.0, 3922.0, 3922.0, 3925.0, 3922.0, 3923.0, 3945.0, 3924.0, 3934.0, 3935.0, 3935.0, 3923.0, 3936.0, 3944.0, 3925.0, 3943.0, 3923.0, 3932.0, 3934.0, 3945.0, 3935.0, 3943.0, 3934.0, 3933.0, 3924.0, 3947.0, 3925.0, 3954.0, 3921.0, 3910.0, 3910.0, 3909.0, 3922.0, 3924.0, 3921.0, 3922.0, 3941.0, 3932.0, 3932.0, 3921.0, 3923.0, 3941.0, 3921.0, 3919.0, 3920.0, 3909.0, 3908.0, 3921.0, 3909.0, 3909.0, 3908.0, 3909.0, 3920.0, 3920.0, 3922.0, 3943.0, 3909.0, 3909.0, 3896.0, 3908.0, 3920.0, 3922.0, 3931.0, 3922.0, 3930.0, 3921.0, 3943.0, 3921.0, 3923.0, 3935.0, 3934.0, 3922.0, 3923.0, 3934.0, 3935.0, 3935.0, 3950.0, 3958.0, 3948.0, 3938.0, 3926.0, 3937.0, 3956.0, 3936.0, 3946.0, 3925.0, 3925.0, 3943.0, 3923.0, 3943.0, 3933.0, 3922.0, 3920.0, 3910.0, 3939.0, 3898.0, 3907.0, 3910.0, 3909.0, 3920.0, 3909.0, 3909.0, 3921.0, 3952.0, 3923.0, 3931.0, 3920.0, 3910.0, 3920.0, 3923.0, 3932.0, 3931.0, 3919.0, 3908.0, 3908.0, 3898.0, 3921.0, 3911.0, 3922.0, 3923.0, 3923.0, 3924.0, 3953.0, 3923.0, 3943.0, 3921.0, 3922.0, 3952.0, 3921.0, 3941.0, 3909.0, 3928.0, 3895.0, 3896.0, 3915.0, 3894.0, 3903.0, 3894.0, 3903.0, 3894.0, 3903.0, 3905.0, 3904.0, 3905.0, 3894.0, 3905.0, 3905.0, 3906.0, 3907.0, 3906.0, 3908.0, 3918.0, 3921.0, 3920.0, 3934.0, 3922.0, 3922.0, 3922.0, 3923.0, 3935.0, 3937.0, 3947.0, 3937.0, 3937.0, 3937.0, 3948.0, 3960.0, 3949.0, 3938.0, 3937.0, 3937.0, 3937.0, 3938.0, 3937.0, 3936.0, 3925.0, 3924.0, 3935.0, 3935.0, 3936.0, 3968.0, 3935.0, 3924.0, 3922.0, 3923.0, 3924.0, 3935.0, 3936.0, 3934.0, 3924.0, 3924.0, 3937.0, 3926.0, 3950.0, 3951.0, 3960.0, 3937.0, 3947.0, 3924.0, 3936.0, 3967.0, 3935.0, 3944.0, 3936.0, 3934.0, 3937.0, 3936.0, 3924.0, 3943.0, 3935.0, 3923.0, 3936.0, 3945.0, 3948.0, 3947.0, 3947.0, 3935.0, 3936.0, 3926.0, 3937.0, 3937.0, 3926.0, 3936.0, 3924.0, 3924.0, 3925.0, 3958.0, 3936.0, 3955.0, 3923.0, 3911.0, 3924.0, 3911.0, 3934.0, 3944.0, 3911.0, 3922.0, 3910.0, 3922.0, 3941.0, 3921.0, 3930.0, 3921.0, 3920.0, 3920.0, 3909.0, 3911.0, 3909.0, 3921.0, 3922.0, 3924.0, 3922.0, 3935.0, 3923.0, 3922.0, 3922.0, 3911.0, 3923.0, 3921.0, 3923.0, 3921.0, 3923.0, 3944.0, 3935.0, 3934.0, 3936.0, 3923.0, 3947.0, 3945.0, 3924.0, 3924.0, 3923.0, 3924.0, 3936.0], 'WindowWidth': [8937.0, 8880.0, 8843.0, 8874.0, 8813.0, 8850.0, 8808.0, 8810.0, 8788.0, 8803.0, 8842.0, 8802.0, 8803.0, 8788.0, 8807.0, 8842.0, 8788.0, 8802.0, 8782.0, 8802.0, 8830.0, 8789.0, 8791.0, 8801.0, 8805.0, 8848.0, 8808.0, 8810.0, 8844.0, 8806.0, 8822.0, 8819.0, 8812.0, 8849.0, 8809.0, 8824.0, 8806.0, 8813.0, 8865.0, 8825.0, 8814.0, 8808.0, 8812.0, 8850.0, 8827.0, 8829.0, 8822.0, 8811.0, 8862.0, 8805.0, 8809.0, 8820.0, 8808.0, 8847.0, 8807.0, 8810.0, 8835.0, 8826.0, 8850.0, 8808.0, 8822.0, 8829.0, 8804.0, 8846.0, 8803.0, 8789.0, 8811.0, 8788.0, 8834.0, 8806.0, 8807.0, 8814.0, 8808.0, 8820.0, 8823.0, 8812.0, 8849.0, 8825.0, 8837.0, 8822.0, 8813.0, 8852.0, 8811.0, 8852.0, 8821.0, 8829.0, 8882.0, 8810.0, 8847.0, 8806.0, 8794.0, 8860.0, 8809.0, 8848.0, 8820.0, 8808.0, 8831.0, 8806.0, 8848.0, 8806.0, 8806.0, 8801.0, 8803.0, 8843.0, 8806.0, 8806.0, 8786.0, 8788.0, 8828.0, 8806.0, 8804.0, 8801.0, 8804.0, 8842.0, 8802.0, 8819.0, 8800.0, 8789.0, 8840.0, 8801.0, 8832.0, 8804.0, 8805.0, 8828.0, 8803.0, 8831.0, 8786.0, 8804.0, 8856.0, 8802.0, 8812.0, 8783.0, 8788.0, 8830.0, 8804.0, 8830.0, 8805.0, 8807.0, 8806.0, 8809.0, 8846.0, 8806.0, 8819.0, 8787.0, 8805.0, 8860.0, 8803.0, 8817.0, 8783.0, 8804.0, 8842.0, 8789.0, 8787.0, 8799.0, 8803.0, 8841.0, 8803.0, 8806.0, 8803.0, 8805.0, 8841.0, 8804.0, 8820.0, 8806.0, 8807.0, 8858.0, 8804.0, 8818.0, 8802.0, 8806.0, 8843.0, 8802.0, 8799.0, 8783.0, 8803.0, 8845.0, 8805.0, 8830.0, 8787.0, 8789.0, 8841.0, 8788.0, 8815.0, 8803.0, 8789.0, 8786.0, 8804.0, 8845.0, 8805.0, 8818.0, 8787.0, 8806.0, 8858.0, 8804.0, 8832.0, 8786.0, 8788.0, 8853.0, 8785.0, 8802.0, 8798.0, 8787.0, 8824.0, 8786.0, 8799.0, 8787.0, 8804.0, 8841.0, 8788.0, 8824.0, 8798.0, 8789.0, 8800.0, 8786.0, 8825.0, 8787.0, 8804.0, 8788.0, 8804.0, 8813.0, 8803.0, 8814.0, 8801.0, 8805.0, 8841.0, 8787.0, 8825.0, 8783.0, 8784.0, 8804.0, 8805.0, 8800.0, 8788.0, 8813.0, 8801.0, 8831.0, 8787.0, 8806.0, 8858.0, 8805.0, 8827.0, 8785.0, 8786.0, 8844.0, 8786.0, 8822.0, 8782.0, 8779.0, 8815.0, 8761.0, 8818.0, 8774.0, 8760.0, 8757.0, 8760.0, 8785.0, 8778.0, 8761.0, 8775.0, 8778.0, 8774.0, 8781.0, 8808.0, 8782.0, 8780.0, 8777.0, 8784.0, 8821.0, 8785.0, 8814.0, 8781.0, 8783.0, 8832.0, 8780.0, 8797.0, 8782.0, 8784.0, 8805.0, 8783.0, 8810.0, 8801.0, 8786.0, 8785.0, 8788.0, 8838.0, 8784.0, 8797.0, 8800.0, 8788.0, 8796.0, 8784.0, 8809.0, 8785.0, 8802.0, 8785.0, 8788.0, 8824.0, 8788.0, 8814.0, 8808.0, 8804.0, 8788.0, 8806.0, 8815.0, 8805.0, 8847.0, 8806.0, 8789.0, 8785.0, 8790.0, 8856.0, 8789.0, 8829.0, 8801.0, 8784.0, 8781.0, 8788.0, 8829.0, 8788.0, 8812.0, 8787.0, 8803.0, 8800.0, 8811.0, 8853.0, 8805.0, 8812.0, 8788.0, 8798.0, 8808.0, 8816.0, 8784.0, 8790.0, 8841.0, 8798.0, 8826.0, 8780.0, 8781.0, 8809.0, 8764.0, 8814.0, 8775.0, 8789.0, 8761.0, 8780.0, 8772.0, 8759.0, 8814.0, 8758.0, 8787.0, 8788.0, 8797.0, 8764.0, 8771.0, 8765.0, 8760.0, 8776.0, 8766.0, 8791.0, 8778.0, 8805.0, 8781.0, 8775.0, 8760.0, 8783.0, 8817.0, 8759.0, 8786.0, 8752.0, 8758.0, 8794.0, 8758.0, 8781.0, 8752.0, 8753.0, 8754.0, 8758.0, 8750.0, 8751.0, 8761.0, 8753.0, 8750.0, 8760.0, 8762.0, 8758.0, 8760.0, 8741.0, 8774.0, 8793.0, 8782.0, 8794.0, 8785.0, 8794.0, 8779.0, 8785.0, 8788.0, 8785.0, 8825.0, 8788.0, 8814.0, 8790.0, 8791.0, 8785.0, 8786.0, 8838.0, 8784.0, 8800.0, 8804.0, 8789.0, 8786.0, 8788.0, 8828.0, 8807.0, 8820.0, 8786.0, 8788.0, 8798.0, 8788.0, 8815.0, 8806.0, 8791.0, 8789.0, 8796.0, 8811.0, 8813.0, 8836.0, 8811.0, 8822.0, 8787.0, 8794.0, 8867.0, 8808.0, 8832.0, 8792.0, 8803.0, 8807.0, 8811.0, 8793.0, 8811.0, 8818.0, 8806.0, 8843.0, 8808.0, 8818.0, 8785.0, 8789.0, 8783.0, 8787.0, 8862.0, 8817.0, 8823.0, 8785.0, 8801.0, 8782.0, 8786.0, 8825.0, 8781.0, 8807.0, 8778.0, 8766.0, 8767.0, 8783.0, 8806.0, 8779.0, 8790.0, 8782.0, 8784.0, 8789.0, 8785.0, 8773.0, 8785.0, 8808.0, 8789.0, 8805.0, 8786.0, 8784.0, 8779.0, 8783.0, 8813.0, 8787.0, 8811.0, 8796.0, 8818.0, 8769.0, 8782.0, 8771.0, 8790.0, 8786.0, 8792.0, 8848.0, 8791.0, 8788.0, 8774.0, 8788.0, 8827.0, 8784.0, 8811.0, 8768.0, 8806.0, 8772.0, 8761.0, 8797.0, 8772.0, 8801.0, 8742.0, 8737.0, 8718.0, 8733.0, 8746.0, 8751.0, 8751.0, 8734.0, 8753.0, 8735.0, 8758.0, 8766.0, 8775.0, 8776.0, 8757.0, 8761.0, 8742.0, 8778.0, 8777.0, 8806.0, 8806.0, 8792.0, 8799.0, 8806.0, 8804.0, 8817.0, 8826.0, 8830.0, 8860.0, 8811.0, 8818.0, 8857.0, 8814.0, 8837.0, 8811.0, 8838.0, 8791.0, 8837.0, 8814.0, 8784.0, 8823.0, 8779.0, 8796.0, 8763.0, 8762.0, 8756.0, 8759.0, 8757.0, 8779.0, 8761.0, 8760.0, 8777.0, 8760.0, 8782.0, 8815.0, 8829.0, 8821.0, 8805.0, 8803.0, 8792.0, 8809.0, 8818.0, 8842.0, 8815.0, 8799.0, 8850.0, 8810.0, 8822.0, 8791.0, 8807.0, 8814.0, 8791.0, 8829.0, 8800.0, 8796.0, 8764.0, 8779.0, 8766.0, 8780.0, 8789.0, 8805.0, 8792.0, 8782.0, 8765.0, 8779.0, 8761.0, 8779.0, 8825.0, 8780.0, 8782.0, 8760.0, 8778.0, 8794.0, 8780.0, 8776.0, 8782.0, 8766.0, 8766.0, 8804.0, 8822.0, 8790.0, 8797.0, 8804.0, 8788.0, 8790.0, 8808.0, 8811.0, 8796.0, 8792.0, 8809.0, 8820.0, 8809.0, 8828.0, 8795.0, 8808.0, 8787.0, 8788.0, 8835.0, 8809.0, 8813.0, 8789.0, 8787.0, 8784.0, 8789.0, 8841.0, 8769.0, 8792.0, 8762.0, 8765.0, 8769.0, 8784.0, 8808.0, 8788.0, 8797.0, 8791.0, 8807.0, 8791.0, 8783.0, 8784.0, 8792.0, 8783.0, 8787.0, 8820.0, 8791.0, 8801.0, 8805.0, 8805.0, 8788.0, 8809.0, 8817.0, 8793.0, 8813.0, 8787.0, 8797.0, 8804.0, 8820.0, 8807.0, 8814.0, 8804.0, 8799.0, 8789.0, 8826.0, 8795.0, 8830.0, 8780.0, 8763.0, 8766.0, 8763.0, 8785.0, 8791.0, 8781.0, 8783.0, 8808.0, 8797.0, 8799.0, 8780.0, 8789.0, 8806.0, 8778.0, 8775.0, 8775.0, 8761.0, 8758.0, 8780.0, 8759.0, 8758.0, 8757.0, 8760.0, 8778.0, 8776.0, 8784.0, 8815.0, 8761.0, 8760.0, 8738.0, 8757.0, 8777.0, 8786.0, 8795.0, 8783.0, 8790.0, 8782.0, 8815.0, 8780.0, 8788.0, 8808.0, 8804.0, 8785.0, 8787.0, 8806.0, 8809.0, 8809.0, 8836.0, 8843.0, 8829.0, 8816.0, 8795.0, 8813.0, 8838.0, 8810.0, 8823.0, 8792.0, 8792.0, 8813.0, 8785.0, 8811.0, 8799.0, 8784.0, 8778.0, 8762.0, 8800.0, 8743.0, 8755.0, 8762.0, 8759.0, 8776.0, 8763.0, 8761.0, 8780.0, 8822.0, 8786.0, 8792.0, 8777.0, 8762.0, 8778.0, 8788.0, 8799.0, 8795.0, 8774.0, 8756.0, 8757.0, 8743.0, 8781.0, 8767.0, 8784.0, 8788.0, 8788.0, 8789.0, 8828.0, 8787.0, 8814.0, 8781.0, 8784.0, 8822.0, 8780.0, 8805.0, 8760.0, 8785.0, 8735.0, 8735.0, 8759.0, 8728.0, 8741.0, 8729.0, 8739.0, 8730.0, 8742.0, 8748.0, 8743.0, 8748.0, 8732.0, 8748.0, 8749.0, 8751.0, 8754.0, 8753.0, 8757.0, 8771.0, 8781.0, 8780.0, 8806.0, 8787.0, 8784.0, 8784.0, 8789.0, 8807.0, 8813.0, 8829.0, 8814.0, 8815.0, 8814.0, 8831.0, 8849.0, 8833.0, 8819.0, 8814.0, 8815.0, 8814.0, 8816.0, 8813.0, 8810.0, 8792.0, 8791.0, 8806.0, 8805.0, 8810.0, 8856.0, 8804.0, 8788.0, 8782.0, 8785.0, 8792.0, 8807.0, 8809.0, 8802.0, 8789.0, 8790.0, 8812.0, 8799.0, 8835.0, 8842.0, 8850.0, 8813.0, 8826.0, 8790.0, 8810.0, 8852.0, 8805.0, 8814.0, 8809.0, 8802.0, 8815.0, 8810.0, 8792.0, 8813.0, 8806.0, 8787.0, 8808.0, 8821.0, 8831.0, 8828.0, 8827.0, 8807.0, 8810.0, 8795.0, 8813.0, 8815.0, 8796.0, 8810.0, 8790.0, 8788.0, 8792.0, 8842.0, 8810.0, 8835.0, 8786.0, 8767.0, 8788.0, 8767.0, 8804.0, 8817.0, 8768.0, 8783.0, 8764.0, 8784.0, 8806.0, 8781.0, 8791.0, 8780.0, 8775.0, 8778.0, 8761.0, 8766.0, 8762.0, 8780.0, 8784.0, 8792.0, 8782.0, 8806.0, 8787.0, 8784.0, 8784.0, 8766.0, 8785.0, 8780.0, 8785.0, 8782.0, 8788.0, 8817.0, 8806.0, 8802.0, 8808.0, 8788.0, 8826.0, 8821.0, 8791.0, 8789.0, 8785.0, 8788.0, 8808.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.0005020636663007683</td></tr>
<tr><td colspan=3>aqi</td><td>0.031237768276619098</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.85320571646152</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1822132327802188</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9569220442307691</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>8579.9922</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08930806329750525</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4149286498353457</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4344496985031316</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.335423307955533</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.744651752744221</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.223274034809642</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125234</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01522018015384674</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028829585760831833</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7872985379889217</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.2443</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1119</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.1575</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>664.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.0757</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.041</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.5479</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3183.1991</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.6354</td></tr>
<tr><td colspan=3>tsnr</td><td>38.039962500333786</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>