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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0043_suffix-bold_task-alignvideo" 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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-04_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-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-alignvideo_acq-mb8_run-04_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-0043/ses-02/func/sub-0043_ses-02_task-alignvideo_acq-mb8_run-04_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>cdc3cd793de1f39941a92a2651a7e751</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>12:37:57.445000</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.996462, 0.0839955, 0.0028802, -0.0840256, 0.994916, 0.0555208]</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-04_task-alignvideo_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.0837683</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7775, -7290, 600, -84, -336, 15, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.113</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0e212860-c752-4591-b390-a84e5820b8d2||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.6734347343444824, -0.22543452680110931, -0.004854422528296709, 120.5883560180664], [-0.2253536880016327, 2.669286012649536, 0.15002918243408203, -95.41978454589844], [0.007727377116680145, -0.148958221077919, 2.695824146270752, -70.16333770751953], [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': ['123757.445000', '123757.905000', '123758.365000', '123758.825000', '123759.285000', '123759.745000', '123800.205000', '123800.665000', '123801.125000', '123801.585000', '123802.045000', '123802.505000', '123802.965000', '123803.425000', '123803.885000', '123804.345000', '123804.805000', '123805.265000', '123805.725000', '123806.185000', '123806.645000', '123807.105000', '123807.565000', '123808.025000', '123808.485000', '123808.945000', '123809.405000', '123809.865000', '123810.325000', '123810.785000', '123811.245000', '123811.705000', '123812.165000', '123812.625000', '123813.085000', '123813.545000', '123814.005000', '123814.465000', '123814.925000', '123815.385000', '123815.845000', '123816.305000', '123816.765000', '123817.225000', '123817.685000', '123818.145000', '123818.605000', '123819.065000', '123819.525000', '123819.985000', '123820.445000', '123820.905000', '123821.365000', '123821.825000', '123822.285000', '123822.745000', '123823.205000', '123823.665000', '123824.125000', '123824.585000', '123825.045000', '123825.505000', '123825.965000', '123826.425000', '123826.885000', '123827.345000', '123827.805000', '123828.265000', '123828.725000', '123829.185000', '123829.645000', '123830.105000', '123830.565000', '123831.025000', '123831.485000', '123831.945000', '123832.405000', '123832.865000', '123833.325000', '123833.785000', '123834.245000', '123834.705000', '123835.165000', '123835.625000', '123836.085000', '123836.545000', '123837.005000', '123837.465000', '123837.925000', '123838.385000', '123838.845000', '123839.305000', '123839.765000', '123840.225000', '123840.685000', '123841.145000', '123841.605000', '123842.065000', '123842.525000', '123842.985000', '123843.445000', '123843.905000', '123844.365000', '123844.825000', '123845.285000', '123845.745000', '123846.205000', '123846.665000', '123847.125000', '123847.585000', '123848.045000', '123848.505000', '123848.965000', '123849.425000', '123849.885000', '123850.345000', '123850.805000', '123851.265000', '123851.725000', '123852.185000', '123852.645000', '123853.105000', '123853.565000', '123854.025000', '123854.485000', '123854.945000', '123855.405000', '123855.865000', '123856.325000', '123856.785000', '123857.245000', '123857.705000', '123858.165000', '123858.625000', '123859.085000', '123859.545000', '123900.005000', '123900.465000', '123900.925000', '123901.385000', '123901.845000', '123902.305000', '123902.765000', '123903.225000', '123903.685000', '123904.145000', '123904.605000', '123905.065000', '123905.525000', '123905.985000', '123906.445000', '123906.905000', '123907.365000', '123907.825000', '123908.285000', '123908.745000', '123909.205000', '123909.665000', '123910.125000', '123910.585000', '123911.045000', '123911.505000', '123911.965000', '123912.425000', '123912.885000', '123913.345000', '123913.805000', '123914.265000', '123914.725000', '123915.185000', '123915.645000', '123916.105000', '123916.565000', '123917.025000', '123917.485000', '123917.945000', '123918.405000', '123918.865000', '123919.325000', '123919.785000', '123920.245000', '123920.705000', '123921.165000', '123921.625000', '123922.085000', '123922.545000', '123923.005000', '123923.465000', '123923.925000', '123924.385000', '123924.845000', '123925.305000', '123925.765000', '123926.225000', '123926.685000', '123927.145000', '123927.605000', '123928.065000', '123928.525000', '123928.985000', '123929.445000', '123929.905000', '123930.365000', '123930.825000', '123931.285000', '123931.745000', '123932.205000', '123932.665000', '123933.125000', '123933.585000', '123934.045000', '123934.505000', '123934.965000', '123935.425000', '123935.885000', '123936.345000', '123936.805000', '123937.265000', '123937.725000', '123938.185000', '123938.645000', '123939.105000', '123939.565000', '123940.025000', '123940.485000', '123940.945000', '123941.405000', '123941.865000', '123942.325000', '123942.785000', '123943.245000', '123943.705000', '123944.165000', '123944.625000', '123945.085000', '123945.545000', '123946.005000', '123946.465000', '123946.925000', '123947.385000', '123947.845000', '123948.305000', '123948.765000', '123949.225000', '123949.685000', '123950.145000', '123950.605000', '123951.065000', '123951.525000', '123951.985000', '123952.445000', '123952.905000', '123953.365000', '123953.825000', '123954.285000', '123954.745000', '123955.205000', '123955.665000', '123956.125000', '123956.585000', '123957.045000', '123957.505000', '123957.965000', '123958.425000', '123958.885000', '123959.345000', '123959.805000', '124000.265000', '124000.725000', '124001.185000', '124001.645000', '124002.105000', '124002.565000', '124003.025000', '124003.485000', '124003.945000', '124004.405000', '124004.865000', '124005.325000', '124005.785000', '124006.245000', '124006.705000', '124007.165000', '124007.625000', '124008.085000', '124008.545000', '124009.005000', '124009.465000', '124009.925000', '124010.385000', '124010.845000', '124011.305000', '124011.765000', '124012.225000', '124012.685000', '124013.145000', '124013.605000', '124014.065000', '124014.525000', '124014.985000', '124015.445000', '124015.905000', '124016.365000', '124016.825000', '124017.285000', '124017.745000', '124018.205000', '124018.665000', '124019.125000', '124019.585000', '124020.045000', '124020.505000', '124020.965000', '124021.425000', '124021.885000', '124022.345000', '124022.805000', '124023.265000', '124023.725000', '124024.185000', '124024.645000', '124025.105000', '124025.565000', '124026.025000', '124026.485000', '124026.945000', '124027.405000', '124027.865000', '124028.325000', '124028.785000', '124029.245000', '124029.705000', '124030.165000', '124030.625000', '124031.085000', '124031.545000', '124032.005000', '124032.465000', '124032.925000', '124033.385000', '124033.845000', '124034.305000', '124034.765000', '124035.225000', '124035.685000', '124036.145000', '124036.605000', '124037.065000', '124037.525000', '124037.985000', '124038.445000', '124038.905000', '124039.365000', '124039.825000', '124040.285000', '124040.745000', '124041.205000', '124041.665000', '124042.125000', '124042.585000', '124043.045000', '124043.505000', '124043.965000', '124044.425000', '124044.885000', '124045.345000', '124045.805000', '124046.265000', '124046.725000', '124047.185000', '124047.645000', '124048.105000', '124048.565000', '124049.025000', '124049.485000', '124049.945000', '124050.405000', '124050.865000', '124051.325000', '124051.785000', '124052.245000', '124052.705000', '124053.165000', '124053.625000', '124054.085000', '124054.545000', '124055.005000', '124055.465000', '124055.925000', '124056.385000', '124056.845000', '124057.305000', '124057.765000', '124058.225000', '124058.685000', '124059.145000', '124059.605000', '124100.065000', '124100.525000', '124100.985000', '124101.445000', '124101.905000', '124102.365000', '124102.825000', '124103.285000', '124103.745000', '124104.205000', '124104.665000', '124105.125000', '124105.585000', '124106.045000', '124106.505000', '124106.965000', '124107.425000', '124107.885000', '124108.345000', '124108.805000', '124109.265000', '124109.725000', '124110.185000', '124110.645000', '124111.105000', '124111.565000', '124112.025000', '124112.485000', '124112.945000', '124113.405000', '124113.865000', '124114.325000', '124114.785000', '124115.245000', '124115.705000', '124116.165000', '124116.625000', '124117.085000', '124117.545000', '124118.005000', '124118.465000', '124118.925000', '124119.385000', '124119.845000', '124120.305000', '124120.765000', '124121.225000', '124121.685000', '124122.145000', '124122.605000', '124123.065000', '124123.525000', '124123.985000', '124124.445000', '124124.905000', '124125.365000', '124125.825000', '124126.285000', '124126.745000', '124127.205000', '124127.665000', '124128.125000', '124128.585000', '124129.045000', '124129.505000', '124129.965000', '124130.425000', '124130.885000', '124131.345000', '124131.805000', '124132.265000', '124132.725000', '124133.185000', '124133.645000', '124134.105000', '124134.565000', '124135.025000', '124135.485000', '124135.945000', '124136.405000', '124136.865000', '124137.325000', '124137.785000', '124138.245000', '124138.705000', '124139.165000', '124139.625000', '124140.085000', '124140.545000', '124141.005000', '124141.465000', '124141.925000', '124142.385000', '124142.845000', '124143.305000', '124143.765000', '124144.225000', '124144.685000', '124145.145000', '124145.605000', '124146.065000', '124146.525000', '124146.985000', '124147.445000', '124147.905000', '124148.365000', '124148.825000', '124149.285000', '124149.745000', '124150.205000', '124150.665000', '124151.125000', '124151.585000', '124152.045000', '124152.505000', '124152.965000', '124153.425000', '124153.885000', '124154.345000', '124154.805000', '124155.265000', '124155.725000', '124156.185000', '124156.645000', '124157.105000', '124157.565000', '124158.025000', '124158.485000', '124158.945000', '124159.405000', '124159.865000', '124200.325000', '124200.785000', '124201.245000', '124201.705000', '124202.165000', '124202.625000', '124203.085000', '124203.545000', '124204.005000', '124204.465000', '124204.925000', '124205.385000', '124205.845000', '124206.305000', '124206.765000', '124207.225000', '124207.685000', '124208.145000', '124208.605000', '124209.065000', '124209.525000', '124209.985000', '124210.445000', '124210.905000', '124211.365000', '124211.825000', '124212.285000', '124212.745000', '124213.205000', '124213.665000', '124214.125000', '124214.585000', '124215.045000', '124215.505000', '124215.965000', '124216.425000', '124216.885000', '124217.345000', '124217.805000', '124218.265000', '124218.725000', '124219.185000', '124219.645000', '124220.105000', '124220.565000', '124221.025000', '124221.485000', '124221.945000', '124222.405000', '124222.865000', '124223.325000', '124223.785000', '124224.245000', '124224.705000', '124225.165000', '124225.625000', '124226.085000', '124226.545000', '124227.005000', '124227.465000', '124227.925000', '124228.385000', '124228.845000', '124229.305000', '124229.765000', '124230.225000', '124230.685000', '124231.145000', '124231.605000', '124232.065000', '124232.525000', '124232.985000', '124233.445000', '124233.905000', '124234.365000', '124234.825000', '124235.285000', '124235.745000', '124236.205000', '124236.665000', '124237.125000', '124237.585000', '124238.045000', '124238.505000', '124238.965000', '124239.425000', '124239.885000', '124240.345000', '124240.805000', '124241.265000', '124241.725000', '124242.185000', '124242.645000', '124243.105000', '124243.565000', '124244.025000', '124244.485000', '124244.945000', '124245.405000', '124245.865000', '124246.325000', '124246.785000', '124247.245000', '124247.705000', '124248.165000', '124248.625000', '124249.085000', '124249.545000', '124250.005000', '124250.465000', '124250.925000', '124251.385000', '124251.845000', '124252.305000', '124252.765000', '124253.225000', '124253.685000', '124254.145000', '124254.605000', '124255.065000', '124255.525000', '124255.985000', '124256.445000', '124256.905000', '124257.365000', '124257.825000', '124258.285000', '124258.745000', '124259.205000', '124259.665000', '124300.125000', '124300.585000', '124301.045000', '124301.505000', '124301.965000', '124302.425000', '124302.885000', '124303.345000', '124303.805000', '124304.265000', '124304.725000', '124305.185000', '124305.645000', '124306.105000', '124306.565000', '124307.025000', '124307.485000', '124307.945000', '124308.405000', '124308.865000', '124309.325000', '124309.785000', '124310.245000', '124310.705000', '124311.165000', '124311.625000', '124312.085000', '124312.545000', '124313.005000', '124313.465000', '124313.925000', '124314.385000', '124314.845000', '124315.305000', '124315.765000', '124316.225000', '124316.685000', '124317.145000', '124317.605000', '124318.065000', '124318.525000', '124318.985000', '124319.445000', '124319.905000', '124320.365000', '124320.825000', '124321.285000', '124321.745000', '124322.205000', '124322.665000', '124323.125000', '124323.585000', '124324.045000', '124324.505000', '124324.965000', '124325.425000', '124325.885000', '124326.345000', '124326.805000', '124327.265000', '124327.725000', '124328.185000', '124328.645000', '124329.105000', '124329.565000', '124330.025000', '124330.485000', '124330.945000', '124331.405000', '124331.865000', '124332.325000', '124332.785000', '124333.245000', '124333.705000', '124334.165000', '124334.625000', '124335.085000', '124335.545000', '124336.005000', '124336.465000', '124336.925000', '124337.385000', '124337.845000', '124338.305000', '124338.765000', '124339.225000', '124339.685000', '124340.145000', '124340.605000', '124341.065000', '124341.525000', '124341.985000', '124342.445000', '124342.905000', '124343.365000', '124343.825000', '124344.285000', '124344.745000', '124345.205000', '124345.665000', '124346.125000', '124346.585000', '124347.045000', '124347.505000', '124347.965000', '124348.425000', '124348.885000', '124349.345000', '124349.805000', '124350.265000', '124350.725000', '124351.185000', '124351.645000', '124352.105000', '124352.565000', '124353.025000', '124353.485000', '124353.945000', '124354.405000', '124354.865000', '124355.325000', '124355.785000', '124356.245000', '124356.705000', '124357.165000', '124357.625000', '124358.085000', '124358.545000', '124359.005000', '124359.465000', '124359.925000', '124400.385000', '124400.845000', '124401.305000', '124401.765000', '124402.225000', '124402.685000', '124403.145000', '124403.605000', '124404.065000', '124404.525000', '124404.985000', '124405.445000', '124405.905000', '124406.365000', '124406.825000', '124407.285000', '124407.745000', '124408.205000', '124408.665000', '124409.125000', '124409.585000', '124410.045000', '124410.505000', '124410.965000', '124411.425000', '124411.885000', '124412.345000', '124412.805000', '124413.265000', '124413.725000', '124414.185000', '124414.645000', '124415.105000', '124415.565000', '124416.025000', '124416.485000', '124416.945000', '124417.405000', '124417.865000', '124418.325000', '124418.785000', '124419.245000', '124419.705000', '124420.165000', '124420.625000', '124421.085000', '124421.545000', '124422.005000', '124422.465000', '124422.925000', '124423.385000', '124423.845000', '124424.305000', '124424.765000', '124425.225000', '124425.685000', '124426.145000', '124426.605000', '124427.065000', '124427.525000', '124427.985000', '124428.445000', '124428.905000', '124429.365000', '124429.825000', '124430.285000', '124430.745000', '124431.205000', '124431.665000', '124432.125000', '124432.585000', '124433.045000', '124433.505000', '124433.965000', '124434.425000', '124434.885000', '124435.345000', '124435.805000', '124436.265000', '124436.725000', '124437.185000', '124437.645000', '124438.105000', '124438.565000', '124439.025000', '124439.485000', '124439.945000', '124440.405000', '124440.865000', '124441.325000', '124441.785000', '124442.245000', '124442.705000', '124443.165000', '124443.625000', '124444.085000', '124444.545000', '124445.005000', '124445.465000', '124445.925000', '124446.385000', '124446.845000', '124447.305000', '124447.765000', '124448.225000', '124448.685000', '124449.145000', '124449.605000', '124450.065000', '124450.525000', '124450.985000', '124451.445000', '124451.905000', '124452.365000', '124452.825000', '124453.285000', '124453.745000', '124454.205000', '124454.665000', '124455.125000', '124455.585000', '124456.045000', '124456.505000', '124456.965000', '124457.425000'], 'ContentTime': ['123807.432000', '123807.435000', '123807.438000', '123807.441000', '123807.444000', '123807.447000', '123807.450000', '123807.453000', '123807.456000', '123807.459000', '123807.468000', '123807.471000', '123807.474000', '123807.477000', '123807.480000', '123807.483000', '123807.486000', '123807.489000', '123807.492000', '123807.495000', '123827.386000', '123827.389000', '123827.392000', '123827.396000', '123827.399000', '123827.402000', '123827.405000', '123827.408000', '123827.411000', '123827.414000', '123827.417000', '123827.420000', '123827.431000', '123827.434000', '123827.437000', '123827.440000', '123827.443000', '123827.453000', '123827.457000', '123827.460000', '123827.463000', '123827.466000', '123827.469000', '123827.472000', '123827.475000', '123827.478000', '123827.481000', '123827.484000', '123827.488000', '123827.491000', '123827.494000', '123827.497000', '123827.500000', '123827.503000', '123827.506000', '123827.509000', '123827.512000', '123827.515000', '123827.521000', '123827.525000', '123827.529000', '123827.532000', '123827.535000', '123847.386000', '123847.389000', '123847.392000', '123847.395000', '123847.398000', '123847.401000', '123847.404000', '123847.407000', '123847.410000', '123847.413000', '123847.416000', '123847.419000', '123847.422000', '123847.425000', '123847.428000', '123847.431000', '123847.434000', '123847.437000', '123847.440000', '123847.443000', '123847.446000', '123847.449000', '123847.451000', '123847.454000', '123847.457000', '123847.469000', '123847.472000', '123847.475000', '123847.478000', '123847.481000', '123847.484000', '123847.487000', '123847.490000', '123847.493000', '123847.496000', '123847.499000', '123847.502000', '123847.505000', '123847.508000', '123847.510000', '123847.513000', '123847.516000', '123847.519000', '123847.522000', '123907.386000', '123907.389000', '123907.392000', '123907.395000', '123907.398000', '123907.401000', '123907.404000', '123907.407000', '123907.410000', '123907.413000', '123907.416000', '123907.419000', '123907.422000', '123907.425000', '123907.428000', '123907.431000', '123907.434000', '123907.437000', '123907.440000', '123907.443000', '123907.446000', '123907.449000', '123907.452000', '123907.455000', '123907.458000', '123907.461000', '123907.464000', '123907.468000', '123907.471000', '123907.474000', '123907.477000', '123907.480000', '123907.483000', '123907.491000', '123907.494000', '123907.497000', '123907.500000', '123907.503000', '123907.506000', '123907.509000', '123907.512000', '123907.515000', '123907.518000', '123927.387000', '123927.390000', '123927.393000', '123927.396000', '123927.399000', '123927.402000', '123927.405000', '123927.408000', '123927.411000', '123927.414000', '123927.417000', '123927.420000', '123927.423000', '123927.426000', '123927.429000', '123927.432000', '123927.435000', '123927.438000', '123927.441000', '123927.462000', '123927.465000', '123927.468000', '123927.471000', '123927.474000', '123927.477000', '123927.480000', '123927.483000', '123927.486000', '123927.489000', '123927.492000', '123927.495000', '123927.498000', '123927.501000', '123927.504000', '123927.507000', '123927.510000', '123927.513000', '123927.516000', '123927.519000', '123927.522000', '123927.525000', '123927.528000', '123927.531000', '123927.534000', '123947.386000', '123947.389000', '123947.392000', '123947.395000', '123947.398000', '123947.401000', '123947.404000', '123947.407000', '123947.410000', '123947.413000', '123947.416000', '123947.419000', '123947.422000', '123947.425000', '123947.428000', '123947.431000', '123947.434000', '123947.438000', '123947.441000', '123947.444000', '123947.447000', '123947.450000', '123947.453000', '123947.455000', '123947.458000', '123947.461000', '123947.464000', '123947.467000', '123947.470000', '123947.473000', '123947.476000', '123947.479000', '123947.482000', '123947.485000', '123947.488000', '123947.491000', '123947.501000', '123947.504000', '123947.507000', '123947.510000', '123947.513000', '123947.516000', '123947.519000', '124007.386000', '124007.389000', '124007.392000', '124007.395000', '124007.398000', '124007.401000', '124007.404000', '124007.407000', '124007.410000', '124007.413000', '124007.445000', '124007.448000', '124007.451000', '124007.454000', '124007.457000', '124007.460000', '124007.463000', '124007.478000', '124007.481000', '124007.484000', '124007.487000', '124007.495000', '124007.498000', '124007.501000', '124007.504000', '124007.507000', '124007.510000', '124007.513000', '124007.516000', '124007.519000', '124007.522000', '124007.525000', '124007.528000', '124007.531000', '124007.534000', '124007.537000', '124007.540000', '124007.543000', '124007.546000', '124007.549000', '124007.552000', '124007.555000', '124007.558000', '124007.561000', '124027.386000', '124027.389000', '124027.392000', '124027.395000', '124027.398000', '124027.401000', '124027.404000', '124027.407000', '124027.410000', '124027.413000', '124027.416000', '124027.419000', '124027.422000', '124027.425000', '124027.428000', '124027.437000', '124027.440000', '124027.443000', '124027.446000', '124027.449000', '124027.452000', '124027.455000', '124027.458000', '124027.461000', '124027.464000', '124027.467000', '124027.470000', '124027.474000', '124027.477000', '124027.480000', '124027.483000', '124027.486000', '124027.489000', '124027.492000', '124027.495000', '124027.498000', '124027.501000', '124027.505000', '124027.508000', '124027.512000', '124027.515000', '124027.518000', '124027.521000', '124047.386000', '124047.389000', '124047.392000', '124047.395000', '124047.398000', '124047.401000', '124047.404000', '124047.407000', '124047.410000', '124047.413000', '124047.416000', '124047.419000', '124047.422000', '124047.425000', '124047.428000', '124047.431000', '124047.434000', '124047.437000', '124047.440000', '124047.443000', '124047.446000', '124047.449000', '124047.452000', '124047.455000', '124047.458000', '124047.461000', '124047.464000', '124047.467000', '124047.477000', '124047.480000', '124047.483000', '124047.486000', '124047.489000', '124047.492000', '124047.495000', '124047.498000', '124047.502000', '124047.505000', '124047.507000', '124047.510000', '124047.514000', '124047.517000', '124047.520000', '124047.523000', '124107.386000', '124107.389000', '124107.392000', '124107.395000', '124107.398000', '124107.401000', '124107.404000', '124107.407000', '124107.410000', '124107.413000', '124107.416000', '124107.419000', '124107.422000', '124107.425000', '124107.440000', '124107.443000', '124107.446000', '124107.449000', '124107.452000', '124107.455000', '124107.458000', '124107.461000', '124107.464000', '124107.467000', '124107.470000', '124107.473000', '124107.482000', '124107.485000', '124107.488000', '124107.491000', '124107.495000', '124107.498000', '124107.501000', '124107.504000', '124107.507000', '124107.510000', '124107.513000', '124107.516000', '124107.519000', '124107.522000', '124107.525000', '124107.528000', '124107.531000', '124127.386000', '124127.389000', '124127.392000', '124127.395000', '124127.398000', '124127.401000', '124127.404000', '124127.407000', '124127.410000', '124127.413000', '124127.416000', '124127.419000', '124127.422000', '124127.426000', '124127.429000', '124127.432000', '124127.435000', '124127.438000', '124127.441000', '124127.444000', '124127.447000', '124127.454000', '124127.457000', '124127.471000', '124127.474000', '124127.477000', '124127.480000', '124127.483000', '124127.486000', '124127.489000', '124127.492000', '124127.496000', '124127.499000', '124127.502000', '124127.504000', '124127.508000', '124127.511000', '124127.514000', '124127.517000', '124127.520000', '124127.523000', '124127.526000', '124127.529000', '124127.532000', '124147.387000', '124147.390000', '124147.393000', '124147.396000', '124147.399000', '124147.402000', '124147.405000', '124147.408000', '124147.411000', '124147.414000', '124147.417000', '124147.420000', '124147.423000', '124147.426000', '124147.429000', '124147.432000', '124147.435000', '124147.438000', '124147.441000', '124147.444000', '124147.447000', '124147.454000', '124147.457000', '124147.460000', '124147.463000', '124147.466000', '124147.469000', '124147.472000', '124147.475000', '124147.478000', '124147.481000', '124147.484000', '124147.487000', '124147.491000', '124147.494000', '124147.497000', '124147.500000', '124147.503000', '124147.506000', '124147.509000', '124147.512000', '124147.515000', '124147.518000', '124207.386000', '124207.389000', '124207.392000', '124207.397000', '124207.401000', '124207.411000', '124207.414000', '124207.417000', '124207.420000', '124207.423000', '124207.426000', '124207.429000', '124207.432000', '124207.435000', '124207.438000', '124207.441000', '124207.444000', '124207.447000', '124207.459000', '124207.462000', '124207.465000', '124207.468000', '124207.471000', '124207.474000', '124207.477000', '124207.480000', '124207.484000', '124207.487000', '124207.490000', '124207.493000', '124207.496000', '124207.499000', '124207.502000', '124207.505000', '124207.508000', '124207.511000', '124207.514000', '124207.517000', '124207.520000', '124207.523000', '124207.526000', '124207.529000', '124207.532000', '124227.386000', '124227.389000', '124227.392000', '124227.395000', '124227.398000', '124227.401000', '124227.404000', '124227.407000', '124227.410000', '124227.413000', '124227.416000', '124227.419000', '124227.422000', '124227.425000', '124227.428000', '124227.431000', '124227.434000', '124227.442000', '124227.445000', '124227.448000', '124227.451000', '124227.454000', '124227.457000', '124227.460000', '124227.463000', '124227.466000', '124227.469000', '124227.472000', '124227.475000', '124227.478000', '124227.481000', '124227.484000', '124227.487000', '124227.490000', '124227.493000', '124227.496000', '124227.499000', '124227.502000', '124227.505000', '124227.508000', '124227.529000', '124227.532000', '124227.535000', '124227.538000', '124247.386000', '124247.389000', '124247.392000', '124247.396000', '124247.399000', '124247.402000', '124247.405000', '124247.409000', '124247.414000', '124247.417000', '124247.420000', '124247.423000', '124247.426000', '124247.429000', '124247.432000', '124247.435000', '124247.438000', '124247.441000', '124247.444000', '124247.447000', '124247.450000', '124247.453000', '124247.456000', '124247.459000', '124247.462000', '124247.465000', '124247.468000', '124247.471000', '124247.474000', '124247.487000', '124247.490000', '124247.493000', '124247.496000', '124247.500000', '124247.503000', '124247.505000', '124247.508000', '124247.512000', '124247.515000', '124247.518000', '124247.521000', '124247.524000', '124247.527000', '124307.386000', '124307.389000', '124307.392000', '124307.395000', '124307.398000', '124307.401000', '124307.404000', '124307.407000', '124307.410000', '124307.413000', '124307.416000', '124307.419000', '124307.422000', '124307.425000', '124307.428000', '124307.431000', '124307.434000', '124307.437000', '124307.440000', '124307.443000', '124307.446000', '124307.449000', '124307.452000', '124307.455000', '124307.458000', '124307.461000', '124307.464000', '124307.467000', '124307.475000', '124307.478000', '124307.481000', '124307.484000', '124307.488000', '124307.491000', '124307.494000', '124307.497000', '124307.502000', '124307.505000', '124307.508000', '124307.511000', '124307.514000', '124307.517000', '124307.520000', '124307.523000', '124327.386000', '124327.389000', '124327.392000', '124327.395000', '124327.398000', '124327.401000', '124327.404000', '124327.407000', '124327.410000', '124327.413000', '124327.416000', '124327.419000', '124327.422000', '124327.425000', '124327.428000', '124327.431000', '124327.435000', '124327.441000', '124327.444000', '124327.447000', '124327.450000', '124327.453000', '124327.456000', '124327.459000', '124327.481000', '124327.484000', '124327.487000', '124327.490000', '124327.493000', '124327.496000', '124327.499000', '124327.502000', '124327.505000', '124327.508000', '124327.511000', '124327.514000', '124327.517000', '124327.520000', '124327.523000', '124327.526000', '124327.529000', '124327.532000', '124327.535000', '124347.387000', '124347.390000', '124347.393000', '124347.396000', '124347.399000', '124347.402000', '124347.405000', '124347.408000', '124347.411000', '124347.414000', '124347.417000', '124347.420000', '124347.423000', '124347.426000', '124347.429000', '124347.432000', '124347.435000', '124347.438000', '124347.441000', '124347.444000', '124347.447000', '124347.450000', '124347.453000', '124347.464000', '124347.467000', '124347.470000', '124347.473000', '124347.476000', '124347.479000', '124347.482000', '124347.485000', '124347.489000', '124347.492000', '124347.495000', '124347.498000', '124347.501000', '124347.504000', '124347.507000', '124347.510000', '124347.513000', '124347.516000', '124347.519000', '124347.522000', '124347.525000', '124407.387000', '124407.390000', '124407.393000', '124407.396000', '124407.399000', '124407.402000', '124407.416000', '124407.419000', '124407.422000', '124407.425000', '124407.428000', '124407.431000', '124407.435000', '124407.441000', '124407.444000', '124407.447000', '124407.450000', '124407.453000', '124407.456000', '124407.459000', '124407.462000', '124407.465000', '124407.468000', '124407.471000', '124407.474000', '124407.477000', '124407.480000', '124407.483000', '124407.486000', '124407.489000', '124407.492000', '124407.495000', '124407.498000', '124407.501000', '124407.504000', '124407.515000', '124407.518000', '124407.521000', '124407.524000', '124407.528000', '124407.531000', '124407.534000', '124407.537000', '124427.386000', '124427.389000', '124427.392000', '124427.395000', '124427.399000', '124427.402000', '124427.405000', '124427.408000', '124427.411000', '124427.414000', '124427.417000', '124427.420000', '124427.423000', '124427.426000', '124427.429000', '124427.432000', '124427.435000', '124427.438000', '124427.446000', '124427.449000', '124427.452000', '124427.455000', '124427.458000', '124427.461000', '124427.464000', '124427.467000', '124427.471000', '124427.474000', '124427.477000', '124427.480000', '124427.483000', '124427.486000', '124427.489000', '124427.492000', '124427.495000', '124427.498000', '124427.501000', '124427.504000', '124427.507000', '124427.510000', '124427.513000', '124427.516000', '124427.519000', '124427.522000', '124447.386000', '124447.389000', '124447.392000', '124447.396000', '124447.399000', '124447.402000', '124447.405000', '124447.414000', '124447.417000', '124447.420000', '124447.423000', '124447.426000', '124447.429000', '124447.432000', '124447.435000', '124447.438000', '124447.441000', '124447.444000', '124447.447000', '124447.450000', '124447.453000', '124447.456000', '124447.459000', '124447.462000', '124447.465000', '124447.468000', '124447.472000', '124447.478000', '124447.481000', '124447.484000', '124447.514000', '124447.517000', '124447.520000', '124447.524000', '124447.527000', '124447.530000', '124447.533000', '124447.536000', '124447.539000', '124447.542000', '124447.545000', '124447.548000', '124447.551000', '124458.573000', '124458.577000', '124458.580000', '124458.583000', '124458.586000', '124458.589000', '124458.592000', '124458.595000', '124458.598000', '124458.602000', '124458.605000', '124458.608000', '124458.611000', '124458.614000', '124458.617000', '124458.620000', '124458.623000', '124458.626000', '124458.629000', '124458.632000', '124458.635000', '124458.638000', '124458.641000', '124458.644000', '124458.647000'], 'InstanceCreationTime': ['123807.432000', '123807.435000', '123807.438000', '123807.441000', '123807.444000', '123807.447000', '123807.450000', '123807.453000', '123807.456000', '123807.459000', '123807.468000', '123807.471000', '123807.474000', '123807.477000', '123807.480000', '123807.483000', '123807.486000', '123807.489000', '123807.492000', '123807.495000', '123827.386000', '123827.389000', '123827.392000', '123827.396000', '123827.399000', '123827.402000', '123827.405000', '123827.408000', '123827.411000', '123827.414000', '123827.417000', '123827.420000', '123827.431000', '123827.434000', '123827.437000', '123827.440000', '123827.443000', '123827.453000', '123827.457000', '123827.460000', '123827.463000', '123827.466000', '123827.469000', '123827.472000', '123827.475000', '123827.478000', '123827.481000', '123827.484000', '123827.488000', '123827.491000', '123827.494000', '123827.497000', '123827.500000', '123827.503000', '123827.506000', '123827.509000', '123827.512000', '123827.515000', '123827.521000', '123827.525000', '123827.529000', '123827.532000', '123827.535000', '123847.386000', '123847.389000', '123847.392000', '123847.395000', '123847.398000', '123847.401000', '123847.404000', '123847.407000', '123847.410000', '123847.413000', '123847.416000', '123847.419000', '123847.422000', '123847.425000', '123847.428000', '123847.431000', '123847.434000', '123847.437000', '123847.440000', '123847.443000', '123847.446000', '123847.449000', '123847.451000', '123847.454000', '123847.457000', '123847.469000', '123847.472000', '123847.475000', '123847.478000', '123847.481000', '123847.484000', '123847.487000', '123847.490000', '123847.493000', '123847.496000', '123847.499000', '123847.502000', '123847.505000', '123847.508000', '123847.510000', '123847.513000', '123847.516000', '123847.519000', '123847.522000', '123907.386000', '123907.389000', '123907.392000', '123907.395000', '123907.398000', '123907.401000', '123907.404000', '123907.407000', '123907.410000', '123907.413000', '123907.416000', '123907.419000', '123907.422000', '123907.425000', '123907.428000', '123907.431000', '123907.434000', '123907.437000', '123907.440000', '123907.443000', '123907.446000', '123907.449000', '123907.452000', '123907.455000', '123907.458000', '123907.461000', '123907.464000', '123907.468000', '123907.471000', '123907.474000', '123907.477000', '123907.480000', '123907.483000', '123907.491000', '123907.494000', '123907.497000', '123907.500000', '123907.503000', '123907.506000', '123907.509000', '123907.512000', '123907.515000', '123907.518000', '123927.387000', '123927.390000', '123927.393000', '123927.396000', '123927.399000', '123927.402000', '123927.405000', '123927.408000', '123927.411000', '123927.414000', '123927.417000', '123927.420000', '123927.423000', '123927.426000', '123927.429000', '123927.432000', '123927.435000', '123927.438000', '123927.441000', '123927.462000', '123927.465000', '123927.468000', '123927.471000', '123927.474000', '123927.477000', '123927.480000', '123927.483000', '123927.486000', '123927.489000', '123927.492000', '123927.495000', '123927.498000', '123927.501000', '123927.504000', '123927.507000', '123927.510000', '123927.513000', '123927.516000', '123927.519000', '123927.522000', '123927.525000', '123927.528000', '123927.531000', '123927.534000', '123947.386000', '123947.389000', '123947.392000', '123947.395000', '123947.398000', '123947.401000', '123947.404000', '123947.407000', '123947.410000', '123947.413000', '123947.416000', '123947.419000', '123947.422000', '123947.425000', '123947.428000', '123947.431000', '123947.434000', '123947.438000', '123947.441000', '123947.444000', '123947.447000', '123947.450000', '123947.453000', '123947.455000', '123947.458000', '123947.461000', '123947.464000', '123947.467000', '123947.470000', '123947.473000', '123947.476000', '123947.479000', '123947.482000', '123947.485000', '123947.488000', '123947.491000', '123947.501000', '123947.504000', '123947.507000', '123947.510000', '123947.513000', '123947.516000', '123947.519000', '124007.386000', '124007.389000', '124007.392000', '124007.395000', '124007.398000', '124007.401000', '124007.404000', '124007.407000', '124007.410000', '124007.413000', '124007.445000', '124007.448000', '124007.451000', '124007.454000', '124007.457000', '124007.460000', '124007.463000', '124007.478000', '124007.481000', '124007.484000', '124007.487000', '124007.495000', '124007.498000', '124007.501000', '124007.504000', '124007.507000', '124007.510000', '124007.513000', '124007.516000', '124007.519000', '124007.522000', '124007.525000', '124007.528000', '124007.531000', '124007.534000', '124007.537000', '124007.540000', '124007.543000', '124007.546000', '124007.549000', '124007.552000', '124007.555000', '124007.558000', '124007.561000', '124027.386000', '124027.389000', '124027.392000', '124027.395000', '124027.398000', '124027.401000', '124027.404000', '124027.407000', '124027.410000', '124027.413000', '124027.416000', '124027.419000', '124027.422000', '124027.425000', '124027.428000', '124027.437000', '124027.440000', '124027.443000', '124027.446000', '124027.449000', '124027.452000', '124027.455000', '124027.458000', '124027.461000', '124027.464000', '124027.467000', '124027.470000', '124027.474000', '124027.477000', '124027.480000', '124027.483000', '124027.486000', '124027.489000', '124027.492000', '124027.495000', '124027.498000', '124027.501000', '124027.505000', '124027.508000', '124027.512000', '124027.515000', '124027.518000', '124027.521000', '124047.386000', '124047.389000', '124047.392000', '124047.395000', '124047.398000', '124047.401000', '124047.404000', '124047.407000', '124047.410000', '124047.413000', '124047.416000', '124047.419000', '124047.422000', '124047.425000', '124047.428000', '124047.431000', '124047.434000', '124047.437000', '124047.440000', '124047.443000', '124047.446000', '124047.449000', '124047.452000', '124047.455000', '124047.458000', '124047.461000', '124047.464000', '124047.467000', '124047.477000', '124047.480000', '124047.483000', '124047.486000', '124047.489000', '124047.492000', '124047.495000', '124047.498000', '124047.502000', '124047.505000', '124047.507000', '124047.510000', '124047.514000', '124047.517000', '124047.520000', '124047.523000', '124107.386000', '124107.389000', '124107.392000', '124107.395000', '124107.398000', '124107.401000', '124107.404000', '124107.407000', '124107.410000', '124107.413000', '124107.416000', '124107.419000', '124107.422000', '124107.425000', '124107.440000', '124107.443000', '124107.446000', '124107.449000', '124107.452000', '124107.455000', '124107.458000', '124107.461000', '124107.464000', '124107.467000', '124107.470000', '124107.473000', '124107.482000', '124107.485000', '124107.488000', '124107.491000', '124107.495000', '124107.498000', '124107.501000', '124107.504000', '124107.507000', '124107.510000', '124107.513000', '124107.516000', '124107.519000', '124107.522000', '124107.525000', '124107.528000', '124107.531000', '124127.386000', '124127.389000', '124127.392000', '124127.395000', '124127.398000', '124127.401000', '124127.404000', '124127.407000', '124127.410000', '124127.413000', '124127.416000', '124127.419000', '124127.422000', '124127.426000', '124127.429000', '124127.432000', '124127.435000', '124127.438000', '124127.441000', '124127.444000', '124127.447000', '124127.454000', '124127.457000', '124127.471000', '124127.474000', '124127.477000', '124127.480000', '124127.483000', '124127.486000', '124127.489000', '124127.492000', '124127.496000', '124127.499000', '124127.502000', '124127.504000', '124127.508000', '124127.511000', '124127.514000', '124127.517000', '124127.520000', '124127.523000', '124127.526000', '124127.529000', '124127.532000', '124147.387000', '124147.390000', '124147.393000', '124147.396000', '124147.399000', '124147.402000', '124147.405000', '124147.408000', '124147.411000', '124147.414000', '124147.417000', '124147.420000', '124147.423000', '124147.426000', '124147.429000', '124147.432000', '124147.435000', '124147.438000', '124147.441000', '124147.444000', '124147.447000', '124147.454000', '124147.457000', '124147.460000', '124147.463000', '124147.466000', '124147.469000', '124147.472000', '124147.475000', '124147.478000', '124147.481000', '124147.484000', '124147.487000', '124147.491000', '124147.494000', '124147.497000', '124147.500000', '124147.503000', '124147.506000', '124147.509000', '124147.512000', '124147.515000', '124147.518000', '124207.386000', '124207.389000', '124207.392000', '124207.397000', '124207.401000', '124207.411000', '124207.414000', '124207.417000', '124207.420000', '124207.423000', '124207.426000', '124207.429000', '124207.432000', '124207.435000', '124207.438000', '124207.441000', '124207.444000', '124207.447000', '124207.459000', '124207.462000', '124207.465000', '124207.468000', '124207.471000', '124207.474000', '124207.477000', '124207.480000', '124207.484000', '124207.487000', '124207.490000', '124207.493000', '124207.496000', '124207.499000', '124207.502000', '124207.505000', '124207.508000', '124207.511000', '124207.514000', '124207.517000', '124207.520000', '124207.523000', '124207.526000', '124207.529000', '124207.532000', '124227.386000', '124227.389000', '124227.392000', '124227.395000', '124227.398000', '124227.401000', '124227.404000', '124227.407000', '124227.410000', '124227.413000', '124227.416000', '124227.419000', '124227.422000', '124227.425000', '124227.428000', '124227.431000', '124227.434000', '124227.442000', '124227.445000', '124227.448000', '124227.451000', '124227.454000', '124227.457000', '124227.460000', '124227.463000', '124227.466000', '124227.469000', '124227.472000', '124227.475000', '124227.478000', '124227.481000', '124227.484000', '124227.487000', '124227.490000', '124227.493000', '124227.496000', '124227.499000', '124227.502000', '124227.505000', '124227.508000', '124227.529000', '124227.532000', '124227.535000', '124227.538000', '124247.386000', '124247.389000', '124247.392000', '124247.396000', '124247.399000', '124247.402000', '124247.405000', '124247.409000', '124247.414000', '124247.417000', '124247.420000', '124247.423000', '124247.426000', '124247.429000', '124247.432000', '124247.435000', '124247.438000', '124247.441000', '124247.444000', '124247.447000', '124247.450000', '124247.453000', '124247.456000', '124247.459000', '124247.462000', '124247.465000', '124247.468000', '124247.471000', '124247.474000', '124247.487000', '124247.490000', '124247.493000', '124247.496000', '124247.500000', '124247.503000', '124247.505000', '124247.508000', '124247.512000', '124247.515000', '124247.518000', '124247.521000', '124247.524000', '124247.527000', '124307.386000', '124307.389000', '124307.392000', '124307.395000', '124307.398000', '124307.401000', '124307.404000', '124307.407000', '124307.410000', '124307.413000', '124307.416000', '124307.419000', '124307.422000', '124307.425000', '124307.428000', '124307.431000', '124307.434000', '124307.437000', '124307.440000', '124307.443000', '124307.446000', '124307.449000', '124307.452000', '124307.455000', '124307.458000', '124307.461000', '124307.464000', '124307.467000', '124307.475000', '124307.478000', '124307.481000', '124307.484000', '124307.488000', '124307.491000', '124307.494000', '124307.497000', '124307.502000', '124307.505000', '124307.508000', '124307.511000', '124307.514000', '124307.517000', '124307.520000', '124307.523000', '124327.386000', '124327.389000', '124327.392000', '124327.395000', '124327.398000', '124327.401000', '124327.404000', '124327.407000', '124327.410000', '124327.413000', '124327.416000', '124327.419000', '124327.422000', '124327.425000', '124327.428000', '124327.431000', '124327.435000', '124327.441000', '124327.444000', '124327.447000', '124327.450000', '124327.453000', '124327.456000', '124327.459000', '124327.481000', '124327.484000', '124327.487000', '124327.490000', '124327.493000', '124327.496000', '124327.499000', '124327.502000', '124327.505000', '124327.508000', '124327.511000', '124327.514000', '124327.517000', '124327.520000', '124327.523000', '124327.526000', '124327.529000', '124327.532000', '124327.535000', '124347.387000', '124347.390000', '124347.393000', '124347.396000', '124347.399000', '124347.402000', '124347.405000', '124347.408000', '124347.411000', '124347.414000', '124347.417000', '124347.420000', '124347.423000', '124347.426000', '124347.429000', '124347.432000', '124347.435000', '124347.438000', '124347.441000', '124347.444000', '124347.447000', '124347.450000', '124347.453000', '124347.464000', '124347.467000', '124347.470000', '124347.473000', '124347.476000', '124347.479000', '124347.482000', '124347.485000', '124347.489000', '124347.492000', '124347.495000', '124347.498000', '124347.501000', '124347.504000', '124347.507000', '124347.510000', '124347.513000', '124347.516000', '124347.519000', '124347.522000', '124347.525000', '124407.387000', '124407.390000', '124407.393000', '124407.396000', '124407.399000', '124407.402000', '124407.416000', '124407.419000', '124407.422000', '124407.425000', '124407.428000', '124407.431000', '124407.435000', '124407.441000', '124407.444000', '124407.447000', '124407.450000', '124407.453000', '124407.456000', '124407.459000', '124407.462000', '124407.465000', '124407.468000', '124407.471000', '124407.474000', '124407.477000', '124407.480000', '124407.483000', '124407.486000', '124407.489000', '124407.492000', '124407.495000', '124407.498000', '124407.501000', '124407.504000', '124407.515000', '124407.518000', '124407.521000', '124407.524000', '124407.528000', '124407.531000', '124407.534000', '124407.537000', '124427.386000', '124427.389000', '124427.392000', '124427.395000', '124427.399000', '124427.402000', '124427.405000', '124427.408000', '124427.411000', '124427.414000', '124427.417000', '124427.420000', '124427.423000', '124427.426000', '124427.429000', '124427.432000', '124427.435000', '124427.438000', '124427.446000', '124427.449000', '124427.452000', '124427.455000', '124427.458000', '124427.461000', '124427.464000', '124427.467000', '124427.471000', '124427.474000', '124427.477000', '124427.480000', '124427.483000', '124427.486000', '124427.489000', '124427.492000', '124427.495000', '124427.498000', '124427.501000', '124427.504000', '124427.507000', '124427.510000', '124427.513000', '124427.516000', '124427.519000', '124427.522000', '124447.386000', '124447.389000', '124447.392000', '124447.396000', '124447.399000', '124447.402000', '124447.405000', '124447.414000', '124447.417000', '124447.420000', '124447.423000', '124447.426000', '124447.429000', '124447.432000', '124447.435000', '124447.438000', '124447.441000', '124447.444000', '124447.447000', '124447.450000', '124447.453000', '124447.456000', '124447.459000', '124447.462000', '124447.465000', '124447.468000', '124447.472000', '124447.478000', '124447.481000', '124447.484000', '124447.514000', '124447.517000', '124447.520000', '124447.524000', '124447.527000', '124447.530000', '124447.533000', '124447.536000', '124447.539000', '124447.542000', '124447.545000', '124447.548000', '124447.551000', '124458.573000', '124458.577000', '124458.580000', '124458.583000', '124458.586000', '124458.589000', '124458.592000', '124458.595000', '124458.598000', '124458.602000', '124458.605000', '124458.608000', '124458.611000', '124458.614000', '124458.617000', '124458.620000', '124458.623000', '124458.626000', '124458.629000', '124458.632000', '124458.635000', '124458.638000', '124458.641000', '124458.644000', '124458.647000'], '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': [9211, 8171, 9632, 7713, 10170, 7630, 13886, 8352, 13921, 8648, 13666, 9372, 15767, 10125, 12823, 9349, 12791, 9208, 14603, 10035, 12483, 9288, 12847, 9349, 12049, 9736, 8472, 9503, 7307, 9601, 7454, 9848, 7580, 10200, 7290, 10472, 7680, 11071, 8817, 12416, 8083, 10618, 8401, 9694, 10913, 9741, 8391, 9880, 9112, 9613, 12323, 10008, 8722, 9526, 9850, 9667, 13893, 9441, 10905, 9498, 10650, 9370, 14994, 9631, 15150, 9043, 14716, 9365, 14425, 8976, 14054, 8265, 12199, 8082, 11297, 8512, 12052, 7582, 11353, 8195, 11776, 8834, 13552, 8175, 12835, 8516, 13540, 8440, 14357, 8668, 14537, 8875, 13251, 8973, 13825, 8050, 12758, 7481, 10352, 7530, 11563, 7347, 13187, 7370, 10253, 7623, 9458, 8480, 9519, 7433, 9547, 8509, 8924, 9837, 9416, 7537, 9254, 7658, 9886, 7356, 10757, 7972, 9764, 8568, 7128, 10062, 7695, 11607, 8797, 8376, 12595, 11412, 14704, 9253, 16837, 11528, 14037, 10900, 12925, 12068, 11062, 15329, 9040, 14728, 8838, 14362, 9020, 15532, 9698, 11397, 8682, 7357, 9446, 7517, 9974, 7316, 13406, 8088, 15117, 8451, 12285, 8871, 11447, 8992, 14813, 12151, 11555, 9853, 11092, 9438, 11995, 9141, 9811, 9377, 7236, 9368, 7261, 9428, 7272, 10116, 7297, 10525, 7398, 10307, 7920, 14702, 8037, 10441, 8640, 11163, 8897, 15639, 9075, 15507, 9178, 13795, 8521, 11628, 8345, 11265, 8051, 13618, 7372, 11015, 7260, 9963, 7843, 9859, 7605, 9295, 7579, 9224, 9745, 9039, 10263, 8192, 11256, 8989, 10203, 8254, 9273, 8753, 7378, 9241, 7841, 9842, 8763, 12103, 8412, 7556, 9503, 7252, 13117, 9067, 13869, 11547, 13008, 9732, 11770, 9633, 9869, 11170, 9586, 8957, 9705, 8972, 9380, 10530, 9051, 10690, 8561, 7232, 9962, 7598, 11887, 7880, 11977, 8280, 12516, 7703, 11308, 8908, 12104, 10542, 10261, 13545, 9653, 17328, 12027, 14891, 11220, 14958, 9937, 14040, 8171, 11346, 8153, 11240, 7696, 9355, 7730, 8922, 7810, 8611, 8666, 8751, 7354, 8420, 7408, 8829, 7454, 8704, 7645, 8445, 7580, 8989, 7334, 9540, 7727, 10374, 8037, 8873, 8772, 7488, 9460, 7375, 10241, 7288, 13050, 7978, 13886, 8515, 11402, 9182, 9700, 9739, 7436, 10252, 7348, 11564, 7628, 10813, 8162, 8227, 8952, 7712, 9257, 8680, 7472, 10600, 7748, 10569, 11957, 12218, 13752, 12503, 13020, 8818, 13754, 9049, 14714, 9929, 13988, 10437, 8253, 9638, 7525, 13312, 7925, 10730, 9352, 7589, 9816, 7429, 12240, 7945, 12880, 8796, 9461, 9514, 7285, 9763, 7332, 13361, 8336, 12563, 8975, 7190, 10022, 7439, 14143, 8023, 15619, 9519, 13502, 9758, 12201, 9037, 10624, 9486, 9355, 10009, 7554, 9745, 7312, 9872, 7279, 10529, 7364, 10414, 7405, 10489, 7986, 11235, 8179, 11449, 8117, 10989, 8073, 11188, 8549, 12791, 8729, 10407, 8857, 8702, 8985, 7392, 9127, 7349, 10327, 7878, 9971, 9221, 14770, 12159, 13471, 11252, 9796, 11009, 10254, 9789, 11955, 10844, 7925, 10073, 7397, 10378, 7981, 10146, 7655, 10407, 7492, 10496, 7453, 10477, 7700, 10715, 7749, 10422, 7815, 10461, 8388, 10232, 7501, 10147, 8021, 10078, 10935, 10383, 7887, 10054, 9251, 9848, 12875, 10073, 9453, 10093, 11498, 9816, 13899, 9815, 14288, 9848, 12840, 9804, 14893, 9590, 15090, 9295, 15770, 9020, 13531, 9064, 13865, 8431, 11957, 8255, 11189, 8346, 11201, 8406, 11312, 8426, 11611, 8428, 12121, 8414, 13594, 8364, 13106, 8042, 13843, 8951, 14851, 8341, 13747, 8097, 13068, 7818, 13526, 7287, 10955, 7430, 10373, 7819, 10551, 7501, 10932, 7397, 10520, 7233, 10729, 7727, 12981, 8130, 14415, 8689, 13820, 8071, 14188, 8416, 14893, 8540, 14872, 7965, 11892, 7662, 10797, 7486, 12336, 7572, 10190, 7662, 9796, 8237, 9985, 8463, 11443, 7899, 10956, 8372, 12146, 9039, 9852, 8269, 9167, 8006, 12208, 8331, 14810, 8875, 10625, 8695, 9216, 8401, 8968, 9230, 7627, 9323, 7415, 9494, 7753, 9918, 7660, 13676, 7633, 14177, 7895, 13810, 8812, 16889, 8089, 10181, 8715, 13384, 9202, 9749, 9167, 8815, 8962, 9106, 11145, 7726, 10168, 7666, 10233, 7777, 12376, 7378, 11430, 7689, 11014, 7392, 11038, 7578, 13126, 7806, 14238, 7810, 12806, 7892, 13228, 8254, 14450, 8841, 15937, 8100, 7509, 8765, 7483, 10316, 7598, 13622, 8857, 15425, 8773, 13816, 7813, 10275, 8073, 9541, 7589, 10632, 7335, 9961, 7862, 9119, 7812, 8734, 7511, 8855, 7669, 9655, 7450, 9280, 7695, 8867, 8143, 9220, 8132, 9456, 7657, 9186, 7672, 9229, 8003, 9359, 7744, 10172, 7510, 10405, 7947, 9987, 11735, 9520, 17003, 12755, 12248, 9595, 11405, 9218, 16648, 9518, 16540, 10340, 11204, 8642, 9480, 8599, 8837, 9483, 7844, 9859, 7656, 12431, 9191, 14836, 9880, 15428, 12041, 15710, 10683, 13800, 10295, 13437, 8147, 14094, 8249, 14460, 7526, 10762, 8104, 11080, 8322, 10796, 9049, 9608, 9652, 9802, 9627, 12489, 9570, 11998, 10242, 7942, 9797, 8314, 10109, 15356, 9807, 14764, 9146, 8546, 9575, 7965, 9480, 7106, 9946, 7577, 10052, 7721, 10004, 7365, 10092, 7657, 10661, 7397, 14285, 7383, 14579, 7427, 12721, 7895, 14473, 7710, 13167, 7700, 10098, 8172, 10077, 7826, 10281, 7337, 10031, 7648, 10000, 7461, 10470, 7462, 9289, 8205, 7635, 9612, 8267, 13487, 8379, 12034, 7283, 11649, 7674, 14342, 9360, 14817, 9049, 7589, 9489, 8464, 9759, 13338, 9670, 13671, 9737, 16230, 9103, 15475, 9350, 14782, 9712, 14801, 8448, 11453, 7429, 10153, 7386, 10739, 7136, 10019, 7417, 9893, 7444, 9877, 7491, 9787, 7530, 9690, 7482, 9725, 8279, 9697, 10013, 9500, 9406, 9097, 10501, 9043, 9858, 9249, 8959, 9223, 10051, 8722, 12134, 8664, 9682, 8450, 9823, 8247, 10709, 8202, 8472, 8549, 8252, 8858, 8122, 9102, 8024, 9583, 7322, 10298, 7622, 10915, 7949, 10700, 8093, 11271, 7595, 10424, 8077, 8337, 8551, 7403, 11113, 8572, 7899, 8714, 7971, 14815, 10259, 9973, 14643, 9115, 16275, 10705, 10053, 17092, 12269, 10061, 13048, 8051, 17668, 10213, 13990, 13467, 8459, 17486, 8740, 8092, 10046, 8053, 17743, 9855, 11172, 8949, 7879, 10739, 8750, 7981, 9310, 7819, 13786, 8864, 7977, 11463, 8464, 7614, 13067, 8333, 13392, 8640, 9380, 14847, 10737, 17536, 8664, 7592, 8797, 7341, 7916, 7996, 7619, 7220, 8988, 7547, 13489, 9709, 15455, 10077, 7871, 14093, 8396, 15994, 12304, 13733], 'WindowCenter': [4539.0, 4502.0, 4509.0, 4475.0, 4504.0, 4461.0, 4520.0, 4470.0, 4517.0, 4458.0, 4517.0, 4466.0, 4515.0, 4475.0, 4494.0, 4464.0, 4494.0, 4464.0, 4514.0, 4464.0, 4494.0, 4464.0, 4492.0, 4464.0, 4493.0, 4463.0, 4443.0, 4464.0, 4432.0, 4464.0, 4435.0, 4476.0, 4435.0, 4474.0, 4434.0, 4474.0, 4433.0, 4484.0, 4453.0, 4495.0, 4443.0, 4473.0, 4443.0, 4465.0, 4473.0, 4462.0, 4442.0, 4463.0, 4451.0, 4462.0, 4482.0, 4462.0, 4441.0, 4462.0, 4461.0, 4463.0, 4503.0, 4463.0, 4472.0, 4462.0, 4472.0, 4463.0, 4513.0, 4463.0, 4502.0, 4452.0, 4501.0, 4451.0, 4503.0, 4452.0, 4502.0, 4442.0, 4481.0, 4442.0, 4482.0, 4454.0, 4492.0, 4443.0, 4482.0, 4454.0, 4496.0, 4464.0, 4505.0, 4456.0, 4493.0, 4454.0, 4503.0, 4455.0, 4504.0, 4453.0, 4503.0, 4453.0, 4494.0, 4453.0, 4503.0, 4443.0, 4491.0, 4432.0, 4461.0, 4432.0, 4482.0, 4433.0, 4492.0, 4432.0, 4472.0, 4433.0, 4463.0, 4452.0, 4464.0, 4432.0, 4463.0, 4465.0, 4479.0, 4489.0, 4477.0, 4445.0, 4476.0, 4446.0, 4488.0, 4448.0, 4499.0, 4470.0, 4488.0, 4479.0, 4448.0, 4488.0, 4458.0, 4509.0, 4480.0, 4483.0, 4534.0, 4509.0, 4525.0, 4464.0, 4524.0, 4496.0, 4503.0, 4484.0, 4491.0, 4493.0, 4483.0, 4513.0, 4463.0, 4503.0, 4453.0, 4501.0, 4451.0, 4512.0, 4462.0, 4482.0, 4454.0, 4431.0, 4465.0, 4435.0, 4477.0, 4435.0, 4504.0, 4444.0, 4502.0, 4443.0, 4483.0, 4454.0, 4481.0, 4452.0, 4503.0, 4483.0, 4469.0, 4460.0, 4469.0, 4450.0, 4470.0, 4449.0, 4448.0, 4449.0, 4419.0, 4450.0, 4417.0, 4449.0, 4420.0, 4460.0, 4430.0, 4473.0, 4445.0, 4472.0, 4445.0, 4502.0, 4444.0, 4472.0, 4452.0, 4471.0, 4451.0, 4502.0, 4451.0, 4502.0, 4452.0, 4491.0, 4440.0, 4482.0, 4442.0, 4471.0, 4431.0, 4489.0, 4420.0, 4460.0, 4421.0, 4460.0, 4429.0, 4461.0, 4430.0, 4450.0, 4430.0, 4451.0, 4460.0, 4451.0, 4460.0, 4441.0, 4471.0, 4453.0, 4472.0, 4443.0, 4462.0, 4453.0, 4434.0, 4490.0, 4461.0, 4489.0, 4469.0, 4495.0, 4455.0, 4433.0, 4464.0, 4434.0, 4494.0, 4453.0, 4504.0, 4483.0, 4493.0, 4461.0, 4483.0, 4460.0, 4462.0, 4470.0, 4450.0, 4439.0, 4461.0, 4452.0, 4452.0, 4474.0, 4469.0, 4475.0, 4453.0, 4419.0, 4461.0, 4432.0, 4481.0, 4442.0, 4482.0, 4442.0, 4482.0, 4431.0, 4471.0, 4452.0, 4484.0, 4460.0, 4461.0, 4480.0, 4449.0, 4508.0, 4469.0, 4489.0, 4457.0, 4486.0, 4435.0, 4476.0, 4414.0, 4444.0, 4403.0, 4444.0, 4402.0, 4423.0, 4402.0, 4423.0, 4403.0, 4426.0, 4425.0, 4425.0, 4403.0, 4414.0, 4403.0, 4425.0, 4404.0, 4426.0, 4444.0, 4454.0, 4429.0, 4449.0, 4419.0, 4448.0, 4430.0, 4459.0, 4430.0, 4450.0, 4451.0, 4420.0, 4462.0, 4421.0, 4473.0, 4433.0, 4492.0, 4444.0, 4504.0, 4453.0, 4481.0, 4451.0, 4461.0, 4464.0, 4421.0, 4463.0, 4433.0, 4482.0, 4459.0, 4495.0, 4456.0, 4454.0, 4465.0, 4456.0, 4464.0, 4454.0, 4423.0, 4473.0, 4445.0, 4475.0, 4496.0, 4495.0, 4506.0, 4495.0, 4505.0, 4453.0, 4503.0, 4450.0, 4488.0, 4448.0, 4490.0, 4471.0, 4455.0, 4463.0, 4432.0, 4491.0, 4441.0, 4472.0, 4450.0, 4431.0, 4461.0, 4433.0, 4481.0, 4431.0, 4492.0, 4443.0, 4462.0, 4462.0, 4433.0, 4476.0, 4422.0, 4491.0, 4441.0, 4482.0, 4454.0, 4422.0, 4462.0, 4436.0, 4503.0, 4443.0, 4514.0, 4463.0, 4492.0, 4451.0, 4481.0, 4451.0, 4460.0, 4451.0, 4451.0, 4461.0, 4419.0, 4451.0, 4421.0, 4460.0, 4421.0, 4461.0, 4422.0, 4460.0, 4422.0, 4462.0, 4432.0, 4471.0, 4443.0, 4472.0, 4432.0, 4471.0, 4442.0, 4473.0, 4454.0, 4493.0, 4453.0, 4474.0, 4465.0, 4454.0, 4465.0, 4435.0, 4465.0, 4446.0, 4489.0, 4458.0, 4477.0, 4491.0, 4529.0, 4498.0, 4506.0, 4487.0, 4463.0, 4484.0, 4473.0, 4475.0, 4484.0, 4475.0, 4444.0, 4463.0, 4433.0, 4473.0, 4443.0, 4473.0, 4433.0, 4475.0, 4434.0, 4474.0, 4435.0, 4487.0, 4445.0, 4485.0, 4445.0, 4475.0, 4445.0, 4477.0, 4445.0, 4474.0, 4433.0, 4474.0, 4443.0, 4474.0, 4484.0, 4475.0, 4445.0, 4475.0, 4464.0, 4475.0, 4506.0, 4474.0, 4464.0, 4475.0, 4483.0, 4474.0, 4504.0, 4476.0, 4503.0, 4474.0, 4494.0, 4474.0, 4515.0, 4465.0, 4514.0, 4464.0, 4515.0, 4453.0, 4505.0, 4454.0, 4503.0, 4454.0, 4483.0, 4454.0, 4484.0, 4455.0, 4484.0, 4456.0, 4485.0, 4455.0, 4495.0, 4457.0, 4495.0, 4456.0, 4505.0, 4456.0, 4505.0, 4447.0, 4505.0, 4465.0, 4514.0, 4455.0, 4506.0, 4443.0, 4504.0, 4443.0, 4503.0, 4433.0, 4472.0, 4432.0, 4473.0, 4443.0, 4474.0, 4433.0, 4483.0, 4443.0, 4483.0, 4447.0, 4485.0, 4445.0, 4505.0, 4455.0, 4515.0, 4455.0, 4504.0, 4444.0, 4505.0, 4453.0, 4513.0, 4467.0, 4515.0, 4455.0, 4481.0, 4430.0, 4471.0, 4431.0, 4491.0, 4442.0, 4474.0, 4445.0, 4475.0, 4455.0, 4475.0, 4456.0, 4494.0, 4455.0, 4496.0, 4467.0, 4506.0, 4467.0, 4487.0, 4467.0, 4476.0, 4458.0, 4505.0, 4456.0, 4525.0, 4466.0, 4485.0, 4465.0, 4465.0, 4467.0, 4477.0, 4478.0, 4445.0, 4477.0, 4445.0, 4475.0, 4446.0, 4477.0, 4457.0, 4517.0, 4447.0, 4516.0, 4458.0, 4519.0, 4467.0, 4536.0, 4456.0, 4486.0, 4467.0, 4517.0, 4479.0, 4476.0, 4478.0, 4466.0, 4478.0, 4466.0, 4497.0, 4445.0, 4475.0, 4445.0, 4477.0, 4446.0, 4507.0, 4446.0, 4495.0, 4445.0, 4485.0, 4435.0, 4485.0, 4446.0, 4504.0, 4444.0, 4504.0, 4434.0, 4493.0, 4444.0, 4504.0, 4455.0, 4504.0, 4453.0, 4512.0, 4442.0, 4433.0, 4454.0, 4445.0, 4474.0, 4445.0, 4504.0, 4453.0, 4513.0, 4442.0, 4491.0, 4431.0, 4460.0, 4431.0, 4461.0, 4431.0, 4471.0, 4421.0, 4461.0, 4442.0, 4452.0, 4432.0, 4452.0, 4433.0, 4453.0, 4443.0, 4464.0, 4433.0, 4465.0, 4443.0, 4464.0, 4455.0, 4465.0, 4443.0, 4474.0, 4443.0, 4464.0, 4444.0, 4465.0, 4457.0, 4476.0, 4446.0, 4487.0, 4446.0, 4486.0, 4456.0, 4476.0, 4494.0, 4476.0, 4525.0, 4507.0, 4494.0, 4464.0, 4483.0, 4464.0, 4536.0, 4475.0, 4522.0, 4472.0, 4470.0, 4452.0, 4461.0, 4453.0, 4453.0, 4463.0, 4458.0, 4476.0, 4445.0, 4496.0, 4465.0, 4504.0, 4463.0, 4504.0, 4482.0, 4502.0, 4461.0, 4490.0, 4449.0, 4493.0, 4444.0, 4491.0, 4441.0, 4488.0, 4419.0, 4459.0, 4429.0, 4468.0, 4441.0, 4471.0, 4453.0, 4462.0, 4463.0, 4462.0, 4460.0, 4480.0, 4449.0, 4468.0, 4459.0, 4428.0, 4449.0, 4439.0, 4460.0, 4498.0, 4459.0, 4488.0, 4438.0, 4438.0, 4449.0, 4429.0, 4460.0, 4421.0, 4461.0, 4431.0, 4463.0, 4433.0, 4462.0, 4431.0, 4472.0, 4431.0, 4472.0, 4432.0, 4502.0, 4432.0, 4501.0, 4432.0, 4480.0, 4441.0, 4500.0, 4431.0, 4491.0, 4430.0, 4461.0, 4440.0, 4459.0, 4429.0, 4460.0, 4420.0, 4460.0, 4430.0, 4461.0, 4433.0, 4472.0, 4432.0, 4463.0, 4454.0, 4444.0, 4476.0, 4455.0, 4505.0, 4454.0, 4495.0, 4433.0, 4485.0, 4444.0, 4501.0, 4463.0, 4512.0, 4453.0, 4442.0, 4474.0, 4452.0, 4476.0, 4503.0, 4464.0, 4502.0, 4463.0, 4513.0, 4451.0, 4502.0, 4452.0, 4500.0, 4450.0, 4490.0, 4428.0, 4467.0, 4418.0, 4458.0, 4418.0, 4458.0, 4408.0, 4448.0, 4420.0, 4458.0, 4420.0, 4459.0, 4420.0, 4460.0, 4429.0, 4460.0, 4419.0, 4461.0, 4440.0, 4461.0, 4459.0, 4460.0, 4450.0, 4451.0, 4472.0, 4452.0, 4461.0, 4461.0, 4450.0, 4461.0, 4461.0, 4452.0, 4481.0, 4452.0, 4462.0, 4442.0, 4462.0, 4453.0, 4473.0, 4454.0, 4452.0, 4453.0, 4453.0, 4464.0, 4454.0, 4465.0, 4455.0, 4475.0, 4445.0, 4485.0, 4456.0, 4496.0, 4457.0, 4486.0, 4471.0, 4508.0, 4459.0, 4498.0, 4470.0, 4470.0, 4479.0, 4459.0, 4497.0, 4466.0, 4458.0, 4479.0, 4471.0, 4530.0, 4500.0, 4501.0, 4543.0, 4483.0, 4537.0, 4499.0, 4489.0, 4537.0, 4507.0, 4476.0, 4505.0, 4445.0, 4535.0, 4474.0, 4515.0, 4505.0, 4454.0, 4523.0, 4453.0, 4443.0, 4473.0, 4443.0, 4524.0, 4463.0, 4483.0, 4453.0, 4444.0, 4484.0, 4466.0, 4454.0, 4465.0, 4444.0, 4505.0, 4453.0, 4442.0, 4496.0, 4455.0, 4445.0, 4505.0, 4454.0, 4504.0, 4466.0, 4462.0, 4505.0, 4472.0, 4522.0, 4441.0, 4444.0, 4454.0, 4431.0, 4428.0, 4440.0, 4443.0, 4431.0, 4451.0, 4444.0, 4505.0, 4464.0, 4499.0, 4449.0, 4429.0, 4490.0, 4441.0, 4510.0, 4482.0, 4491.0], 'WindowWidth': [9991.0, 9925.0, 9926.0, 9874.0, 9908.0, 9844.0, 9921.0, 9853.0, 9914.0, 9832.0, 9914.0, 9841.0, 9906.0, 9850.0, 9874.0, 9836.0, 9875.0, 9835.0, 9902.0, 9835.0, 9873.0, 9833.0, 9869.0, 9832.0, 9872.0, 9829.0, 9804.0, 9833.0, 9790.0, 9834.0, 9797.0, 9852.0, 9795.0, 9847.0, 9795.0, 9847.0, 9793.0, 9861.0, 9819.0, 9876.0, 9803.0, 9846.0, 9803.0, 9835.0, 9845.0, 9830.0, 9800.0, 9831.0, 9812.0, 9829.0, 9854.0, 9828.0, 9799.0, 9827.0, 9826.0, 9831.0, 9885.0, 9832.0, 9840.0, 9830.0, 9841.0, 9830.0, 9899.0, 9832.0, 9883.0, 9814.0, 9881.0, 9813.0, 9885.0, 9814.0, 9882.0, 9801.0, 9853.0, 9802.0, 9857.0, 9819.0, 9870.0, 9806.0, 9858.0, 9821.0, 9881.0, 9837.0, 9891.0, 9826.0, 9874.0, 9821.0, 9887.0, 9824.0, 9890.0, 9820.0, 9887.0, 9818.0, 9873.0, 9819.0, 9884.0, 9804.0, 9867.0, 9789.0, 9827.0, 9791.0, 9857.0, 9792.0, 9869.0, 9791.0, 9844.0, 9791.0, 9831.0, 9817.0, 9834.0, 9790.0, 9834.0, 9841.0, 9866.0, 9877.0, 9859.0, 9813.0, 9855.0, 9816.0, 9873.0, 9823.0, 9892.0, 9855.0, 9879.0, 9865.0, 9822.0, 9876.0, 9834.0, 9905.0, 9868.0, 9880.0, 9950.0, 9908.0, 9923.0, 9838.0, 9918.0, 9883.0, 9888.0, 9863.0, 9867.0, 9873.0, 9859.0, 9902.0, 9834.0, 9887.0, 9817.0, 9880.0, 9812.0, 9898.0, 9829.0, 9855.0, 9822.0, 9785.0, 9838.0, 9796.0, 9857.0, 9799.0, 9889.0, 9808.0, 9885.0, 9804.0, 9857.0, 9820.0, 9851.0, 9814.0, 9884.0, 9857.0, 9833.0, 9823.0, 9832.0, 9808.0, 9833.0, 9806.0, 9802.0, 9806.0, 9763.0, 9806.0, 9761.0, 9806.0, 9769.0, 9822.0, 9784.0, 9843.0, 9812.0, 9842.0, 9812.0, 9883.0, 9804.0, 9840.0, 9815.0, 9837.0, 9811.0, 9881.0, 9810.0, 9882.0, 9812.0, 9865.0, 9797.0, 9855.0, 9800.0, 9837.0, 9785.0, 9859.0, 9768.0, 9822.0, 9771.0, 9823.0, 9780.0, 9824.0, 9781.0, 9811.0, 9783.0, 9813.0, 9822.0, 9811.0, 9823.0, 9799.0, 9839.0, 9816.0, 9842.0, 9804.0, 9829.0, 9817.0, 9796.0, 9883.0, 9842.0, 9877.0, 9848.0, 9877.0, 9826.0, 9792.0, 9834.0, 9793.0, 9874.0, 9818.0, 9890.0, 9856.0, 9873.0, 9825.0, 9858.0, 9823.0, 9828.0, 9837.0, 9811.0, 9792.0, 9824.0, 9813.0, 9814.0, 9847.0, 9849.0, 9847.0, 9816.0, 9764.0, 9824.0, 9788.0, 9850.0, 9803.0, 9855.0, 9800.0, 9853.0, 9784.0, 9839.0, 9813.0, 9859.0, 9820.0, 9826.0, 9846.0, 9806.0, 9885.0, 9828.0, 9859.0, 9810.0, 9851.0, 9779.0, 9834.0, 9747.0, 9788.0, 9730.0, 9786.0, 9727.0, 9757.0, 9728.0, 9760.0, 9732.0, 9765.0, 9763.0, 9764.0, 9733.0, 9750.0, 9733.0, 9765.0, 9735.0, 9768.0, 9808.0, 9825.0, 9779.0, 9807.0, 9765.0, 9801.0, 9780.0, 9821.0, 9782.0, 9809.0, 9812.0, 9770.0, 9829.0, 9772.0, 9845.0, 9793.0, 9870.0, 9811.0, 9888.0, 9818.0, 9851.0, 9810.0, 9825.0, 9835.0, 9771.0, 9831.0, 9790.0, 9857.0, 9840.0, 9883.0, 9826.0, 9821.0, 9837.0, 9831.0, 9836.0, 9820.0, 9775.0, 9847.0, 9810.0, 9852.0, 9881.0, 9875.0, 9895.0, 9879.0, 9892.0, 9816.0, 9887.0, 9809.0, 9857.0, 9802.0, 9862.0, 9838.0, 9825.0, 9831.0, 9787.0, 9865.0, 9799.0, 9842.0, 9809.0, 9783.0, 9825.0, 9789.0, 9852.0, 9786.0, 9868.0, 9802.0, 9827.0, 9827.0, 9790.0, 9853.0, 9772.0, 9865.0, 9796.0, 9853.0, 9819.0, 9775.0, 9829.0, 9798.0, 9885.0, 9805.0, 9903.0, 9830.0, 9867.0, 9812.0, 9850.0, 9811.0, 9822.0, 9811.0, 9809.0, 9824.0, 9765.0, 9811.0, 9769.0, 9820.0, 9770.0, 9823.0, 9772.0, 9822.0, 9774.0, 9827.0, 9788.0, 9839.0, 9802.0, 9840.0, 9787.0, 9839.0, 9802.0, 9843.0, 9820.0, 9872.0, 9818.0, 9848.0, 9836.0, 9822.0, 9837.0, 9797.0, 9836.0, 9816.0, 9877.0, 9835.0, 9860.0, 9886.0, 9934.0, 9886.0, 9894.0, 9869.0, 9832.0, 9862.0, 9844.0, 9851.0, 9860.0, 9850.0, 9805.0, 9833.0, 9791.0, 9846.0, 9806.0, 9847.0, 9791.0, 9848.0, 9794.0, 9848.0, 9799.0, 9869.0, 9811.0, 9866.0, 9810.0, 9852.0, 9813.0, 9855.0, 9809.0, 9849.0, 9792.0, 9849.0, 9806.0, 9849.0, 9861.0, 9850.0, 9809.0, 9850.0, 9834.0, 9851.0, 9893.0, 9850.0, 9834.0, 9851.0, 9860.0, 9849.0, 9891.0, 9852.0, 9887.0, 9847.0, 9875.0, 9847.0, 9906.0, 9836.0, 9902.0, 9834.0, 9904.0, 9820.0, 9893.0, 9822.0, 9887.0, 9821.0, 9859.0, 9821.0, 9863.0, 9825.0, 9863.0, 9828.0, 9865.0, 9827.0, 9880.0, 9833.0, 9880.0, 9828.0, 9893.0, 9827.0, 9893.0, 9816.0, 9893.0, 9838.0, 9903.0, 9825.0, 9893.0, 9807.0, 9891.0, 9809.0, 9887.0, 9793.0, 9843.0, 9790.0, 9847.0, 9807.0, 9849.0, 9794.0, 9859.0, 9808.0, 9862.0, 9819.0, 9867.0, 9814.0, 9893.0, 9826.0, 9908.0, 9826.0, 9892.0, 9811.0, 9892.0, 9821.0, 9900.0, 9848.0, 9910.0, 9826.0, 9855.0, 9785.0, 9841.0, 9789.0, 9868.0, 9805.0, 9850.0, 9813.0, 9853.0, 9826.0, 9853.0, 9829.0, 9879.0, 9827.0, 9885.0, 9848.0, 9899.0, 9846.0, 9872.0, 9847.0, 9857.0, 9834.0, 9895.0, 9830.0, 9922.0, 9843.0, 9867.0, 9842.0, 9839.0, 9848.0, 9862.0, 9864.0, 9813.0, 9858.0, 9815.0, 9855.0, 9816.0, 9859.0, 9832.0, 9913.0, 9819.0, 9911.0, 9835.0, 9918.0, 9847.0, 9937.0, 9829.0, 9868.0, 9847.0, 9915.0, 9865.0, 9858.0, 9860.0, 9844.0, 9863.0, 9843.0, 9887.0, 9813.0, 9852.0, 9811.0, 9857.0, 9815.0, 9898.0, 9816.0, 9879.0, 9814.0, 9866.0, 9799.0, 9866.0, 9815.0, 9889.0, 9808.0, 9890.0, 9794.0, 9875.0, 9809.0, 9890.0, 9825.0, 9891.0, 9820.0, 9896.0, 9803.0, 9793.0, 9823.0, 9812.0, 9850.0, 9813.0, 9890.0, 9819.0, 9903.0, 9802.0, 9867.0, 9787.0, 9824.0, 9786.0, 9827.0, 9786.0, 9841.0, 9773.0, 9826.0, 9803.0, 9815.0, 9791.0, 9815.0, 9794.0, 9821.0, 9808.0, 9835.0, 9794.0, 9837.0, 9808.0, 9836.0, 9826.0, 9838.0, 9806.0, 9851.0, 9807.0, 9836.0, 9811.0, 9839.0, 9832.0, 9858.0, 9816.0, 9873.0, 9816.0, 9872.0, 9829.0, 9855.0, 9877.0, 9856.0, 9922.0, 9899.0, 9875.0, 9836.0, 9858.0, 9836.0, 9940.0, 9852.0, 9912.0, 9843.0, 9838.0, 9816.0, 9825.0, 9819.0, 9819.0, 9831.0, 9833.0, 9855.0, 9810.0, 9882.0, 9838.0, 9891.0, 9832.0, 9891.0, 9856.0, 9883.0, 9822.0, 9862.0, 9804.0, 9870.0, 9810.0, 9867.0, 9799.0, 9857.0, 9765.0, 9818.0, 9778.0, 9831.0, 9797.0, 9840.0, 9817.0, 9831.0, 9830.0, 9827.0, 9822.0, 9850.0, 9807.0, 9831.0, 9821.0, 9776.0, 9806.0, 9792.0, 9822.0, 9872.0, 9819.0, 9856.0, 9790.0, 9788.0, 9805.0, 9779.0, 9823.0, 9773.0, 9827.0, 9787.0, 9831.0, 9790.0, 9828.0, 9785.0, 9843.0, 9788.0, 9844.0, 9789.0, 9882.0, 9790.0, 9881.0, 9788.0, 9849.0, 9798.0, 9877.0, 9785.0, 9865.0, 9782.0, 9825.0, 9796.0, 9822.0, 9780.0, 9824.0, 9769.0, 9823.0, 9783.0, 9826.0, 9791.0, 9841.0, 9791.0, 9833.0, 9823.0, 9809.0, 9855.0, 9824.0, 9894.0, 9822.0, 9876.0, 9790.0, 9864.0, 9808.0, 9880.0, 9833.0, 9897.0, 9818.0, 9804.0, 9851.0, 9818.0, 9856.0, 9886.0, 9834.0, 9882.0, 9831.0, 9899.0, 9813.0, 9886.0, 9813.0, 9879.0, 9809.0, 9862.0, 9777.0, 9827.0, 9763.0, 9816.0, 9764.0, 9817.0, 9751.0, 9804.0, 9769.0, 9818.0, 9770.0, 9821.0, 9770.0, 9824.0, 9780.0, 9823.0, 9767.0, 9825.0, 9796.0, 9826.0, 9821.0, 9823.0, 9809.0, 9812.0, 9844.0, 9815.0, 9826.0, 9827.0, 9812.0, 9827.0, 9827.0, 9816.0, 9853.0, 9815.0, 9829.0, 9802.0, 9828.0, 9819.0, 9846.0, 9821.0, 9818.0, 9822.0, 9820.0, 9837.0, 9823.0, 9840.0, 9826.0, 9855.0, 9815.0, 9869.0, 9831.0, 9885.0, 9833.0, 9871.0, 9860.0, 9906.0, 9839.0, 9893.0, 9855.0, 9856.0, 9866.0, 9838.0, 9887.0, 9842.0, 9836.0, 9865.0, 9857.0, 9937.0, 9897.0, 9900.0, 9963.0, 9876.0, 9941.0, 9892.0, 9877.0, 9945.0, 9898.0, 9855.0, 9893.0, 9811.0, 9935.0, 9850.0, 9904.0, 9892.0, 9822.0, 9916.0, 9819.0, 9804.0, 9846.0, 9806.0, 9917.0, 9831.0, 9859.0, 9819.0, 9808.0, 9864.0, 9841.0, 9824.0, 9837.0, 9808.0, 9890.0, 9816.0, 9802.0, 9880.0, 9825.0, 9812.0, 9892.0, 9823.0, 9889.0, 9840.0, 9829.0, 9892.0, 9841.0, 9911.0, 9797.0, 9808.0, 9824.0, 9785.0, 9775.0, 9796.0, 9803.0, 9785.0, 9813.0, 9809.0, 9892.0, 9834.0, 9873.0, 9803.0, 9778.0, 9862.0, 9798.0, 9891.0, 9855.0, 9866.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.004006147902869757</td></tr>
<tr><td colspan=3>aqi</td><td>0.031634763465783665</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.96983950299447</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2481418541325933</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.05544721759116</td></tr>
<tr><td colspan=3>efc</td><td>0.4798</td></tr>
<tr><td colspan=3>fber</td><td>5608.0342</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10403930113908519</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.947019867549669</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7497282529756206</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.770630843033922</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.856287295537168</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.622266620355772</td></tr>
<tr><td colspan=3>gcor</td><td>0.00765279</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008235368877649307</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01846117526292801</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>906</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.9044276280128036</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>19.2495</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6317</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.2579</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298489.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.2615</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5076</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.6524</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3659.3481</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.6883</td></tr>
<tr><td colspan=3>tsnr</td><td>34.83583687338978</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>