<?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-0073_ses-02_task-faces_acq-mb8_run-03_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-0073_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0073_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0073_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0073_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0073_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0073_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0073_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0073_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_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-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-03_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-0073/ses-02/func/sub-0073_ses-02_task-faces_acq-mb8_run-03_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>bf86aa7485e8c27c64ea7db76c601c4e</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:29:44.302500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998695, 0.0067581, -0.0506132, 0.00592648, 0.969163, 0.246348]</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0953388</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7820, -7282, 572, -100, -284, -127, 98]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8fc119f0-4d98-4aa8-b372-6c7d0ebcdc42||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679426908493042, 0.01590031199157238, -0.13693667948246002, 114.54539489746094], [-0.018131490796804428, 2.6001944541931152, 0.6650815010070801, -95.25707244873047], [-0.13579148054122925, -0.6609333753585815, 2.6132192611694336, -40.2331428527832], [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': ['192944.302500', '192944.762500', '192945.222500', '192945.682500', '192946.142500', '192946.602500', '192947.062500', '192947.522500', '192947.982500', '192948.442500', '192948.902500', '192949.362500', '192949.822500', '192950.282500', '192950.742500', '192951.202500', '192951.662500', '192952.122500', '192952.582500', '192953.042500', '192953.502500', '192953.962500', '192954.422500', '192954.882500', '192955.342500', '192955.802500', '192956.262500', '192956.722500', '192957.182500', '192957.642500', '192958.102500', '192958.562500', '192959.022500', '192959.482500', '192959.942500', '193000.402500', '193000.862500', '193001.322500', '193001.782500', '193002.242500', '193002.702500', '193003.162500', '193003.622500', '193004.082500', '193004.542500', '193005.002500', '193005.462500', '193005.922500', '193006.382500', '193006.842500', '193007.302500', '193007.762500', '193008.222500', '193008.682500', '193009.142500', '193009.602500', '193010.062500', '193010.522500', '193010.982500', '193011.442500', '193011.902500', '193012.362500', '193012.822500', '193013.282500', '193013.742500', '193014.202500', '193014.662500', '193015.122500', '193015.582500', '193016.042500', '193016.502500', '193016.962500', '193017.422500', '193017.882500', '193018.342500', '193018.802500', '193019.262500', '193019.722500', '193020.182500', '193020.642500', '193021.102500', '193021.562500', '193022.022500', '193022.482500', '193022.942500', '193023.402500', '193023.862500', '193024.322500', '193024.782500', '193025.242500', '193025.702500', '193026.162500', '193026.622500', '193027.082500', '193027.542500', '193028.002500', '193028.462500', '193028.922500', '193029.382500', '193029.842500', '193030.302500', '193030.762500', '193031.222500', '193031.682500', '193032.142500', '193032.602500', '193033.062500', '193033.522500', '193033.982500', '193034.442500', '193034.902500', '193035.362500', '193035.822500', '193036.282500', '193036.742500', '193037.202500', '193037.662500', '193038.122500', '193038.582500', '193039.042500', '193039.502500', '193039.962500', '193040.422500', '193040.882500', '193041.342500', '193041.802500', '193042.262500', '193042.722500', '193043.182500', '193043.642500', '193044.102500', '193044.562500', '193045.022500', '193045.482500', '193045.942500', '193046.402500', '193046.862500', '193047.322500', '193047.782500', '193048.242500', '193048.702500', '193049.162500', '193049.622500', '193050.082500', '193050.542500', '193051.002500', '193051.462500', '193051.922500', '193052.382500', '193052.842500', '193053.302500', '193053.762500', '193054.222500', '193054.682500', '193055.142500', '193055.602500', '193056.062500', '193056.522500', '193056.982500', '193057.442500', '193057.902500', '193058.362500', '193058.822500', '193059.282500', '193059.742500', '193100.202500', '193100.662500', '193101.122500', '193101.582500', '193102.042500', '193102.502500', '193102.962500', '193103.422500', '193103.882500', '193104.342500', '193104.802500', '193105.262500', '193105.722500', '193106.182500', '193106.642500', '193107.102500', '193107.562500', '193108.022500', '193108.482500', '193108.942500', '193109.402500', '193109.862500', '193110.322500', '193110.782500', '193111.242500', '193111.702500', '193112.162500', '193112.622500', '193113.082500', '193113.542500', '193114.002500', '193114.462500', '193114.922500', '193115.382500', '193115.842500', '193116.302500', '193116.762500', '193117.222500', '193117.682500', '193118.142500', '193118.602500', '193119.062500', '193119.522500', '193119.982500', '193120.442500', '193120.902500', '193121.362500', '193121.822500', '193122.282500', '193122.742500', '193123.202500', '193123.662500', '193124.122500', '193124.582500', '193125.042500', '193125.502500', '193125.962500', '193126.422500', '193126.882500', '193127.342500', '193127.802500', '193128.262500', '193128.722500', '193129.182500', '193129.642500', '193130.102500', '193130.562500', '193131.022500', '193131.482500', '193131.942500', '193132.402500', '193132.862500', '193133.322500', '193133.782500', '193134.242500', '193134.702500', '193135.162500', '193135.622500', '193136.082500', '193136.542500', '193137.002500', '193137.462500', '193137.922500', '193138.382500', '193138.842500', '193139.302500', '193139.762500', '193140.222500', '193140.682500', '193141.142500', '193141.602500', '193142.062500', '193142.522500', '193142.982500', '193143.442500', '193143.902500', '193144.362500', '193144.822500', '193145.282500', '193145.742500', '193146.202500', '193146.662500', '193147.122500', '193147.582500', '193148.042500', '193148.502500', '193148.962500', '193149.422500', '193149.882500', '193150.342500', '193150.802500', '193151.262500', '193151.722500', '193152.182500', '193152.642500', '193153.102500', '193153.562500', '193154.022500', '193154.482500', '193154.942500', '193155.402500', '193155.862500', '193156.322500', '193156.782500', '193157.242500', '193157.702500', '193158.162500', '193158.622500', '193159.082500', '193159.542500', '193200.002500', '193200.462500', '193200.922500', '193201.382500', '193201.842500', '193202.302500', '193202.762500', '193203.222500', '193203.682500', '193204.142500', '193204.602500', '193205.062500', '193205.522500', '193205.982500', '193206.442500', '193206.902500', '193207.362500', '193207.822500', '193208.282500', '193208.742500', '193209.202500', '193209.662500', '193210.122500', '193210.582500', '193211.042500', '193211.502500', '193211.962500', '193212.422500', '193212.882500', '193213.342500', '193213.802500', '193214.262500', '193214.722500', '193215.182500', '193215.642500', '193216.102500', '193216.562500', '193217.022500', '193217.482500', '193217.942500', '193218.402500', '193218.862500', '193219.322500', '193219.782500', '193220.242500', '193220.702500', '193221.162500', '193221.622500', '193222.082500', '193222.542500', '193223.002500', '193223.462500', '193223.922500', '193224.382500', '193224.842500', '193225.302500', '193225.762500', '193226.222500', '193226.682500', '193227.142500', '193227.602500', '193228.062500', '193228.522500', '193228.982500', '193229.442500', '193229.902500', '193230.362500', '193230.822500', '193231.282500', '193231.742500', '193232.202500', '193232.662500', '193233.122500', '193233.582500', '193234.042500', '193234.502500', '193234.962500', '193235.422500', '193235.882500', '193236.342500', '193236.802500', '193237.262500', '193237.722500', '193238.182500', '193238.642500', '193239.102500', '193239.562500', '193240.022500', '193240.482500', '193240.942500', '193241.402500', '193241.862500', '193242.322500', '193242.782500', '193243.242500', '193243.702500', '193244.162500', '193244.622500', '193245.082500', '193245.542500', '193246.002500', '193246.462500', '193246.922500', '193247.382500', '193247.842500', '193248.302500', '193248.762500', '193249.222500', '193249.682500', '193250.142500', '193250.602500', '193251.062500', '193251.522500', '193251.982500', '193252.442500', '193252.902500', '193253.362500', '193253.822500', '193254.282500', '193254.742500', '193255.202500', '193255.662500', '193256.122500', '193256.582500', '193257.042500', '193257.502500', '193257.962500', '193258.422500', '193258.882500', '193259.342500', '193259.802500', '193300.262500', '193300.722500', '193301.182500', '193301.642500', '193302.102500', '193302.562500', '193303.022500', '193303.482500', '193303.942500', '193304.402500', '193304.862500', '193305.322500', '193305.782500', '193306.242500', '193306.702500', '193307.162500', '193307.622500', '193308.082500', '193308.542500', '193309.002500', '193309.462500', '193309.922500', '193310.382500', '193310.842500', '193311.302500', '193311.762500', '193312.222500', '193312.682500', '193313.142500', '193313.602500', '193314.062500', '193314.522500', '193314.982500', '193315.442500', '193315.902500', '193316.362500', '193316.822500', '193317.282500', '193317.742500', '193318.202500', '193318.662500', '193319.122500', '193319.582500', '193320.042500', '193320.502500', '193320.962500', '193321.422500', '193321.882500', '193322.342500', '193322.802500', '193323.262500', '193323.722500', '193324.182500', '193324.642500', '193325.102500', '193325.562500', '193326.022500', '193326.482500', '193326.942500', '193327.402500', '193327.862500', '193328.322500', '193328.782500', '193329.242500', '193329.702500', '193330.162500', '193330.622500', '193331.082500', '193331.542500', '193332.002500', '193332.462500', '193332.922500', '193333.382500', '193333.842500', '193334.302500', '193334.762500', '193335.222500', '193335.682500', '193336.142500', '193336.602500', '193337.062500', '193337.522500', '193337.982500', '193338.442500', '193338.902500', '193339.362500', '193339.822500', '193340.282500', '193340.742500', '193341.202500', '193341.662500', '193342.122500', '193342.582500', '193343.042500', '193343.502500', '193343.962500', '193344.422500', '193344.882500', '193345.342500', '193345.802500', '193346.262500', '193346.722500', '193347.182500', '193347.642500', '193348.102500', '193348.562500', '193349.022500', '193349.482500', '193349.942500', '193350.402500', '193350.862500', '193351.322500', '193351.782500', '193352.242500', '193352.702500', '193353.162500', '193353.622500', '193354.082500', '193354.542500', '193355.002500', '193355.462500', '193355.922500', '193356.382500', '193356.842500', '193357.302500', '193357.762500', '193358.222500', '193358.682500', '193359.142500', '193359.602500', '193400.062500', '193400.522500', '193400.982500', '193401.442500', '193401.902500', '193402.362500', '193402.822500', '193403.282500', '193403.742500', '193404.202500', '193404.662500', '193405.122500', '193405.582500', '193406.042500', '193406.502500', '193406.962500', '193407.422500', '193407.882500', '193408.342500', '193408.802500', '193409.262500', '193409.722500', '193410.182500', '193410.642500', '193411.102500', '193411.562500', '193412.022500', '193412.482500', '193412.942500', '193413.402500', '193413.862500', '193414.322500', '193414.782500', '193415.242500', '193415.702500', '193416.162500', '193416.622500', '193417.082500', '193417.542500', '193418.002500', '193418.462500', '193418.922500', '193419.382500', '193419.842500', '193420.302500', '193420.762500', '193421.222500', '193421.682500', '193422.142500', '193422.602500', '193423.062500', '193423.522500', '193423.982500', '193424.442500', '193424.902500', '193425.362500', '193425.822500', '193426.282500', '193426.742500', '193427.202500', '193427.662500', '193428.122500', '193428.582500', '193429.042500', '193429.502500', '193429.962500', '193430.422500', '193430.882500', '193431.342500', '193431.802500', '193432.262500', '193432.722500', '193433.182500', '193433.642500', '193434.102500', '193434.562500', '193435.022500', '193435.482500', '193435.942500', '193436.402500', '193436.862500', '193437.322500', '193437.782500', '193438.242500', '193438.702500', '193439.162500', '193439.622500', '193440.082500', '193440.542500', '193441.002500', '193441.462500', '193441.922500', '193442.382500', '193442.842500', '193443.302500', '193443.762500', '193444.222500', '193444.682500', '193445.142500', '193445.602500', '193446.062500', '193446.522500', '193446.982500', '193447.442500', '193447.902500', '193448.362500', '193448.822500', '193449.282500', '193449.742500', '193450.202500', '193450.662500', '193451.122500', '193451.582500', '193452.042500', '193452.502500', '193452.962500', '193453.422500', '193453.882500', '193454.342500', '193454.802500', '193455.262500', '193455.722500', '193456.182500', '193456.642500', '193457.102500', '193457.562500', '193458.022500', '193458.482500', '193458.942500', '193459.402500', '193459.862500', '193500.322500', '193500.782500', '193501.242500', '193501.702500', '193502.162500', '193502.622500', '193503.082500', '193503.542500', '193504.002500', '193504.462500', '193504.922500', '193505.382500', '193505.842500', '193506.302500', '193506.762500', '193507.222500', '193507.682500', '193508.142500', '193508.602500', '193509.062500', '193509.522500', '193509.982500', '193510.442500', '193510.902500', '193511.362500', '193511.822500', '193512.282500', '193512.742500', '193513.202500', '193513.662500', '193514.122500', '193514.582500', '193515.042500', '193515.502500', '193515.962500', '193516.422500', '193516.882500', '193517.342500', '193517.802500', '193518.262500', '193518.722500', '193519.182500', '193519.642500', '193520.102500', '193520.562500', '193521.022500', '193521.482500', '193521.942500', '193522.402500', '193522.862500', '193523.322500', '193523.782500', '193524.242500', '193524.702500', '193525.162500', '193525.622500', '193526.082500', '193526.542500', '193527.002500', '193527.462500', '193527.922500', '193528.382500', '193528.842500', '193529.302500', '193529.762500', '193530.222500', '193530.682500', '193531.142500', '193531.602500', '193532.062500', '193532.522500', '193532.982500', '193533.442500', '193533.902500', '193534.362500', '193534.822500', '193535.282500', '193535.742500', '193536.202500', '193536.662500', '193537.122500', '193537.582500', '193538.042500', '193538.502500', '193538.962500', '193539.422500', '193539.882500', '193540.342500', '193540.802500', '193541.262500', '193541.722500', '193542.182500', '193542.642500', '193543.102500', '193543.562500', '193544.022500', '193544.482500', '193544.942500', '193545.402500', '193545.862500', '193546.322500', '193546.782500', '193547.242500', '193547.702500', '193548.162500', '193548.622500', '193549.082500', '193549.542500', '193550.002500', '193550.462500', '193550.922500', '193551.382500', '193551.842500', '193552.302500', '193552.762500', '193553.222500', '193553.682500', '193554.142500', '193554.602500', '193555.062500', '193555.522500', '193555.982500', '193556.442500', '193556.902500', '193557.362500', '193557.822500', '193558.282500', '193558.742500', '193559.202500', '193559.662500', '193600.122500', '193600.582500', '193601.042500', '193601.502500', '193601.962500', '193602.422500', '193602.882500', '193603.342500', '193603.802500', '193604.262500', '193604.722500', '193605.182500', '193605.642500', '193606.102500', '193606.562500', '193607.022500', '193607.482500', '193607.942500', '193608.402500', '193608.862500', '193609.322500', '193609.782500', '193610.242500', '193610.702500', '193611.162500', '193611.622500', '193612.082500', '193612.542500', '193613.002500', '193613.462500', '193613.922500', '193614.382500', '193614.842500', '193615.302500', '193615.762500', '193616.222500', '193616.682500', '193617.142500', '193617.602500', '193618.062500', '193618.522500', '193618.982500', '193619.442500', '193619.902500', '193620.362500', '193620.822500', '193621.282500', '193621.742500', '193622.202500', '193622.662500', '193623.122500', '193623.582500', '193624.042500', '193624.502500', '193624.962500', '193625.422500', '193625.882500', '193626.342500', '193626.802500', '193627.262500', '193627.722500', '193628.182500', '193628.642500', '193629.102500', '193629.562500', '193630.022500', '193630.482500', '193630.942500', '193631.402500', '193631.862500', '193632.322500', '193632.782500', '193633.242500', '193633.702500', '193634.162500', '193634.622500', '193635.082500', '193635.542500', '193636.002500', '193636.462500', '193636.922500', '193637.382500', '193637.842500', '193638.302500', '193638.762500', '193639.222500', '193639.682500', '193640.142500', '193640.602500', '193641.062500', '193641.522500', '193641.982500', '193642.442500', '193642.902500', '193643.362500', '193643.822500', '193644.282500'], 'ContentTime': ['193012.627000', '193012.630000', '193012.639000', '193012.642000', '193012.645000', '193012.648000', '193012.651000', '193012.654000', '193012.656000', '193012.659000', '193012.661000', '193012.664000', '193012.667000', '193012.669000', '193012.672000', '193012.674000', '193012.677000', '193012.679000', '193012.682000', '193012.684000', '193012.688000', '193012.691000', '193012.693000', '193012.696000', '193012.698000', '193012.701000', '193012.704000', '193012.706000', '193012.709000', '193012.711000', '193012.714000', '193012.716000', '193012.719000', '193012.722000', '193012.724000', '193012.727000', '193012.729000', '193012.732000', '193012.734000', '193012.737000', '193012.740000', '193012.742000', '193012.745000', '193012.748000', '193012.750000', '193012.753000', '193012.755000', '193012.758000', '193012.760000', '193012.763000', '193012.765000', '193012.768000', '193012.771000', '193012.773000', '193012.776000', '193012.778000', '193012.781000', '193012.783000', '193012.786000', '193032.596000', '193032.598000', '193032.601000', '193032.604000', '193032.606000', '193032.609000', '193032.611000', '193032.614000', '193032.617000', '193032.619000', '193032.622000', '193032.624000', '193032.627000', '193032.629000', '193032.632000', '193032.635000', '193032.637000', '193032.640000', '193032.642000', '193032.645000', '193032.647000', '193032.650000', '193032.653000', '193032.655000', '193032.658000', '193032.660000', '193032.663000', '193032.666000', '193032.668000', '193032.671000', '193032.673000', '193032.676000', '193032.678000', '193032.681000', '193032.684000', '193032.686000', '193032.689000', '193032.691000', '193032.694000', '193032.696000', '193032.699000', '193032.701000', '193032.704000', '193032.706000', '193052.596000', '193052.599000', '193052.601000', '193052.604000', '193052.606000', '193052.609000', '193052.611000', '193052.614000', '193052.617000', '193052.619000', '193052.622000', '193052.624000', '193052.627000', '193052.630000', '193052.632000', '193052.635000', '193052.637000', '193052.640000', '193052.643000', '193052.645000', '193052.648000', '193052.650000', '193052.653000', '193052.655000', '193052.658000', '193052.661000', '193052.663000', '193052.666000', '193052.669000', '193052.671000', '193052.674000', '193052.676000', '193052.679000', '193052.682000', '193052.684000', '193052.687000', '193052.690000', '193052.692000', '193052.695000', '193052.697000', '193052.700000', '193052.703000', '193052.705000', '193112.595000', '193112.598000', '193112.601000', '193112.604000', '193112.606000', '193112.609000', '193112.611000', '193112.614000', '193112.616000', '193112.619000', '193112.622000', '193112.624000', '193112.627000', '193112.629000', '193112.632000', '193112.635000', '193112.637000', '193112.640000', '193112.642000', '193112.645000', '193112.648000', '193112.650000', '193112.653000', '193112.655000', '193112.658000', '193112.661000', '193112.663000', '193112.666000', '193112.668000', '193112.671000', '193112.674000', '193112.676000', '193112.679000', '193112.681000', '193112.684000', '193112.687000', '193112.689000', '193112.692000', '193112.694000', '193112.697000', '193112.700000', '193112.702000', '193112.705000', '193112.707000', '193132.597000', '193132.600000', '193132.602000', '193132.605000', '193132.607000', '193132.610000', '193132.613000', '193132.615000', '193132.618000', '193132.620000', '193132.623000', '193132.626000', '193132.628000', '193132.631000', '193132.633000', '193132.636000', '193132.639000', '193132.641000', '193132.644000', '193132.646000', '193132.649000', '193132.672000', '193132.675000', '193132.678000', '193132.680000', '193132.683000', '193132.685000', '193132.688000', '193132.691000', '193132.693000', '193132.696000', '193132.698000', '193132.701000', '193132.703000', '193132.706000', '193132.709000', '193132.712000', '193132.715000', '193132.718000', '193132.721000', '193132.723000', '193132.726000', '193132.731000', '193152.595000', '193152.598000', '193152.601000', '193152.604000', '193152.606000', '193152.609000', '193152.612000', '193152.614000', '193152.617000', '193152.619000', '193152.622000', '193152.625000', '193152.627000', '193152.630000', '193152.632000', '193152.635000', '193152.638000', '193152.640000', '193152.643000', '193152.645000', '193152.648000', '193152.650000', '193152.653000', '193152.656000', '193152.658000', '193152.661000', '193152.663000', '193152.666000', '193152.669000', '193152.671000', '193152.674000', '193152.676000', '193152.679000', '193152.682000', '193152.684000', '193152.687000', '193152.689000', '193152.692000', '193152.695000', '193152.697000', '193152.700000', '193152.702000', '193152.705000', '193152.708000', '193212.595000', '193212.598000', '193212.601000', '193212.604000', '193212.606000', '193212.609000', '193212.611000', '193212.614000', '193212.616000', '193212.619000', '193212.622000', '193212.624000', '193212.627000', '193212.629000', '193212.632000', '193212.635000', '193212.637000', '193212.640000', '193212.642000', '193212.645000', '193212.648000', '193212.650000', '193212.653000', '193212.655000', '193212.658000', '193212.660000', '193212.663000', '193212.666000', '193212.668000', '193212.671000', '193212.674000', '193212.676000', '193212.679000', '193212.681000', '193212.684000', '193212.687000', '193212.689000', '193212.692000', '193212.694000', '193212.697000', '193212.699000', '193212.702000', '193212.704000', '193232.595000', '193232.598000', '193232.601000', '193232.604000', '193232.606000', '193232.609000', '193232.612000', '193232.614000', '193232.617000', '193232.619000', '193232.622000', '193232.625000', '193232.627000', '193232.630000', '193232.632000', '193232.635000', '193232.638000', '193232.640000', '193232.643000', '193232.645000', '193232.648000', '193232.651000', '193232.653000', '193232.656000', '193232.658000', '193232.661000', '193232.663000', '193232.666000', '193232.669000', '193232.671000', '193232.674000', '193232.677000', '193232.679000', '193232.682000', '193232.684000', '193232.687000', '193232.689000', '193232.692000', '193232.695000', '193232.697000', '193232.700000', '193232.702000', '193232.705000', '193232.708000', '193252.595000', '193252.598000', '193252.601000', '193252.604000', '193252.606000', '193252.609000', '193252.611000', '193252.614000', '193252.617000', '193252.619000', '193252.622000', '193252.624000', '193252.627000', '193252.630000', '193252.632000', '193252.635000', '193252.637000', '193252.640000', '193252.643000', '193252.645000', '193252.648000', '193252.650000', '193252.653000', '193252.656000', '193252.658000', '193252.661000', '193252.663000', '193252.666000', '193252.669000', '193252.671000', '193252.674000', '193252.676000', '193252.679000', '193252.682000', '193252.684000', '193252.687000', '193252.689000', '193252.692000', '193252.694000', '193252.697000', '193252.700000', '193252.702000', '193252.705000', '193312.595000', '193312.598000', '193312.601000', '193312.613000', '193312.616000', '193312.618000', '193312.621000', '193312.623000', '193312.626000', '193312.628000', '193312.631000', '193312.634000', '193312.636000', '193312.639000', '193312.641000', '193312.644000', '193312.646000', '193312.649000', '193312.652000', '193312.654000', '193312.657000', '193312.659000', '193312.662000', '193312.665000', '193312.667000', '193312.670000', '193312.672000', '193312.675000', '193312.678000', '193312.680000', '193312.683000', '193312.685000', '193312.688000', '193312.691000', '193312.693000', '193312.696000', '193312.698000', '193312.701000', '193312.704000', '193312.706000', '193312.709000', '193312.721000', '193312.724000', '193312.727000', '193332.595000', '193332.598000', '193332.601000', '193332.604000', '193332.606000', '193332.609000', '193332.611000', '193332.614000', '193332.617000', '193332.619000', '193332.622000', '193332.624000', '193332.627000', '193332.629000', '193332.632000', '193332.635000', '193332.637000', '193332.640000', '193332.643000', '193332.645000', '193332.648000', '193332.650000', '193332.653000', '193332.655000', '193332.658000', '193332.661000', '193332.663000', '193332.666000', '193332.668000', '193332.671000', '193332.673000', '193332.676000', '193332.679000', '193332.681000', '193332.684000', '193332.687000', '193332.689000', '193332.692000', '193332.694000', '193332.697000', '193332.699000', '193332.702000', '193332.706000', '193352.597000', '193352.600000', '193352.602000', '193352.605000', '193352.607000', '193352.610000', '193352.613000', '193352.615000', '193352.618000', '193352.621000', '193352.623000', '193352.626000', '193352.628000', '193352.631000', '193352.633000', '193352.636000', '193352.639000', '193352.641000', '193352.644000', '193352.647000', '193352.649000', '193352.652000', '193352.654000', '193352.657000', '193352.660000', '193352.662000', '193352.665000', '193352.667000', '193352.670000', '193352.673000', '193352.675000', '193352.678000', '193352.681000', '193352.684000', '193352.686000', '193352.689000', '193352.691000', '193352.694000', '193352.696000', '193352.699000', '193352.702000', '193352.704000', '193352.707000', '193352.709000', '193412.596000', '193412.599000', '193412.601000', '193412.604000', '193412.607000', '193412.609000', '193412.612000', '193412.615000', '193412.617000', '193412.620000', '193412.622000', '193412.625000', '193412.627000', '193412.630000', '193412.633000', '193412.635000', '193412.638000', '193412.641000', '193412.643000', '193412.646000', '193412.648000', '193412.651000', '193412.654000', '193412.656000', '193412.659000', '193412.662000', '193412.664000', '193412.667000', '193412.669000', '193412.672000', '193412.675000', '193412.677000', '193412.680000', '193412.682000', '193412.685000', '193412.688000', '193412.690000', '193412.693000', '193412.695000', '193412.698000', '193412.701000', '193412.703000', '193412.706000', '193432.595000', '193432.598000', '193432.601000', '193432.604000', '193432.606000', '193432.609000', '193432.611000', '193432.614000', '193432.616000', '193432.619000', '193432.622000', '193432.624000', '193432.627000', '193432.629000', '193432.632000', '193432.635000', '193432.637000', '193432.640000', '193432.643000', '193432.645000', '193432.648000', '193432.650000', '193432.653000', '193432.656000', '193432.658000', '193432.661000', '193432.663000', '193432.666000', '193432.678000', '193432.680000', '193432.683000', '193432.685000', '193432.688000', '193432.691000', '193432.693000', '193432.696000', '193432.699000', '193432.701000', '193432.704000', '193432.706000', '193432.709000', '193432.712000', '193432.716000', '193432.718000', '193452.595000', '193452.598000', '193452.601000', '193452.604000', '193452.606000', '193452.609000', '193452.611000', '193452.614000', '193452.617000', '193452.619000', '193452.622000', '193452.624000', '193452.627000', '193452.630000', '193452.632000', '193452.635000', '193452.637000', '193452.640000', '193452.643000', '193452.645000', '193452.648000', '193452.650000', '193452.653000', '193452.656000', '193452.658000', '193452.661000', '193452.663000', '193452.666000', '193452.669000', '193452.671000', '193452.674000', '193452.677000', '193452.679000', '193452.682000', '193452.684000', '193452.687000', '193452.689000', '193452.692000', '193452.694000', '193452.697000', '193452.700000', '193452.702000', '193452.705000', '193512.596000', '193512.598000', '193512.601000', '193512.604000', '193512.607000', '193512.610000', '193512.612000', '193512.615000', '193512.617000', '193512.620000', '193512.622000', '193512.625000', '193512.628000', '193512.630000', '193512.633000', '193512.636000', '193512.638000', '193512.641000', '193512.643000', '193512.646000', '193512.648000', '193512.651000', '193512.654000', '193512.656000', '193512.659000', '193512.661000', '193512.664000', '193512.667000', '193512.670000', '193512.672000', '193512.675000', '193512.677000', '193512.680000', '193512.682000', '193512.685000', '193512.688000', '193512.690000', '193512.693000', '193512.695000', '193512.698000', '193512.701000', '193512.703000', '193512.706000', '193512.708000', '193532.596000', '193532.599000', '193532.601000', '193532.604000', '193532.607000', '193532.611000', '193532.613000', '193532.616000', '193532.619000', '193532.621000', '193532.624000', '193532.627000', '193532.629000', '193532.632000', '193532.634000', '193532.637000', '193532.639000', '193532.642000', '193532.645000', '193532.647000', '193532.650000', '193532.652000', '193532.655000', '193532.657000', '193532.660000', '193532.663000', '193532.665000', '193532.668000', '193532.670000', '193532.673000', '193532.675000', '193532.678000', '193532.681000', '193532.683000', '193532.686000', '193532.688000', '193532.691000', '193532.694000', '193532.696000', '193532.699000', '193532.701000', '193532.704000', '193532.707000', '193552.597000', '193552.599000', '193552.602000', '193552.605000', '193552.607000', '193552.610000', '193552.612000', '193552.615000', '193552.618000', '193552.620000', '193552.623000', '193552.625000', '193552.628000', '193552.630000', '193552.633000', '193552.636000', '193552.638000', '193552.641000', '193552.643000', '193552.646000', '193552.649000', '193552.651000', '193552.654000', '193552.657000', '193552.659000', '193552.662000', '193552.664000', '193552.667000', '193552.670000', '193552.672000', '193552.675000', '193552.677000', '193552.680000', '193552.682000', '193552.685000', '193552.688000', '193552.690000', '193552.693000', '193552.695000', '193552.711000', '193552.713000', '193552.716000', '193552.719000', '193552.721000', '193612.596000', '193612.599000', '193612.602000', '193612.605000', '193612.607000', '193612.610000', '193612.612000', '193612.615000', '193612.618000', '193612.620000', '193612.623000', '193612.625000', '193612.628000', '193612.631000', '193612.633000', '193612.636000', '193612.638000', '193612.641000', '193612.644000', '193612.646000', '193612.649000', '193612.651000', '193612.654000', '193612.657000', '193612.659000', '193612.662000', '193612.664000', '193612.667000', '193612.669000', '193612.672000', '193612.675000', '193612.677000', '193612.680000', '193612.682000', '193612.685000', '193612.688000', '193612.690000', '193612.693000', '193612.695000', '193612.698000', '193612.701000', '193612.703000', '193612.706000', '193632.595000', '193632.598000', '193632.601000', '193632.604000', '193632.606000', '193632.609000', '193632.611000', '193632.614000', '193632.617000', '193632.620000', '193632.623000', '193632.626000', '193632.628000', '193632.631000', '193632.634000', '193632.636000', '193632.639000', '193632.641000', '193632.644000', '193632.647000', '193632.650000', '193632.653000', '193632.655000', '193632.658000', '193632.661000', '193632.663000', '193632.666000', '193632.669000', '193632.671000', '193632.674000', '193632.676000', '193632.679000', '193632.681000', '193632.684000', '193632.687000', '193632.689000', '193632.692000', '193632.695000', '193632.697000', '193632.700000', '193632.702000', '193632.705000', '193632.708000', '193645.468000', '193645.471000', '193645.473000', '193645.476000', '193645.478000', '193645.481000', '193645.484000', '193645.486000', '193645.489000', '193645.491000', '193645.494000', '193645.497000', '193645.499000', '193645.502000', '193645.504000', '193645.507000', '193645.510000', '193645.512000', '193645.515000', '193645.517000', '193645.520000', '193645.523000', '193645.525000', '193645.528000', '193645.530000', '193645.533000', '193645.536000', '193645.538000', '193645.541000'], 'InstanceCreationTime': ['193012.627000', '193012.630000', '193012.639000', '193012.642000', '193012.645000', '193012.648000', '193012.651000', '193012.654000', '193012.656000', '193012.659000', '193012.661000', '193012.664000', '193012.667000', '193012.669000', '193012.672000', '193012.674000', '193012.677000', '193012.679000', '193012.682000', '193012.684000', '193012.688000', '193012.691000', '193012.693000', '193012.696000', '193012.698000', '193012.701000', '193012.704000', '193012.706000', '193012.709000', '193012.711000', '193012.714000', '193012.716000', '193012.719000', '193012.722000', '193012.724000', '193012.727000', '193012.729000', '193012.732000', '193012.734000', '193012.737000', '193012.740000', '193012.742000', '193012.745000', '193012.748000', '193012.750000', '193012.753000', '193012.755000', '193012.758000', '193012.760000', '193012.763000', '193012.765000', '193012.768000', '193012.771000', '193012.773000', '193012.776000', '193012.778000', '193012.781000', '193012.783000', '193012.786000', '193032.596000', '193032.598000', '193032.601000', '193032.604000', '193032.606000', '193032.609000', '193032.611000', '193032.614000', '193032.617000', '193032.619000', '193032.622000', '193032.624000', '193032.627000', '193032.629000', '193032.632000', '193032.635000', '193032.637000', '193032.640000', '193032.642000', '193032.645000', '193032.647000', '193032.650000', '193032.653000', '193032.655000', '193032.658000', '193032.660000', '193032.663000', '193032.666000', '193032.668000', '193032.671000', '193032.673000', '193032.676000', '193032.678000', '193032.681000', '193032.684000', '193032.686000', '193032.689000', '193032.691000', '193032.694000', '193032.696000', '193032.699000', '193032.701000', '193032.704000', '193032.706000', '193052.596000', '193052.599000', '193052.601000', '193052.604000', '193052.606000', '193052.609000', '193052.611000', '193052.614000', '193052.617000', '193052.619000', '193052.622000', '193052.624000', '193052.627000', '193052.630000', '193052.632000', '193052.635000', '193052.637000', '193052.640000', '193052.643000', '193052.645000', '193052.648000', '193052.650000', '193052.653000', '193052.655000', '193052.658000', '193052.661000', '193052.663000', '193052.666000', '193052.669000', '193052.671000', '193052.674000', '193052.676000', '193052.679000', '193052.682000', '193052.684000', '193052.687000', '193052.690000', '193052.692000', '193052.695000', '193052.697000', '193052.700000', '193052.703000', '193052.705000', '193112.595000', '193112.598000', '193112.601000', '193112.604000', '193112.606000', '193112.609000', '193112.611000', '193112.614000', '193112.616000', '193112.619000', '193112.622000', '193112.624000', '193112.627000', '193112.629000', '193112.632000', '193112.635000', '193112.637000', '193112.640000', '193112.642000', '193112.645000', '193112.648000', '193112.650000', '193112.653000', '193112.655000', '193112.658000', '193112.661000', '193112.663000', '193112.666000', '193112.668000', '193112.671000', '193112.674000', '193112.676000', '193112.679000', '193112.681000', '193112.684000', '193112.687000', '193112.689000', '193112.692000', '193112.694000', '193112.697000', '193112.700000', '193112.702000', '193112.705000', '193112.707000', '193132.597000', '193132.600000', '193132.602000', '193132.605000', '193132.607000', '193132.610000', '193132.613000', '193132.615000', '193132.618000', '193132.620000', '193132.623000', '193132.626000', '193132.628000', '193132.631000', '193132.633000', '193132.636000', '193132.639000', '193132.641000', '193132.644000', '193132.646000', '193132.649000', '193132.672000', '193132.675000', '193132.678000', '193132.680000', '193132.683000', '193132.685000', '193132.688000', '193132.691000', '193132.693000', '193132.696000', '193132.698000', '193132.701000', '193132.703000', '193132.706000', '193132.709000', '193132.712000', '193132.715000', '193132.718000', '193132.721000', '193132.723000', '193132.726000', '193132.731000', '193152.595000', '193152.598000', '193152.601000', '193152.604000', '193152.606000', '193152.609000', '193152.612000', '193152.614000', '193152.617000', '193152.619000', '193152.622000', '193152.625000', '193152.627000', '193152.630000', '193152.632000', '193152.635000', '193152.638000', '193152.640000', '193152.643000', '193152.645000', '193152.648000', '193152.650000', '193152.653000', '193152.656000', '193152.658000', '193152.661000', '193152.663000', '193152.666000', '193152.669000', '193152.671000', '193152.674000', '193152.676000', '193152.679000', '193152.682000', '193152.684000', '193152.687000', '193152.689000', '193152.692000', '193152.695000', '193152.697000', '193152.700000', '193152.702000', '193152.705000', '193152.708000', '193212.595000', '193212.598000', '193212.601000', '193212.604000', '193212.606000', '193212.609000', '193212.611000', '193212.614000', '193212.616000', '193212.619000', '193212.622000', '193212.624000', '193212.627000', '193212.629000', '193212.632000', '193212.635000', '193212.637000', '193212.640000', '193212.642000', '193212.645000', '193212.648000', '193212.650000', '193212.653000', '193212.655000', '193212.658000', '193212.660000', '193212.663000', '193212.666000', '193212.668000', '193212.671000', '193212.674000', '193212.676000', '193212.679000', '193212.681000', '193212.684000', '193212.687000', '193212.689000', '193212.692000', '193212.694000', '193212.697000', '193212.699000', '193212.702000', '193212.704000', '193232.595000', '193232.598000', '193232.601000', '193232.604000', '193232.606000', '193232.609000', '193232.612000', '193232.614000', '193232.617000', '193232.619000', '193232.622000', '193232.625000', '193232.627000', '193232.630000', '193232.632000', '193232.635000', '193232.638000', '193232.640000', '193232.643000', '193232.645000', '193232.648000', '193232.651000', '193232.653000', '193232.656000', '193232.658000', '193232.661000', '193232.663000', '193232.666000', '193232.669000', '193232.671000', '193232.674000', '193232.677000', '193232.679000', '193232.682000', '193232.684000', '193232.687000', '193232.689000', '193232.692000', '193232.695000', '193232.697000', '193232.700000', '193232.702000', '193232.705000', '193232.708000', '193252.595000', '193252.598000', '193252.601000', '193252.604000', '193252.606000', '193252.609000', '193252.611000', '193252.614000', '193252.617000', '193252.619000', '193252.622000', '193252.624000', '193252.627000', '193252.630000', '193252.632000', '193252.635000', '193252.637000', '193252.640000', '193252.643000', '193252.645000', '193252.648000', '193252.650000', '193252.653000', '193252.656000', '193252.658000', '193252.661000', '193252.663000', '193252.666000', '193252.669000', '193252.671000', '193252.674000', '193252.676000', '193252.679000', '193252.682000', '193252.684000', '193252.687000', '193252.689000', '193252.692000', '193252.694000', '193252.697000', '193252.700000', '193252.702000', '193252.705000', '193312.595000', '193312.598000', '193312.601000', '193312.613000', '193312.616000', '193312.618000', '193312.621000', '193312.623000', '193312.626000', '193312.628000', '193312.631000', '193312.634000', '193312.636000', '193312.639000', '193312.641000', '193312.644000', '193312.646000', '193312.649000', '193312.652000', '193312.654000', '193312.657000', '193312.659000', '193312.662000', '193312.665000', '193312.667000', '193312.670000', '193312.672000', '193312.675000', '193312.678000', '193312.680000', '193312.683000', '193312.685000', '193312.688000', '193312.691000', '193312.693000', '193312.696000', '193312.698000', '193312.701000', '193312.704000', '193312.706000', '193312.709000', '193312.721000', '193312.724000', '193312.727000', '193332.595000', '193332.598000', '193332.601000', '193332.604000', '193332.606000', '193332.609000', '193332.611000', '193332.614000', '193332.617000', '193332.619000', '193332.622000', '193332.624000', '193332.627000', '193332.629000', '193332.632000', '193332.635000', '193332.637000', '193332.640000', '193332.643000', '193332.645000', '193332.648000', '193332.650000', '193332.653000', '193332.655000', '193332.658000', '193332.661000', '193332.663000', '193332.666000', '193332.668000', '193332.671000', '193332.673000', '193332.676000', '193332.679000', '193332.681000', '193332.684000', '193332.687000', '193332.689000', '193332.692000', '193332.694000', '193332.697000', '193332.699000', '193332.702000', '193332.706000', '193352.597000', '193352.600000', '193352.602000', '193352.605000', '193352.607000', '193352.610000', '193352.613000', '193352.615000', '193352.618000', '193352.621000', '193352.623000', '193352.626000', '193352.628000', '193352.631000', '193352.633000', '193352.636000', '193352.639000', '193352.641000', '193352.644000', '193352.647000', '193352.649000', '193352.652000', '193352.654000', '193352.657000', '193352.660000', '193352.662000', '193352.665000', '193352.667000', '193352.670000', '193352.673000', '193352.675000', '193352.678000', '193352.681000', '193352.684000', '193352.686000', '193352.689000', '193352.691000', '193352.694000', '193352.696000', '193352.699000', '193352.702000', '193352.704000', '193352.707000', '193352.709000', '193412.596000', '193412.599000', '193412.601000', '193412.604000', '193412.607000', '193412.609000', '193412.612000', '193412.615000', '193412.617000', '193412.620000', '193412.622000', '193412.625000', '193412.627000', '193412.630000', '193412.633000', '193412.635000', '193412.638000', '193412.641000', '193412.643000', '193412.646000', '193412.648000', '193412.651000', '193412.654000', '193412.656000', '193412.659000', '193412.662000', '193412.664000', '193412.667000', '193412.669000', '193412.672000', '193412.675000', '193412.677000', '193412.680000', '193412.682000', '193412.685000', '193412.688000', '193412.690000', '193412.693000', '193412.695000', '193412.698000', '193412.701000', '193412.703000', '193412.706000', '193432.595000', '193432.598000', '193432.601000', '193432.604000', '193432.606000', '193432.609000', '193432.611000', '193432.614000', '193432.616000', '193432.619000', '193432.622000', '193432.624000', '193432.627000', '193432.629000', '193432.632000', '193432.635000', '193432.637000', '193432.640000', '193432.643000', '193432.645000', '193432.648000', '193432.650000', '193432.653000', '193432.656000', '193432.658000', '193432.661000', '193432.663000', '193432.666000', '193432.678000', '193432.680000', '193432.683000', '193432.685000', '193432.688000', '193432.691000', '193432.693000', '193432.696000', '193432.699000', '193432.701000', '193432.704000', '193432.706000', '193432.709000', '193432.712000', '193432.716000', '193432.718000', '193452.595000', '193452.598000', '193452.601000', '193452.604000', '193452.606000', '193452.609000', '193452.611000', '193452.614000', '193452.617000', '193452.619000', '193452.622000', '193452.624000', '193452.627000', '193452.630000', '193452.632000', '193452.635000', '193452.637000', '193452.640000', '193452.643000', '193452.645000', '193452.648000', '193452.650000', '193452.653000', '193452.656000', '193452.658000', '193452.661000', '193452.663000', '193452.666000', '193452.669000', '193452.671000', '193452.674000', '193452.677000', '193452.679000', '193452.682000', '193452.684000', '193452.687000', '193452.689000', '193452.692000', '193452.694000', '193452.697000', '193452.700000', '193452.702000', '193452.705000', '193512.596000', '193512.598000', '193512.601000', '193512.604000', '193512.607000', '193512.610000', '193512.612000', '193512.615000', '193512.617000', '193512.620000', '193512.622000', '193512.625000', '193512.628000', '193512.630000', '193512.633000', '193512.636000', '193512.638000', '193512.641000', '193512.643000', '193512.646000', '193512.648000', '193512.651000', '193512.654000', '193512.656000', '193512.659000', '193512.661000', '193512.664000', '193512.667000', '193512.670000', '193512.672000', '193512.675000', '193512.677000', '193512.680000', '193512.682000', '193512.685000', '193512.688000', '193512.690000', '193512.693000', '193512.695000', '193512.698000', '193512.701000', '193512.703000', '193512.706000', '193512.708000', '193532.596000', '193532.599000', '193532.601000', '193532.604000', '193532.607000', '193532.611000', '193532.613000', '193532.616000', '193532.619000', '193532.621000', '193532.624000', '193532.627000', '193532.629000', '193532.632000', '193532.634000', '193532.637000', '193532.639000', '193532.642000', '193532.645000', '193532.647000', '193532.650000', '193532.652000', '193532.655000', '193532.657000', '193532.660000', '193532.663000', '193532.665000', '193532.668000', '193532.670000', '193532.673000', '193532.675000', '193532.678000', '193532.681000', '193532.683000', '193532.686000', '193532.688000', '193532.691000', '193532.694000', '193532.696000', '193532.699000', '193532.701000', '193532.704000', '193532.707000', '193552.597000', '193552.599000', '193552.602000', '193552.605000', '193552.607000', '193552.610000', '193552.612000', '193552.615000', '193552.618000', '193552.620000', '193552.623000', '193552.625000', '193552.628000', '193552.630000', '193552.633000', '193552.636000', '193552.638000', '193552.641000', '193552.643000', '193552.646000', '193552.649000', '193552.651000', '193552.654000', '193552.657000', '193552.659000', '193552.662000', '193552.664000', '193552.667000', '193552.670000', '193552.672000', '193552.675000', '193552.677000', '193552.680000', '193552.682000', '193552.685000', '193552.688000', '193552.690000', '193552.693000', '193552.695000', '193552.711000', '193552.713000', '193552.716000', '193552.719000', '193552.721000', '193612.596000', '193612.599000', '193612.602000', '193612.605000', '193612.607000', '193612.610000', '193612.612000', '193612.615000', '193612.618000', '193612.620000', '193612.623000', '193612.625000', '193612.628000', '193612.631000', '193612.633000', '193612.636000', '193612.638000', '193612.641000', '193612.644000', '193612.646000', '193612.649000', '193612.651000', '193612.654000', '193612.657000', '193612.659000', '193612.662000', '193612.664000', '193612.667000', '193612.669000', '193612.672000', '193612.675000', '193612.677000', '193612.680000', '193612.682000', '193612.685000', '193612.688000', '193612.690000', '193612.693000', '193612.695000', '193612.698000', '193612.701000', '193612.703000', '193612.706000', '193632.595000', '193632.598000', '193632.601000', '193632.604000', '193632.606000', '193632.609000', '193632.611000', '193632.614000', '193632.617000', '193632.620000', '193632.623000', '193632.626000', '193632.628000', '193632.631000', '193632.634000', '193632.636000', '193632.639000', '193632.641000', '193632.644000', '193632.647000', '193632.650000', '193632.653000', '193632.655000', '193632.658000', '193632.661000', '193632.663000', '193632.666000', '193632.669000', '193632.671000', '193632.674000', '193632.676000', '193632.679000', '193632.681000', '193632.684000', '193632.687000', '193632.689000', '193632.692000', '193632.695000', '193632.697000', '193632.700000', '193632.702000', '193632.705000', '193632.708000', '193645.468000', '193645.471000', '193645.473000', '193645.476000', '193645.478000', '193645.481000', '193645.484000', '193645.486000', '193645.489000', '193645.491000', '193645.494000', '193645.497000', '193645.499000', '193645.502000', '193645.504000', '193645.507000', '193645.510000', '193645.512000', '193645.515000', '193645.517000', '193645.520000', '193645.523000', '193645.525000', '193645.528000', '193645.530000', '193645.533000', '193645.536000', '193645.538000', '193645.541000'], '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': [11651, 7381, 9167, 9497, 8589, 6421, 9134, 6319, 11312, 7601, 6374, 7039, 13295, 8643, 13919, 10882, 10142, 8397, 8381, 6618, 7247, 6441, 6169, 6538, 6412, 6664, 6605, 7022, 6755, 8839, 6475, 8151, 6559, 7483, 6364, 7157, 6734, 6247, 13325, 10156, 10870, 8196, 10066, 6411, 6429, 8930, 6425, 11917, 6703, 9795, 6481, 7030, 6284, 7012, 6280, 6609, 11385, 8825, 13671, 9000, 12835, 8000, 9233, 6415, 6571, 8159, 6534, 12637, 6538, 8509, 6467, 7035, 6549, 6750, 8318, 6491, 9823, 6395, 7536, 6401, 7804, 9989, 6586, 13680, 10118, 11139, 6999, 8652, 8292, 6674, 12844, 6909, 9186, 6566, 7420, 6425, 6663, 8734, 12767, 6197, 6965, 6379, 8203, 7014, 6690, 9729, 6721, 8112, 8819, 6983, 12416, 9516, 11144, 8823, 12315, 14903, 12090, 14699, 12746, 12511, 9465, 11212, 7247, 7577, 8999, 6535, 9255, 6574, 8292, 6461, 8445, 6436, 7661, 6382, 7355, 10062, 7569, 9602, 7751, 8184, 6562, 8134, 6627, 7953, 7264, 6904, 10686, 7508, 8910, 6660, 8687, 6545, 7012, 6536, 6707, 10316, 7698, 9241, 7181, 9055, 6446, 7929, 12335, 7549, 12395, 8333, 9751, 7211, 7670, 6207, 7037, 6595, 7291, 12223, 7714, 9861, 7221, 7220, 6388, 6659, 10541, 6963, 7688, 6538, 8225, 6748, 7946, 6213, 7417, 8193, 6998, 7869, 6635, 9164, 6560, 7772, 6469, 6934, 6498, 6719, 9785, 7067, 9866, 7428, 10884, 7420, 11160, 7030, 7310, 9869, 6727, 6542, 6986, 10366, 6549, 8436, 6800, 8567, 8245, 7952, 14821, 8385, 12117, 9449, 9673, 7408, 7702, 6489, 6937, 6442, 7144, 6322, 6595, 6221, 6563, 6309, 7340, 6342, 8460, 6268, 9006, 6618, 8962, 13273, 11449, 12149, 8910, 10296, 8467, 7189, 14871, 10246, 9653, 7066, 7619, 6951, 8335, 6652, 8213, 6763, 7211, 7126, 8241, 6855, 9517, 7785, 9968, 6647, 8585, 11209, 7607, 14116, 10843, 12304, 9593, 11882, 8173, 8730, 6438, 7482, 6460, 6831, 6437, 6653, 8064, 7566, 11162, 7351, 10623, 6900, 8326, 6849, 8755, 7045, 8496, 7019, 8896, 6871, 8349, 6761, 7750, 6954, 7502, 7475, 7181, 6355, 6230, 9685, 6598, 8133, 6546, 7282, 6278, 6887, 6712, 6691, 8089, 6575, 9466, 7195, 6439, 6800, 6520, 7414, 6579, 8667, 7137, 9005, 7379, 7038, 7716, 10881, 9558, 14347, 11431, 13039, 11396, 14708, 11502, 6266, 7039, 6778, 6775, 7308, 10558, 9928, 9768, 9022, 10153, 8153, 10191, 7806, 10485, 7622, 10269, 6324, 9280, 6665, 8633, 9455, 8038, 6732, 6803, 8899, 6935, 8825, 6784, 7856, 6536, 7345, 6234, 6824, 9614, 6814, 7902, 6581, 7264, 6470, 6980, 6355, 6370, 7408, 6618, 8072, 6670, 7187, 6348, 7018, 6977, 6810, 10786, 6838, 9414, 6487, 8295, 6483, 6870, 9190, 6745, 6506, 6793, 6812, 6800, 7317, 6630, 8714, 6551, 8283, 6796, 8561, 6761, 8341, 6590, 9537, 6320, 7485, 11500, 7364, 7294, 8621, 6688, 8912, 6663, 8419, 6870, 6493, 9021, 6937, 8169, 7950, 6368, 11567, 9440, 12750, 14517, 12491, 12325, 9354, 14248, 11104, 11676, 9245, 10681, 6638, 7752, 6233, 8188, 6451, 8683, 6548, 8366, 6281, 7470, 6645, 7910, 6255, 7430, 6649, 7498, 10267, 7543, 8617, 6915, 8141, 6711, 7875, 6703, 6728, 7988, 6709, 9231, 6913, 7969, 6419, 7941, 9588, 6977, 12909, 11138, 11373, 9151, 11079, 7815, 7929, 6231, 7375, 11840, 8928, 9675, 6552, 8513, 6875, 8065, 6796, 7177, 6706, 7041, 6663, 6757, 6196, 7336, 6322, 7502, 6415, 7564, 6734, 8116, 6448, 8348, 6425, 8003, 6433, 6746, 10201, 7291, 12165, 8581, 9965, 6695, 8212, 6654, 7681, 6381, 7340, 6247, 6775, 8154, 6741, 9545, 7057, 7681, 6412, 7188, 6633, 6793, 11378, 7384, 8664, 6591, 7883, 6435, 7821, 8749, 7069, 11141, 7083, 11441, 7062, 9257, 7006, 7332, 6255, 6960, 7095, 6810, 10997, 8174, 10272, 7455, 9991, 8416, 8466, 15061, 11656, 12710, 9866, 10320, 8357, 8554, 6837, 9118, 6166, 8032, 6476, 7470, 6377, 8189, 7565, 7597, 11135, 7061, 11270, 8912, 9515, 6510, 7488, 9675, 6731, 12117, 7544, 8351, 6403, 7448, 6619, 6657, 10171, 7021, 9407, 7299, 7779, 6651, 7456, 6364, 7767, 6724, 6912, 6970, 6874, 9129, 7279, 9141, 6470, 9464, 11883, 9537, 15034, 12784, 13501, 11772, 13951, 8314, 6173, 7251, 8256, 8129, 8818, 7141, 7617, 6941, 6818, 10657, 8199, 9330, 8512, 9599, 7902, 10843, 10462, 10172, 14503, 10514, 12828, 10236, 10177, 7409, 7491, 14229, 8203, 10999, 8257, 8376, 6455, 7583, 6167, 6998, 6612, 6592, 8134, 6679, 9818, 6739, 8942, 6660, 7969, 6864, 6902, 10701, 7628, 9243, 6613, 9015, 6419, 7496, 13756, 7728, 10478, 7376, 7939, 6200, 7403, 6296, 7480, 6784, 6601, 6558, 6814, 10355, 7474, 8924, 7152, 9402, 8026, 8954, 12566, 8217, 11513, 7067, 10011, 7509, 7931, 6607, 6709, 6233, 6635, 7317, 7168, 10626, 7260, 8914, 12584, 9670, 12808, 9036, 9549, 7770, 6875, 13457, 7958, 10470, 7682, 8153, 6581, 7291, 6721, 7954, 6861, 7549, 7092, 9356, 6936, 8769, 8061, 9864, 7176, 6515, 6575, 6722, 7762, 11310, 8039, 9695, 7712, 9259, 7173, 6476, 7646, 6473, 10891, 14129, 10902, 14809, 9382, 14562, 10572, 13190, 9242, 11615, 7149, 7238, 10314, 6571, 8105, 6591, 6565, 6715, 6613, 6300, 7588, 6563, 7288, 6541, 8079, 6674, 6717, 6577, 7311, 6330, 8049, 6644, 6451, 10566, 7351, 9193, 7641, 8277, 6752, 7703, 12208, 9803, 12491, 9051, 10207, 8262, 9396, 7399, 8267, 6568, 6667, 6385, 6664, 6704, 6965, 6552, 6880, 8942, 6942, 8726, 6767, 8008, 7102, 7034, 7002, 8763, 7025, 7319, 6531, 6766, 6539, 6700, 7196, 7189, 6813, 6702, 10975, 8580, 10554, 10355, 9188, 13217, 8916, 11232, 9070, 8775, 6956, 6793, 7873, 6769, 9376, 6896, 8575, 6567, 7748, 6657, 8300, 6713, 8104, 7293, 6481, 7413, 6585, 7265, 6748, 8713, 7315, 8859, 7580, 8196, 12649, 9286, 12914, 9479, 12539, 9204, 13132, 9753, 8659, 15480, 10983, 11720, 8164, 8575, 6413, 6681, 7243, 6658, 9482, 7091, 7122, 6546, 6480, 6674, 6363, 6671, 6581, 6498, 6327, 10081, 6736, 8760, 6416, 7707, 6672, 6704, 11937, 7412, 9816, 7948, 7846, 6331, 6516, 6196, 6408, 6423, 6735, 6316, 6746, 8554, 6750, 10242, 7490, 9806, 7129, 8316, 7431], 'WindowCenter': [4167.0, 4101.0, 4121.0, 4131.0, 4106.0, 4064.0, 4104.0, 4077.0, 4137.0, 4085.0, 4062.0, 4073.0, 4132.0, 4091.0, 4133.0, 4112.0, 4101.0, 4079.0, 4077.0, 4059.0, 4069.0, 4048.0, 4037.0, 4047.0, 4048.0, 4059.0, 4061.0, 4069.0, 4061.0, 4090.0, 4062.0, 4081.0, 4061.0, 4071.0, 4049.0, 4070.0, 4059.0, 4050.0, 4132.0, 4112.0, 4111.0, 4079.0, 4099.0, 4047.0, 4048.0, 4089.0, 4049.0, 4109.0, 4058.0, 4098.0, 4048.0, 4070.0, 4050.0, 4059.0, 4048.0, 4072.0, 4125.0, 4103.0, 4119.0, 4078.0, 4107.0, 4066.0, 4076.0, 4036.0, 4046.0, 4067.0, 4047.0, 4107.0, 4046.0, 4077.0, 4048.0, 4058.0, 4036.0, 4046.0, 4066.0, 4046.0, 4097.0, 4050.0, 4069.0, 4047.0, 4067.0, 4087.0, 4047.0, 4118.0, 4098.0, 4097.0, 4045.0, 4076.0, 4064.0, 4044.0, 4107.0, 4056.0, 4075.0, 4044.0, 4054.0, 4061.0, 4048.0, 4077.0, 4107.0, 4036.0, 4055.0, 4048.0, 4076.0, 4044.0, 4047.0, 4087.0, 4046.0, 4078.0, 4090.0, 4058.0, 4107.0, 4087.0, 4097.0, 4075.0, 4106.0, 4115.0, 4094.0, 4102.0, 4092.0, 4094.0, 4072.0, 4080.0, 4040.0, 4038.0, 4047.0, 4019.0, 4057.0, 4028.0, 4049.0, 4030.0, 4062.0, 4032.0, 4051.0, 4020.0, 4053.0, 4083.0, 4066.0, 4073.0, 4054.0, 4061.0, 4043.0, 4051.0, 4032.0, 4064.0, 4043.0, 4044.0, 4096.0, 4057.0, 4075.0, 4045.0, 4064.0, 4034.0, 4043.0, 4033.0, 4046.0, 4097.0, 4067.0, 4087.0, 4056.0, 4076.0, 4033.0, 4065.0, 4105.0, 4054.0, 4105.0, 4076.0, 4089.0, 4056.0, 4079.0, 4034.0, 4057.0, 4044.0, 4056.0, 4105.0, 4066.0, 4086.0, 4054.0, 4055.0, 4034.0, 4057.0, 4096.0, 4055.0, 4064.0, 4045.0, 4064.0, 4045.0, 4066.0, 4035.0, 4068.0, 4079.0, 4058.0, 4067.0, 4057.0, 4087.0, 4058.0, 4069.0, 4047.0, 4058.0, 4047.0, 4059.0, 4098.0, 4069.0, 4100.0, 4083.0, 4112.0, 4070.0, 4110.0, 4058.0, 4067.0, 4087.0, 4059.0, 4049.0, 4070.0, 4100.0, 4050.0, 4080.0, 4060.0, 4091.0, 4081.0, 4080.0, 4130.0, 4078.0, 4108.0, 4088.0, 4089.0, 4056.0, 4056.0, 4034.0, 4044.0, 4047.0, 4057.0, 4046.0, 4057.0, 4036.0, 4059.0, 4062.0, 4083.0, 4063.0, 4105.0, 4063.0, 4103.0, 4061.0, 4091.0, 4121.0, 4111.0, 4120.0, 4089.0, 4099.0, 4077.0, 4059.0, 4130.0, 4111.0, 4099.0, 4069.0, 4067.0, 4056.0, 4077.0, 4058.0, 4078.0, 4061.0, 4069.0, 4071.0, 4090.0, 4073.0, 4102.0, 4082.0, 4101.0, 4059.0, 4090.0, 4109.0, 4069.0, 4120.0, 4099.0, 4109.0, 4115.0, 4110.0, 4079.0, 4076.0, 4048.0, 4070.0, 4062.0, 4073.0, 4060.0, 4058.0, 4078.0, 4080.0, 4107.0, 4068.0, 4098.0, 4057.0, 4076.0, 4058.0, 4087.0, 4057.0, 4088.0, 4072.0, 4089.0, 4056.0, 4078.0, 4047.0, 4067.0, 4055.0, 4069.0, 4058.0, 4056.0, 4034.0, 4035.0, 4087.0, 4046.0, 4066.0, 4046.0, 4054.0, 4035.0, 4043.0, 4044.0, 4048.0, 4066.0, 4058.0, 4098.0, 4072.0, 4048.0, 4060.0, 4049.0, 4072.0, 4073.0, 4093.0, 4072.0, 4093.0, 4073.0, 4074.0, 4085.0, 4113.0, 4103.0, 4121.0, 4123.0, 4122.0, 4102.0, 4123.0, 4097.0, 4036.0, 4059.0, 4049.0, 4046.0, 4071.0, 4089.0, 4091.0, 4091.0, 4080.0, 4089.0, 4068.0, 4087.0, 4056.0, 4076.0, 4045.0, 4075.0, 4024.0, 4065.0, 4022.0, 4054.0, 4062.0, 4043.0, 4034.0, 4034.0, 4052.0, 4021.0, 4051.0, 4022.0, 4042.0, 4023.0, 4044.0, 4012.0, 4034.0, 4077.0, 4036.0, 4043.0, 4032.0, 4032.0, 4022.0, 4035.0, 4023.0, 4024.0, 4044.0, 4035.0, 4055.0, 4036.0, 4046.0, 4038.0, 4048.0, 4048.0, 4049.0, 4098.0, 4048.0, 4080.0, 4049.0, 4070.0, 4050.0, 4063.0, 4103.0, 4059.0, 4049.0, 4058.0, 4046.0, 4058.0, 4071.0, 4061.0, 4078.0, 4052.0, 4079.0, 4061.0, 4081.0, 4063.0, 4083.0, 4051.0, 4092.0, 4051.0, 4072.0, 4112.0, 4070.0, 4085.0, 4107.0, 4075.0, 4103.0, 4076.0, 4095.0, 4087.0, 4076.0, 4118.0, 4100.0, 4120.0, 4110.0, 4078.0, 4139.0, 4106.0, 4138.0, 4147.0, 4124.0, 4112.0, 4090.0, 4132.0, 4113.0, 4113.0, 4089.0, 4089.0, 4046.0, 4055.0, 4025.0, 4066.0, 4036.0, 4077.0, 4037.0, 4066.0, 4035.0, 4059.0, 4046.0, 4067.0, 4036.0, 4057.0, 4046.0, 4057.0, 4099.0, 4069.0, 4068.0, 4060.0, 4069.0, 4074.0, 4080.0, 4061.0, 4060.0, 4079.0, 4060.0, 4090.0, 4060.0, 4082.0, 4050.0, 4083.0, 4092.0, 4060.0, 4134.0, 4113.0, 4113.0, 4093.0, 4111.0, 4071.0, 4081.0, 4051.0, 4074.0, 4112.0, 4080.0, 4077.0, 4038.0, 4069.0, 4050.0, 4069.0, 4061.0, 4059.0, 4048.0, 4058.0, 4046.0, 4045.0, 4039.0, 4055.0, 4035.0, 4055.0, 4047.0, 4069.0, 4058.0, 4082.0, 4050.0, 4080.0, 4050.0, 4093.0, 4062.0, 4060.0, 4101.0, 4069.0, 4109.0, 4079.0, 4089.0, 4060.0, 4080.0, 4062.0, 4081.0, 4059.0, 4068.0, 4047.0, 4058.0, 4067.0, 4060.0, 4088.0, 4070.0, 4070.0, 4050.0, 4071.0, 4060.0, 4060.0, 4111.0, 4070.0, 4081.0, 4061.0, 4081.0, 4051.0, 4081.0, 4094.0, 4063.0, 4111.0, 4062.0, 4112.0, 4062.0, 4091.0, 4061.0, 4072.0, 4051.0, 4072.0, 4061.0, 4063.0, 4113.0, 4082.0, 4103.0, 4072.0, 4101.0, 4079.0, 4082.0, 4130.0, 4110.0, 4107.0, 4088.0, 4088.0, 4067.0, 4078.0, 4048.0, 4078.0, 4036.0, 4068.0, 4050.0, 4070.0, 4049.0, 4079.0, 4068.0, 4069.0, 4109.0, 4060.0, 4099.0, 4092.0, 4104.0, 4062.0, 4068.0, 4088.0, 4061.0, 4120.0, 4069.0, 4078.0, 4048.0, 4070.0, 4058.0, 4060.0, 4098.0, 4069.0, 4089.0, 4059.0, 4068.0, 4049.0, 4070.0, 4049.0, 4079.0, 4060.0, 4060.0, 4072.0, 4074.0, 4104.0, 4082.0, 4102.0, 4062.0, 4103.0, 4110.0, 4090.0, 4132.0, 4122.0, 4121.0, 4100.0, 4119.0, 4067.0, 4037.0, 4057.0, 4065.0, 4066.0, 4076.0, 4046.0, 4068.0, 4057.0, 4060.0, 4098.0, 4080.0, 4088.0, 4078.0, 4077.0, 4067.0, 4087.0, 4087.0, 4088.0, 4106.0, 4086.0, 4095.0, 4074.0, 4073.0, 4041.0, 4043.0, 4091.0, 4063.0, 4082.0, 4052.0, 4062.0, 4033.0, 4051.0, 4022.0, 4043.0, 4042.0, 4045.0, 4065.0, 4046.0, 4087.0, 4046.0, 4077.0, 4045.0, 4067.0, 4044.0, 4057.0, 4087.0, 4068.0, 4088.0, 4047.0, 4076.0, 4034.0, 4056.0, 4106.0, 4057.0, 4086.0, 4056.0, 4065.0, 4036.0, 4056.0, 4035.0, 4069.0, 4048.0, 4060.0, 4063.0, 4071.0, 4098.0, 4069.0, 4103.0, 4070.0, 4092.0, 4080.0, 4092.0, 4121.0, 4080.0, 4110.0, 4061.0, 4089.0, 4069.0, 4068.0, 4059.0, 4048.0, 4037.0, 4061.0, 4069.0, 4060.0, 4102.0, 4071.0, 4093.0, 4124.0, 4092.0, 4124.0, 4092.0, 4089.0, 4067.0, 4048.0, 4107.0, 4066.0, 4099.0, 4068.0, 4066.0, 4046.0, 4055.0, 4047.0, 4067.0, 4061.0, 4069.0, 4061.0, 4090.0, 4071.0, 4093.0, 4072.0, 4089.0, 4048.0, 4036.0, 4047.0, 4049.0, 4073.0, 4112.0, 4084.0, 4104.0, 4074.0, 4090.0, 4061.0, 4051.0, 4070.0, 4040.0, 4114.0, 4122.0, 4101.0, 4120.0, 4078.0, 4121.0, 4102.0, 4107.0, 4064.0, 4084.0, 4032.0, 4033.0, 4062.0, 4034.0, 4054.0, 4023.0, 4022.0, 4034.0, 4033.0, 4035.0, 4056.0, 4048.0, 4058.0, 4038.0, 4057.0, 4047.0, 4047.0, 4050.0, 4058.0, 4050.0, 4071.0, 4052.0, 4052.0, 4113.0, 4074.0, 4093.0, 4072.0, 4081.0, 4049.0, 4059.0, 4099.0, 4092.0, 4123.0, 4080.0, 4087.0, 4067.0, 4078.0, 4058.0, 4068.0, 4036.0, 4035.0, 4035.0, 4047.0, 4034.0, 4046.0, 4035.0, 4048.0, 4077.0, 4059.0, 4081.0, 4050.0, 4070.0, 4060.0, 4058.0, 4060.0, 4079.0, 4060.0, 4060.0, 4051.0, 4063.0, 4063.0, 4075.0, 4075.0, 4073.0, 4061.0, 4063.0, 4113.0, 4094.0, 4113.0, 4102.0, 4093.0, 4121.0, 4080.0, 4114.0, 4092.0, 4079.0, 4047.0, 4048.0, 4068.0, 4060.0, 4077.0, 4058.0, 4067.0, 4048.0, 4057.0, 4049.0, 4068.0, 4049.0, 4068.0, 4058.0, 4039.0, 4057.0, 4048.0, 4058.0, 4051.0, 4082.0, 4062.0, 4093.0, 4072.0, 4083.0, 4122.0, 4090.0, 4109.0, 4077.0, 4097.0, 4077.0, 4108.0, 4075.0, 4065.0, 4105.0, 4084.0, 4084.0, 4054.0, 4053.0, 4011.0, 4022.0, 4030.0, 4021.0, 4063.0, 4032.0, 4031.0, 4023.0, 4021.0, 4023.0, 4023.0, 4034.0, 4036.0, 4035.0, 4035.0, 4076.0, 4035.0, 4065.0, 4025.0, 4057.0, 4035.0, 4037.0, 4097.0, 4046.0, 4076.0, 4056.0, 4057.0, 4050.0, 4049.0, 4037.0, 4048.0, 4047.0, 4049.0, 4049.0, 4061.0, 4080.0, 4060.0, 4100.0, 4059.0, 4088.0, 4060.0, 4081.0, 4072.0], 'WindowWidth': [9249.0, 9146.0, 9170.0, 9187.0, 9143.0, 9081.0, 9136.0, 9107.0, 9184.0, 9111.0, 9077.0, 9091.0, 9167.0, 9111.0, 9174.0, 9140.0, 9123.0, 9091.0, 9086.0, 9064.0, 9080.0, 9051.0, 9035.0, 9046.0, 9051.0, 9069.0, 9073.0, 9081.0, 9072.0, 9109.0, 9075.0, 9098.0, 9075.0, 9084.0, 9054.0, 9083.0, 9064.0, 9055.0, 9167.0, 9139.0, 9138.0, 9091.0, 9117.0, 9045.0, 9048.0, 9105.0, 9055.0, 9131.0, 9063.0, 9115.0, 9052.0, 9082.0, 9056.0, 9067.0, 9051.0, 9090.0, 9166.0, 9130.0, 9145.0, 9086.0, 9125.0, 9069.0, 9082.0, 9030.0, 9043.0, 9070.0, 9047.0, 9127.0, 9044.0, 9084.0, 9050.0, 9061.0, 9029.0, 9044.0, 9069.0, 9043.0, 9114.0, 9055.0, 9078.0, 9047.0, 9073.0, 9098.0, 9044.0, 9143.0, 9115.0, 9111.0, 9038.0, 9080.0, 9063.0, 9037.0, 9125.0, 9057.0, 9079.0, 9037.0, 9052.0, 9074.0, 9049.0, 9082.0, 9126.0, 9029.0, 9055.0, 9051.0, 9085.0, 9039.0, 9045.0, 9101.0, 9045.0, 9088.0, 9105.0, 9064.0, 9125.0, 9097.0, 9111.0, 9077.0, 9119.0, 9130.0, 9101.0, 9111.0, 9093.0, 9097.0, 9069.0, 9075.0, 9022.0, 9018.0, 9029.0, 8992.0, 9041.0, 9006.0, 9033.0, 9013.0, 9055.0, 9016.0, 9042.0, 8998.0, 9047.0, 9087.0, 9068.0, 9073.0, 9049.0, 9054.0, 9034.0, 9042.0, 9018.0, 9062.0, 9033.0, 9037.0, 9110.0, 9058.0, 9078.0, 9039.0, 9062.0, 9022.0, 9035.0, 9020.0, 9044.0, 9112.0, 9073.0, 9098.0, 9059.0, 9083.0, 9022.0, 9066.0, 9119.0, 9050.0, 9118.0, 9083.0, 9104.0, 9058.0, 9093.0, 9026.0, 9056.0, 9037.0, 9054.0, 9119.0, 9070.0, 9095.0, 9050.0, 9052.0, 9025.0, 9061.0, 9108.0, 9054.0, 9065.0, 9041.0, 9064.0, 9041.0, 9067.0, 9029.0, 9077.0, 9093.0, 9062.0, 9073.0, 9062.0, 9099.0, 9062.0, 9078.0, 9049.0, 9064.0, 9046.0, 9065.0, 9117.0, 9080.0, 9124.0, 9108.0, 9141.0, 9080.0, 9132.0, 9061.0, 9073.0, 9100.0, 9065.0, 9052.0, 9082.0, 9121.0, 9057.0, 9094.0, 9069.0, 9111.0, 9096.0, 9094.0, 9160.0, 9087.0, 9125.0, 9100.0, 9102.0, 9055.0, 9055.0, 9024.0, 9037.0, 9046.0, 9061.0, 9046.0, 9060.0, 9033.0, 9068.0, 9080.0, 9110.0, 9083.0, 9138.0, 9080.0, 9131.0, 9072.0, 9112.0, 9153.0, 9138.0, 9147.0, 9103.0, 9116.0, 9086.0, 9065.0, 9163.0, 9138.0, 9118.0, 9081.0, 9074.0, 9059.0, 9087.0, 9064.0, 9089.0, 9073.0, 9081.0, 9086.0, 9110.0, 9091.0, 9127.0, 9100.0, 9124.0, 9064.0, 9107.0, 9129.0, 9076.0, 9147.0, 9118.0, 9130.0, 9149.0, 9131.0, 9088.0, 9079.0, 9048.0, 9080.0, 9075.0, 9093.0, 9069.0, 9063.0, 9089.0, 9096.0, 9127.0, 9076.0, 9116.0, 9061.0, 9082.0, 9064.0, 9102.0, 9063.0, 9103.0, 9090.0, 9107.0, 9060.0, 9088.0, 9046.0, 9071.0, 9055.0, 9081.0, 9062.0, 9057.0, 9026.0, 9028.0, 9099.0, 9044.0, 9071.0, 9046.0, 9051.0, 9026.0, 9035.0, 9036.0, 9048.0, 9069.0, 9066.0, 9118.0, 9092.0, 9052.0, 9069.0, 9053.0, 9086.0, 9091.0, 9119.0, 9089.0, 9116.0, 9090.0, 9096.0, 9111.0, 9143.0, 9127.0, 9150.0, 9156.0, 9153.0, 9121.0, 9153.0, 9106.0, 9024.0, 9063.0, 9050.0, 9041.0, 9082.0, 9102.0, 9107.0, 9106.0, 9090.0, 9101.0, 9069.0, 9093.0, 9050.0, 9077.0, 9033.0, 9071.0, 9005.0, 9058.0, 8998.0, 9044.0, 9052.0, 9028.0, 9016.0, 9016.0, 9034.0, 8995.0, 9034.0, 8997.0, 9026.0, 9002.0, 9030.0, 8987.0, 9017.0, 9082.0, 9025.0, 9028.0, 9012.0, 9011.0, 9000.0, 9018.0, 8999.0, 9004.0, 9029.0, 9021.0, 9047.0, 9025.0, 9039.0, 9033.0, 9046.0, 9045.0, 9048.0, 9112.0, 9045.0, 9090.0, 9049.0, 9076.0, 9052.0, 9077.0, 9129.0, 9067.0, 9052.0, 9062.0, 9043.0, 9063.0, 9085.0, 9070.0, 9088.0, 9059.0, 9091.0, 9069.0, 9095.0, 9077.0, 9100.0, 9055.0, 9109.0, 9053.0, 9082.0, 9137.0, 9081.0, 9112.0, 9142.0, 9097.0, 9130.0, 9099.0, 9124.0, 9119.0, 9102.0, 9158.0, 9142.0, 9167.0, 9153.0, 9107.0, 9187.0, 9137.0, 9186.0, 9194.0, 9156.0, 9138.0, 9106.0, 9167.0, 9141.0, 9142.0, 9106.0, 9100.0, 9042.0, 9051.0, 9013.0, 9067.0, 9029.0, 9084.0, 9030.0, 9068.0, 9026.0, 9062.0, 9043.0, 9069.0, 9028.0, 9059.0, 9042.0, 9059.0, 9117.0, 9076.0, 9072.0, 9064.0, 9079.0, 9094.0, 9095.0, 9070.0, 9069.0, 9093.0, 9070.0, 9107.0, 9068.0, 9099.0, 9057.0, 9101.0, 9110.0, 9066.0, 9175.0, 9143.0, 9140.0, 9116.0, 9139.0, 9085.0, 9096.0, 9058.0, 9093.0, 9134.0, 9089.0, 9077.0, 9033.0, 9072.0, 9052.0, 9078.0, 9070.0, 9064.0, 9049.0, 9061.0, 9041.0, 9039.0, 9039.0, 9053.0, 9025.0, 9053.0, 9045.0, 9076.0, 9063.0, 9101.0, 9055.0, 9091.0, 9052.0, 9119.0, 9077.0, 9071.0, 9123.0, 9077.0, 9130.0, 9089.0, 9102.0, 9067.0, 9093.0, 9076.0, 9099.0, 9067.0, 9075.0, 9047.0, 9063.0, 9074.0, 9066.0, 9104.0, 9081.0, 9080.0, 9056.0, 9087.0, 9067.0, 9069.0, 9137.0, 9082.0, 9096.0, 9072.0, 9098.0, 9056.0, 9098.0, 9121.0, 9073.0, 9134.0, 9069.0, 9138.0, 9070.0, 9108.0, 9069.0, 9087.0, 9060.0, 9089.0, 9072.0, 9076.0, 9146.0, 9101.0, 9130.0, 9086.0, 9122.0, 9092.0, 9099.0, 9162.0, 9131.0, 9125.0, 9100.0, 9099.0, 9071.0, 9087.0, 9049.0, 9086.0, 9030.0, 9073.0, 9056.0, 9083.0, 9054.0, 9092.0, 9074.0, 9078.0, 9132.0, 9066.0, 9117.0, 9114.0, 9133.0, 9075.0, 9077.0, 9100.0, 9072.0, 9148.0, 9076.0, 9087.0, 9050.0, 9080.0, 9062.0, 9067.0, 9116.0, 9080.0, 9103.0, 9064.0, 9078.0, 9052.0, 9082.0, 9053.0, 9092.0, 9070.0, 9069.0, 9087.0, 9094.0, 9133.0, 9102.0, 9128.0, 9075.0, 9129.0, 9133.0, 9106.0, 9168.0, 9153.0, 9147.0, 9116.0, 9141.0, 9068.0, 9033.0, 9059.0, 9064.0, 9066.0, 9079.0, 9041.0, 9075.0, 9059.0, 9066.0, 9113.0, 9091.0, 9099.0, 9086.0, 9082.0, 9067.0, 9094.0, 9094.0, 9097.0, 9121.0, 9091.0, 9104.0, 9073.0, 9068.0, 9025.0, 9029.0, 9092.0, 9058.0, 9081.0, 9040.0, 9055.0, 9020.0, 9039.0, 9002.0, 9033.0, 9032.0, 9041.0, 9064.0, 9042.0, 9099.0, 9042.0, 9083.0, 9040.0, 9069.0, 9037.0, 9058.0, 9097.0, 9075.0, 9099.0, 9045.0, 9083.0, 9022.0, 9055.0, 9121.0, 9055.0, 9091.0, 9053.0, 9064.0, 9028.0, 9054.0, 9025.0, 9078.0, 9048.0, 9069.0, 9082.0, 9088.0, 9118.0, 9079.0, 9131.0, 9082.0, 9113.0, 9096.0, 9114.0, 9147.0, 9091.0, 9135.0, 9070.0, 9102.0, 9077.0, 9074.0, 9064.0, 9048.0, 9032.0, 9070.0, 9079.0, 9069.0, 9126.0, 9082.0, 9115.0, 9161.0, 9110.0, 9157.0, 9113.0, 9103.0, 9071.0, 9047.0, 9124.0, 9067.0, 9114.0, 9072.0, 9067.0, 9041.0, 9053.0, 9047.0, 9072.0, 9070.0, 9080.0, 9069.0, 9106.0, 9086.0, 9115.0, 9084.0, 9100.0, 9045.0, 9027.0, 9043.0, 9049.0, 9087.0, 9138.0, 9105.0, 9128.0, 9090.0, 9105.0, 9068.0, 9053.0, 9079.0, 9037.0, 9143.0, 9149.0, 9118.0, 9141.0, 9082.0, 9147.0, 9121.0, 9120.0, 9057.0, 9083.0, 9010.0, 9013.0, 9051.0, 9017.0, 9044.0, 9001.0, 8999.0, 9018.0, 9017.0, 9024.0, 9052.0, 9043.0, 9058.0, 9033.0, 9055.0, 9042.0, 9043.0, 9050.0, 9060.0, 9052.0, 9082.0, 9056.0, 9059.0, 9142.0, 9089.0, 9114.0, 9084.0, 9093.0, 9046.0, 9062.0, 9115.0, 9109.0, 9155.0, 9090.0, 9096.0, 9068.0, 9085.0, 9058.0, 9070.0, 9026.0, 9025.0, 9024.0, 9043.0, 9021.0, 9039.0, 9024.0, 9046.0, 9084.0, 9064.0, 9097.0, 9053.0, 9078.0, 9065.0, 9061.0, 9067.0, 9090.0, 9068.0, 9068.0, 9057.0, 9074.0, 9079.0, 9097.0, 9095.0, 9089.0, 9072.0, 9077.0, 9144.0, 9117.0, 9143.0, 9125.0, 9112.0, 9149.0, 9092.0, 9146.0, 9112.0, 9088.0, 9044.0, 9048.0, 9072.0, 9065.0, 9083.0, 9059.0, 9068.0, 9047.0, 9057.0, 9048.0, 9074.0, 9051.0, 9072.0, 9060.0, 9038.0, 9056.0, 9048.0, 9059.0, 9056.0, 9097.0, 9069.0, 9111.0, 9083.0, 9099.0, 9152.0, 9103.0, 9127.0, 9082.0, 9109.0, 9079.0, 9124.0, 9073.0, 9061.0, 9117.0, 9084.0, 9084.0, 9043.0, 9043.0, 8982.0, 8997.0, 9008.0, 8995.0, 9052.0, 9011.0, 9008.0, 9001.0, 8997.0, 9001.0, 9002.0, 9018.0, 9025.0, 9024.0, 9024.0, 9076.0, 9023.0, 9062.0, 9009.0, 9053.0, 9021.0, 9026.0, 9105.0, 9035.0, 9076.0, 9051.0, 9054.0, 9053.0, 9052.0, 9033.0, 9048.0, 9047.0, 9052.0, 9049.0, 9071.0, 9092.0, 9068.0, 9118.0, 9062.0, 9099.0, 9065.0, 9096.0, 9088.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.0034709010989010984</td></tr>
<tr><td colspan=3>aqi</td><td>0.04902932318681319</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.12070255251929</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.133630345885588</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0210667894059402</td></tr>
<tr><td colspan=3>efc</td><td>0.4623</td></tr>
<tr><td colspan=3>fber</td><td>6657.5635</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1346399374223179</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>153</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.813186813186814</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6455336894893784</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.548120121066264</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9185476576891287</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.469933289712742</td></tr>
<tr><td colspan=3>gcor</td><td>0.00871653</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008493006229400635</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028046801686286926</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.669958523166438</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.4189</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7962</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.1419</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>687.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.029</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7551</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.7823</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3261.0268</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4347.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.048</td></tr>
<tr><td colspan=3>tsnr</td><td>28.47670434974134</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>