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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-02/func/sub-0074_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>95abc3317194f29495117aa69eafa97d</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:43:30.242500</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.991435, -0.0949516, 0.0896682, 0.0827304, 0.987877, 0.131359]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0972289</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7220, 615, -135, -238, -38, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1982b371-adfb-40e7-851a-5e98657072a2||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.6599483489990234, 0.22195950150489807, 0.2728453278541565, 96.20130157470703], [0.25474825501441956, 2.6504011154174805, 0.33160197734832764, -114.30896759033203], [0.24057310819625854, -0.3524262607097626, 2.6656322479248047, -50.316139221191406], [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': ['194330.242500', '194330.702500', '194331.162500', '194331.622500', '194332.082500', '194332.542500', '194333.002500', '194333.462500', '194333.922500', '194334.382500', '194334.842500', '194335.302500', '194335.762500', '194336.222500', '194336.682500', '194337.142500', '194337.602500', '194338.062500', '194338.522500', '194338.982500', '194339.442500', '194339.902500', '194340.362500', '194340.822500', '194341.282500', '194341.742500', '194342.202500', '194342.662500', '194343.122500', '194343.582500', '194344.042500', '194344.502500', '194344.962500', '194345.422500', '194345.882500', '194346.342500', '194346.802500', '194347.262500', '194347.722500', '194348.182500', '194348.642500', '194349.102500', '194349.562500', '194350.022500', '194350.482500', '194350.942500', '194351.402500', '194351.862500', '194352.322500', '194352.782500', '194353.242500', '194353.702500', '194354.162500', '194354.622500', '194355.082500', '194355.542500', '194356.002500', '194356.462500', '194356.922500', '194357.382500', '194357.842500', '194358.302500', '194358.762500', '194359.222500', '194359.682500', '194400.142500', '194400.602500', '194401.062500', '194401.522500', '194401.982500', '194402.442500', '194402.902500', '194403.362500', '194403.822500', '194404.282500', '194404.742500', '194405.202500', '194405.662500', '194406.122500', '194406.582500', '194407.042500', '194407.502500', '194407.962500', '194408.422500', '194408.882500', '194409.342500', '194409.802500', '194410.262500', '194410.722500', '194411.182500', '194411.642500', '194412.102500', '194412.562500', '194413.022500', '194413.482500', '194413.942500', '194414.402500', '194414.862500', '194415.322500', '194415.782500', '194416.242500', '194416.702500', '194417.162500', '194417.622500', '194418.082500', '194418.542500', '194419.002500', '194419.462500', '194419.922500', '194420.382500', '194420.842500', '194421.302500', '194421.762500', '194422.222500', '194422.682500', '194423.142500', '194423.602500', '194424.062500', '194424.522500', '194424.982500', '194425.442500', '194425.902500', '194426.362500', '194426.822500', '194427.282500', '194427.742500', '194428.202500', '194428.662500', '194429.122500', '194429.582500', '194430.042500', '194430.502500', '194430.962500', '194431.422500', '194431.882500', '194432.342500', '194432.802500', '194433.262500', '194433.722500', '194434.182500', '194434.642500', '194435.102500', '194435.562500', '194436.022500', '194436.482500', '194436.942500', '194437.402500', '194437.862500', '194438.322500', '194438.782500', '194439.242500', '194439.702500', '194440.162500', '194440.622500', '194441.082500', '194441.542500', '194442.002500', '194442.462500', '194442.922500', '194443.382500', '194443.842500', '194444.302500', '194444.762500', '194445.222500', '194445.682500', '194446.142500', '194446.602500', '194447.062500', '194447.522500', '194447.982500', '194448.442500', '194448.902500', '194449.362500', '194449.822500', '194450.282500', '194450.742500', '194451.202500', '194451.662500', '194452.122500', '194452.582500', '194453.042500', '194453.502500', '194453.962500', '194454.422500', '194454.882500', '194455.342500', '194455.802500', '194456.262500', '194456.722500', '194457.182500', '194457.642500', '194458.102500', '194458.562500', '194459.022500', '194459.482500', '194459.942500', '194500.402500', '194500.862500', '194501.322500', '194501.782500', '194502.242500', '194502.702500', '194503.162500', '194503.622500', '194504.082500', '194504.542500', '194505.002500', '194505.462500', '194505.922500', '194506.382500', '194506.842500', '194507.302500', '194507.762500', '194508.222500', '194508.682500', '194509.142500', '194509.602500', '194510.062500', '194510.522500', '194510.982500', '194511.442500', '194511.902500', '194512.362500', '194512.822500', '194513.282500', '194513.742500', '194514.202500', '194514.662500', '194515.122500', '194515.582500', '194516.042500', '194516.502500', '194516.962500', '194517.422500', '194517.882500', '194518.342500', '194518.802500', '194519.262500', '194519.722500', '194520.182500', '194520.642500', '194521.102500', '194521.562500', '194522.022500', '194522.482500', '194522.942500', '194523.402500', '194523.862500', '194524.322500', '194524.782500', '194525.242500', '194525.702500', '194526.162500', '194526.622500', '194527.082500', '194527.542500', '194528.002500', '194528.462500', '194528.922500', '194529.382500', '194529.842500', '194530.302500', '194530.762500', '194531.222500', '194531.682500', '194532.142500', '194532.602500', '194533.062500', '194533.522500', '194533.982500', '194534.442500', '194534.902500', '194535.362500', '194535.822500', '194536.282500', '194536.742500', '194537.202500', '194537.662500', '194538.122500', '194538.582500', '194539.042500', '194539.502500', '194539.962500', '194540.422500', '194540.882500', '194541.342500', '194541.802500', '194542.262500', '194542.722500', '194543.182500', '194543.642500', '194544.102500', '194544.562500', '194545.022500', '194545.482500', '194545.942500', '194546.402500', '194546.862500', '194547.322500', '194547.782500', '194548.242500', '194548.702500', '194549.162500', '194549.622500', '194550.082500', '194550.542500', '194551.002500', '194551.462500', '194551.922500', '194552.382500', '194552.842500', '194553.302500', '194553.762500', '194554.222500', '194554.682500', '194555.142500', '194555.602500', '194556.062500', '194556.522500', '194556.982500', '194557.442500', '194557.902500', '194558.362500', '194558.822500', '194559.282500', '194559.742500', '194600.202500', '194600.662500', '194601.122500', '194601.582500', '194602.042500', '194602.502500', '194602.962500', '194603.422500', '194603.882500', '194604.342500', '194604.802500', '194605.262500', '194605.722500', '194606.182500', '194606.642500', '194607.102500', '194607.562500', '194608.022500', '194608.482500', '194608.942500', '194609.402500', '194609.862500', '194610.322500', '194610.782500', '194611.242500', '194611.702500', '194612.162500', '194612.622500', '194613.082500', '194613.542500', '194614.002500', '194614.462500', '194614.922500', '194615.382500', '194615.842500', '194616.302500', '194616.762500', '194617.222500', '194617.682500', '194618.142500', '194618.602500', '194619.062500', '194619.522500', '194619.982500', '194620.442500', '194620.902500', '194621.362500', '194621.822500', '194622.282500', '194622.742500', '194623.202500', '194623.662500', '194624.122500', '194624.582500', '194625.042500', '194625.502500', '194625.962500', '194626.422500', '194626.882500', '194627.342500', '194627.802500', '194628.262500', '194628.722500', '194629.182500', '194629.642500', '194630.102500', '194630.562500', '194631.022500', '194631.482500', '194631.942500', '194632.402500', '194632.862500', '194633.322500', '194633.782500', '194634.242500', '194634.702500', '194635.162500', '194635.622500', '194636.082500', '194636.542500', '194637.002500', '194637.462500', '194637.922500', '194638.382500', '194638.842500', '194639.302500', '194639.762500', '194640.222500', '194640.682500', '194641.142500', '194641.602500', '194642.062500', '194642.522500', '194642.982500', '194643.442500', '194643.902500', '194644.362500', '194644.822500', '194645.282500', '194645.742500', '194646.202500', '194646.662500', '194647.122500', '194647.582500', '194648.042500', '194648.502500', '194648.962500', '194649.422500', '194649.882500', '194650.342500', '194650.802500', '194651.262500', '194651.722500', '194652.182500', '194652.642500', '194653.102500', '194653.562500', '194654.022500', '194654.482500', '194654.942500', '194655.402500', '194655.862500', '194656.322500', '194656.782500', '194657.242500', '194657.702500', '194658.162500', '194658.622500', '194659.082500', '194659.542500', '194700.002500', '194700.462500', '194700.922500', '194701.382500', '194701.842500', '194702.302500', '194702.762500', '194703.222500', '194703.682500', '194704.142500', '194704.602500', '194705.062500', '194705.522500', '194705.982500', '194706.442500', '194706.902500', '194707.362500', '194707.822500', '194708.282500', '194708.742500', '194709.202500', '194709.662500', '194710.122500', '194710.582500', '194711.042500', '194711.502500', '194711.962500', '194712.422500', '194712.882500', '194713.342500', '194713.802500', '194714.262500', '194714.722500', '194715.182500', '194715.642500', '194716.102500', '194716.562500', '194717.022500', '194717.482500', '194717.942500', '194718.402500', '194718.862500', '194719.322500', '194719.782500', '194720.242500', '194720.702500', '194721.162500', '194721.622500', '194722.082500', '194722.542500', '194723.002500', '194723.462500', '194723.922500', '194724.382500', '194724.842500', '194725.302500', '194725.762500', '194726.222500', '194726.682500', '194727.142500', '194727.602500', '194728.062500', '194728.522500', '194728.982500', '194729.442500', '194729.902500', '194730.362500', '194730.822500', '194731.282500', '194731.742500', '194732.202500', '194732.662500', '194733.122500', '194733.582500', '194734.042500', '194734.502500', '194734.962500', '194735.422500', '194735.882500', '194736.342500', '194736.802500', '194737.262500', '194737.722500', '194738.182500', '194738.642500', '194739.102500', '194739.562500', '194740.022500', '194740.482500', '194740.942500', '194741.402500', '194741.862500', '194742.322500', '194742.782500', '194743.242500', '194743.702500', '194744.162500', '194744.622500', '194745.082500', '194745.542500', '194746.002500', '194746.462500', '194746.922500', '194747.382500', '194747.842500', '194748.302500', '194748.762500', '194749.222500', '194749.682500', '194750.142500', '194750.602500', '194751.062500', '194751.522500', '194751.982500', '194752.442500', '194752.902500', '194753.362500', '194753.822500', '194754.282500', '194754.742500', '194755.202500', '194755.662500', '194756.122500', '194756.582500', '194757.042500', '194757.502500', '194757.962500', '194758.422500', '194758.882500', '194759.342500', '194759.802500', '194800.262500', '194800.722500', '194801.182500', '194801.642500', '194802.102500', '194802.562500', '194803.022500', '194803.482500', '194803.942500', '194804.402500', '194804.862500', '194805.322500', '194805.782500', '194806.242500', '194806.702500', '194807.162500', '194807.622500', '194808.082500', '194808.542500', '194809.002500', '194809.462500', '194809.922500', '194810.382500', '194810.842500', '194811.302500', '194811.762500', '194812.222500', '194812.682500', '194813.142500', '194813.602500', '194814.062500', '194814.522500', '194814.982500', '194815.442500', '194815.902500', '194816.362500', '194816.822500', '194817.282500', '194817.742500', '194818.202500', '194818.662500', '194819.122500', '194819.582500', '194820.042500', '194820.502500', '194820.962500', '194821.422500', '194821.882500', '194822.342500', '194822.802500', '194823.262500', '194823.722500', '194824.182500', '194824.642500', '194825.102500', '194825.562500', '194826.022500', '194826.482500', '194826.942500', '194827.402500', '194827.862500', '194828.322500', '194828.782500', '194829.242500', '194829.702500', '194830.162500', '194830.622500', '194831.082500', '194831.542500', '194832.002500', '194832.462500', '194832.922500', '194833.382500', '194833.842500', '194834.302500', '194834.762500', '194835.222500', '194835.682500', '194836.142500', '194836.602500', '194837.062500', '194837.522500', '194837.982500', '194838.442500', '194838.902500', '194839.362500', '194839.822500', '194840.282500', '194840.742500', '194841.202500', '194841.662500', '194842.122500', '194842.582500', '194843.042500', '194843.502500', '194843.962500', '194844.422500', '194844.882500', '194845.342500', '194845.802500', '194846.262500', '194846.722500', '194847.182500', '194847.642500', '194848.102500', '194848.562500', '194849.022500', '194849.482500', '194849.942500', '194850.402500', '194850.862500', '194851.322500', '194851.782500', '194852.242500', '194852.702500', '194853.162500', '194853.622500', '194854.082500', '194854.542500', '194855.002500', '194855.462500', '194855.922500', '194856.382500', '194856.842500', '194857.302500', '194857.762500', '194858.222500', '194858.682500', '194859.142500', '194859.602500', '194900.062500', '194900.522500', '194900.982500', '194901.442500', '194901.902500', '194902.362500', '194902.822500', '194903.282500', '194903.742500', '194904.202500', '194904.662500', '194905.122500', '194905.582500', '194906.042500', '194906.502500', '194906.962500', '194907.422500', '194907.882500', '194908.342500', '194908.802500', '194909.262500', '194909.722500', '194910.182500', '194910.642500', '194911.102500', '194911.562500', '194912.022500', '194912.482500', '194912.942500', '194913.402500', '194913.862500', '194914.322500', '194914.782500', '194915.242500', '194915.702500', '194916.162500', '194916.622500', '194917.082500', '194917.542500', '194918.002500', '194918.462500', '194918.922500', '194919.382500', '194919.842500', '194920.302500', '194920.762500', '194921.222500', '194921.682500', '194922.142500', '194922.602500', '194923.062500', '194923.522500', '194923.982500', '194924.442500', '194924.902500', '194925.362500', '194925.822500', '194926.282500', '194926.742500', '194927.202500', '194927.662500', '194928.122500', '194928.582500', '194929.042500', '194929.502500', '194929.962500', '194930.422500', '194930.882500', '194931.342500', '194931.802500', '194932.262500', '194932.722500', '194933.182500', '194933.642500', '194934.102500', '194934.562500', '194935.022500', '194935.482500', '194935.942500', '194936.402500', '194936.862500', '194937.322500', '194937.782500', '194938.242500', '194938.702500', '194939.162500', '194939.622500', '194940.082500', '194940.542500', '194941.002500', '194941.462500', '194941.922500', '194942.382500', '194942.842500', '194943.302500', '194943.762500', '194944.222500', '194944.682500', '194945.142500', '194945.602500', '194946.062500', '194946.522500', '194946.982500', '194947.442500', '194947.902500', '194948.362500', '194948.822500', '194949.282500', '194949.742500', '194950.202500', '194950.662500', '194951.122500', '194951.582500', '194952.042500', '194952.502500', '194952.962500', '194953.422500', '194953.882500', '194954.342500', '194954.802500', '194955.262500', '194955.722500', '194956.182500', '194956.642500', '194957.102500', '194957.562500', '194958.022500', '194958.482500', '194958.942500', '194959.402500', '194959.862500', '195000.322500', '195000.782500', '195001.242500', '195001.702500', '195002.162500', '195002.622500', '195003.082500', '195003.542500', '195004.002500', '195004.462500', '195004.922500', '195005.382500', '195005.842500', '195006.302500', '195006.762500', '195007.222500', '195007.682500', '195008.142500', '195008.602500', '195009.062500', '195009.522500', '195009.982500', '195010.442500', '195010.902500', '195011.362500', '195011.822500', '195012.282500', '195012.742500', '195013.202500', '195013.662500', '195014.122500', '195014.582500', '195015.042500', '195015.502500', '195015.962500', '195016.422500', '195016.882500', '195017.342500', '195017.802500', '195018.262500', '195018.722500', '195019.182500', '195019.642500', '195020.102500', '195020.562500', '195021.022500', '195021.482500', '195021.942500', '195022.402500', '195022.862500', '195023.322500', '195023.782500', '195024.242500', '195024.702500', '195025.162500', '195025.622500', '195026.082500', '195026.542500', '195027.002500', '195027.462500', '195027.922500', '195028.382500', '195028.842500', '195029.302500', '195029.762500', '195030.222500'], 'ContentTime': ['194356.503000', '194356.506000', '194356.509000', '194356.511000', '194356.514000', '194356.516000', '194356.519000', '194356.522000', '194356.524000', '194356.527000', '194356.530000', '194356.532000', '194356.535000', '194356.537000', '194356.540000', '194356.542000', '194356.545000', '194356.548000', '194356.550000', '194356.553000', '194356.555000', '194356.558000', '194356.561000', '194356.563000', '194356.566000', '194356.568000', '194356.571000', '194356.576000', '194356.579000', '194356.581000', '194356.584000', '194356.586000', '194356.589000', '194356.592000', '194356.594000', '194356.597000', '194356.599000', '194356.602000', '194356.604000', '194356.607000', '194356.610000', '194356.612000', '194356.615000', '194356.617000', '194356.620000', '194356.622000', '194356.625000', '194356.628000', '194356.630000', '194356.633000', '194356.635000', '194356.638000', '194356.641000', '194356.643000', '194356.646000', '194416.478000', '194416.480000', '194416.483000', '194416.486000', '194416.488000', '194416.491000', '194416.493000', '194416.496000', '194416.498000', '194416.501000', '194416.504000', '194416.506000', '194416.509000', '194416.511000', '194416.514000', '194416.516000', '194416.519000', '194416.521000', '194416.524000', '194416.527000', '194416.529000', '194416.532000', '194416.534000', '194416.537000', '194416.539000', '194416.542000', '194416.545000', '194416.547000', '194416.550000', '194416.552000', '194416.555000', '194416.557000', '194416.560000', '194416.562000', '194416.565000', '194416.568000', '194416.570000', '194416.573000', '194416.575000', '194416.578000', '194416.580000', '194416.583000', '194416.586000', '194436.477000', '194436.480000', '194436.483000', '194436.485000', '194436.488000', '194436.491000', '194436.504000', '194436.507000', '194436.509000', '194436.512000', '194436.514000', '194436.517000', '194436.520000', '194436.522000', '194436.525000', '194436.527000', '194436.530000', '194436.533000', '194436.535000', '194436.538000', '194436.540000', '194436.543000', '194436.546000', '194436.548000', '194436.551000', '194436.553000', '194436.556000', '194436.559000', '194436.570000', '194436.573000', '194436.575000', '194436.578000', '194436.580000', '194436.583000', '194436.586000', '194436.588000', '194436.591000', '194436.593000', '194436.596000', '194436.599000', '194436.601000', '194436.604000', '194436.607000', '194456.477000', '194456.480000', '194456.483000', '194456.485000', '194456.488000', '194456.491000', '194456.494000', '194456.496000', '194456.499000', '194456.502000', '194456.504000', '194456.507000', '194456.509000', '194456.512000', '194456.515000', '194456.517000', '194456.520000', '194456.523000', '194456.525000', '194456.528000', '194456.530000', '194456.533000', '194456.535000', '194456.538000', '194456.541000', '194456.543000', '194456.546000', '194456.548000', '194456.551000', '194456.553000', '194456.556000', '194456.559000', '194456.561000', '194456.564000', '194456.566000', '194456.569000', '194456.571000', '194456.574000', '194456.577000', '194456.579000', '194456.582000', '194456.584000', '194456.587000', '194456.590000', '194516.478000', '194516.480000', '194516.483000', '194516.486000', '194516.488000', '194516.491000', '194516.493000', '194516.496000', '194516.499000', '194516.501000', '194516.504000', '194516.506000', '194516.509000', '194516.511000', '194516.514000', '194516.517000', '194516.519000', '194516.522000', '194516.525000', '194516.527000', '194516.530000', '194516.533000', '194516.535000', '194516.538000', '194516.541000', '194516.543000', '194516.546000', '194516.548000', '194516.551000', '194516.554000', '194516.556000', '194516.559000', '194516.561000', '194516.564000', '194516.566000', '194516.569000', '194516.573000', '194516.576000', '194516.579000', '194516.581000', '194516.584000', '194516.586000', '194516.589000', '194536.477000', '194536.479000', '194536.482000', '194536.485000', '194536.487000', '194536.490000', '194536.492000', '194536.495000', '194536.498000', '194536.500000', '194536.503000', '194536.505000', '194536.508000', '194536.511000', '194536.513000', '194536.516000', '194536.518000', '194536.521000', '194536.523000', '194536.526000', '194536.529000', '194536.531000', '194536.534000', '194536.536000', '194536.539000', '194536.541000', '194536.544000', '194536.547000', '194536.549000', '194536.552000', '194536.555000', '194536.557000', '194536.560000', '194536.562000', '194536.565000', '194536.568000', '194536.570000', '194536.573000', '194536.576000', '194536.578000', '194536.581000', '194536.583000', '194536.586000', '194536.589000', '194556.477000', '194556.480000', '194556.483000', '194556.485000', '194556.488000', '194556.491000', '194556.493000', '194556.496000', '194556.498000', '194556.501000', '194556.504000', '194556.507000', '194556.509000', '194556.512000', '194556.515000', '194556.517000', '194556.520000', '194556.523000', '194556.525000', '194556.528000', '194556.530000', '194556.533000', '194556.535000', '194556.538000', '194556.541000', '194556.543000', '194556.546000', '194556.548000', '194556.551000', '194556.554000', '194556.556000', '194556.559000', '194556.562000', '194556.564000', '194556.567000', '194556.569000', '194556.572000', '194556.574000', '194556.577000', '194556.580000', '194556.582000', '194556.585000', '194556.588000', '194616.478000', '194616.480000', '194616.483000', '194616.496000', '194616.498000', '194616.501000', '194616.504000', '194616.506000', '194616.509000', '194616.511000', '194616.522000', '194616.525000', '194616.527000', '194616.530000', '194616.532000', '194616.535000', '194616.537000', '194616.540000', '194616.543000', '194616.545000', '194616.548000', '194616.551000', '194616.553000', '194616.556000', '194616.559000', '194616.561000', '194616.564000', '194616.566000', '194616.569000', '194616.572000', '194616.574000', '194616.577000', '194616.580000', '194616.582000', '194616.585000', '194616.587000', '194616.590000', '194616.593000', '194616.595000', '194616.598000', '194616.601000', '194616.603000', '194616.606000', '194616.608000', '194636.478000', '194636.480000', '194636.483000', '194636.486000', '194636.488000', '194636.491000', '194636.493000', '194636.496000', '194636.499000', '194636.501000', '194636.504000', '194636.506000', '194636.509000', '194636.512000', '194636.514000', '194636.517000', '194636.519000', '194636.522000', '194636.525000', '194636.527000', '194636.530000', '194636.532000', '194636.535000', '194636.537000', '194636.540000', '194636.543000', '194636.545000', '194636.548000', '194636.551000', '194636.553000', '194636.556000', '194636.558000', '194636.561000', '194636.564000', '194636.566000', '194636.569000', '194636.571000', '194636.574000', '194636.577000', '194636.579000', '194636.582000', '194636.585000', '194636.587000', '194656.477000', '194656.480000', '194656.483000', '194656.485000', '194656.488000', '194656.491000', '194656.493000', '194656.496000', '194656.498000', '194656.501000', '194656.504000', '194656.506000', '194656.509000', '194656.511000', '194656.514000', '194656.517000', '194656.519000', '194656.522000', '194656.525000', '194656.536000', '194656.538000', '194656.541000', '194656.543000', '194656.546000', '194656.549000', '194656.551000', '194656.554000', '194656.556000', '194656.559000', '194656.561000', '194656.564000', '194656.567000', '194656.569000', '194656.572000', '194656.574000', '194656.577000', '194656.580000', '194656.582000', '194656.585000', '194656.588000', '194656.590000', '194656.593000', '194656.595000', '194656.598000', '194716.477000', '194716.480000', '194716.483000', '194716.486000', '194716.488000', '194716.491000', '194716.493000', '194716.496000', '194716.499000', '194716.501000', '194716.504000', '194716.506000', '194716.509000', '194716.512000', '194716.514000', '194716.517000', '194716.519000', '194716.522000', '194716.525000', '194716.527000', '194716.530000', '194716.532000', '194716.535000', '194716.538000', '194716.540000', '194716.543000', '194716.545000', '194716.548000', '194716.551000', '194716.553000', '194716.556000', '194716.558000', '194716.561000', '194716.564000', '194716.566000', '194716.569000', '194716.571000', '194716.574000', '194716.577000', '194716.579000', '194716.582000', '194716.585000', '194716.588000', '194736.478000', '194736.480000', '194736.483000', '194736.485000', '194736.488000', '194736.491000', '194736.493000', '194736.496000', '194736.499000', '194736.501000', '194736.504000', '194736.507000', '194736.509000', '194736.512000', '194736.514000', '194736.517000', '194736.520000', '194736.522000', '194736.525000', '194736.527000', '194736.530000', '194736.533000', '194736.535000', '194736.538000', '194736.540000', '194736.543000', '194736.545000', '194736.548000', '194736.551000', '194736.554000', '194736.556000', '194736.559000', '194736.561000', '194736.564000', '194736.566000', '194736.569000', '194736.572000', '194736.574000', '194736.577000', '194736.579000', '194736.582000', '194736.585000', '194736.587000', '194736.590000', '194756.477000', '194756.480000', '194756.482000', '194756.485000', '194756.487000', '194756.490000', '194756.493000', '194756.495000', '194756.498000', '194756.500000', '194756.503000', '194756.506000', '194756.508000', '194756.511000', '194756.513000', '194756.516000', '194756.519000', '194756.521000', '194756.524000', '194756.527000', '194756.529000', '194756.532000', '194756.534000', '194756.537000', '194756.540000', '194756.543000', '194756.545000', '194756.548000', '194756.551000', '194756.553000', '194756.556000', '194756.558000', '194756.561000', '194756.564000', '194756.566000', '194756.569000', '194756.571000', '194756.574000', '194756.577000', '194756.579000', '194756.582000', '194756.584000', '194756.587000', '194816.480000', '194816.483000', '194816.486000', '194816.488000', '194816.491000', '194816.494000', '194816.496000', '194816.499000', '194816.502000', '194816.504000', '194816.507000', '194816.510000', '194816.512000', '194816.515000', '194816.518000', '194816.520000', '194816.523000', '194816.525000', '194816.528000', '194816.531000', '194816.533000', '194816.536000', '194816.538000', '194816.541000', '194816.543000', '194816.546000', '194816.549000', '194816.551000', '194816.554000', '194816.557000', '194816.559000', '194816.562000', '194816.564000', '194816.567000', '194816.570000', '194816.572000', '194816.575000', '194816.578000', '194816.580000', '194816.583000', '194816.585000', '194816.588000', '194816.591000', '194816.593000', '194836.477000', '194836.480000', '194836.483000', '194836.486000', '194836.488000', '194836.491000', '194836.493000', '194836.496000', '194836.499000', '194836.501000', '194836.504000', '194836.506000', '194836.509000', '194836.512000', '194836.514000', '194836.517000', '194836.519000', '194836.522000', '194836.525000', '194836.528000', '194836.530000', '194836.533000', '194836.535000', '194836.538000', '194836.540000', '194836.543000', '194836.546000', '194836.548000', '194836.551000', '194836.553000', '194836.556000', '194836.559000', '194836.561000', '194836.564000', '194836.566000', '194836.569000', '194836.572000', '194836.574000', '194836.577000', '194836.579000', '194836.582000', '194836.585000', '194836.587000', '194856.477000', '194856.480000', '194856.483000', '194856.486000', '194856.488000', '194856.491000', '194856.493000', '194856.496000', '194856.499000', '194856.501000', '194856.504000', '194856.506000', '194856.509000', '194856.512000', '194856.514000', '194856.517000', '194856.520000', '194856.522000', '194856.525000', '194856.527000', '194856.530000', '194856.533000', '194856.535000', '194856.538000', '194856.541000', '194856.543000', '194856.546000', '194856.548000', '194856.551000', '194856.554000', '194856.556000', '194856.559000', '194856.562000', '194856.565000', '194856.568000', '194856.570000', '194856.573000', '194856.576000', '194856.578000', '194856.581000', '194856.583000', '194856.586000', '194856.589000', '194856.591000', '194916.478000', '194916.480000', '194916.483000', '194916.486000', '194916.488000', '194916.491000', '194916.494000', '194916.496000', '194916.499000', '194916.502000', '194916.504000', '194916.507000', '194916.510000', '194916.513000', '194916.515000', '194916.518000', '194916.544000', '194916.546000', '194916.549000', '194916.552000', '194916.554000', '194916.557000', '194916.559000', '194916.562000', '194916.565000', '194916.569000', '194916.571000', '194916.574000', '194916.577000', '194916.579000', '194916.582000', '194916.585000', '194916.587000', '194916.590000', '194916.593000', '194916.595000', '194916.598000', '194916.600000', '194916.603000', '194916.605000', '194916.608000', '194916.611000', '194916.613000', '194936.479000', '194936.482000', '194936.484000', '194936.487000', '194936.490000', '194936.492000', '194936.495000', '194936.497000', '194936.500000', '194936.503000', '194936.505000', '194936.508000', '194936.510000', '194936.513000', '194936.516000', '194936.518000', '194936.521000', '194936.524000', '194936.526000', '194936.529000', '194936.532000', '194936.535000', '194936.537000', '194936.540000', '194936.542000', '194936.545000', '194936.548000', '194936.551000', '194936.554000', '194936.556000', '194936.559000', '194936.561000', '194936.564000', '194936.567000', '194936.569000', '194936.572000', '194936.574000', '194936.577000', '194936.580000', '194936.582000', '194936.585000', '194936.587000', '194936.590000', '194936.593000', '194956.478000', '194956.481000', '194956.483000', '194956.486000', '194956.488000', '194956.491000', '194956.494000', '194956.496000', '194956.499000', '194956.501000', '194956.504000', '194956.507000', '194956.509000', '194956.512000', '194956.515000', '194956.517000', '194956.520000', '194956.522000', '194956.525000', '194956.528000', '194956.530000', '194956.533000', '194956.536000', '194956.538000', '194956.541000', '194956.543000', '194956.546000', '194956.548000', '194956.551000', '194956.554000', '194956.556000', '194956.559000', '194956.562000', '194956.564000', '194956.567000', '194956.569000', '194956.572000', '194956.575000', '194956.577000', '194956.580000', '194956.583000', '194956.585000', '194956.588000', '195016.477000', '195016.479000', '195016.482000', '195016.485000', '195016.487000', '195016.490000', '195016.492000', '195016.495000', '195016.498000', '195016.500000', '195016.503000', '195016.505000', '195016.508000', '195016.511000', '195016.514000', '195016.516000', '195016.519000', '195016.521000', '195016.524000', '195016.527000', '195016.529000', '195016.532000', '195016.534000', '195016.537000', '195016.540000', '195016.542000', '195016.545000', '195016.547000', '195016.550000', '195016.553000', '195016.555000', '195016.558000', '195016.561000', '195016.563000', '195016.566000', '195016.568000', '195016.571000', '195016.573000', '195016.576000', '195016.579000', '195016.581000', '195016.584000', '195016.586000', '195016.589000', '195031.638000', '195031.642000', '195031.644000', '195031.647000', '195031.650000', '195031.653000', '195031.656000', '195031.658000', '195031.661000', '195031.664000', '195031.666000', '195031.669000', '195031.705000', '195031.708000', '195031.711000', '195031.714000', '195031.717000', '195031.720000', '195031.722000', '195031.725000', '195031.728000', '195031.730000', '195031.733000', '195031.736000', '195031.738000', '195031.741000', '195031.744000', '195031.747000', '195031.750000', '195031.752000', '195031.755000', '195031.757000', '195031.760000'], 'InstanceCreationTime': ['194356.503000', '194356.506000', '194356.509000', '194356.511000', '194356.514000', '194356.516000', '194356.519000', '194356.522000', '194356.524000', '194356.527000', '194356.530000', '194356.532000', '194356.535000', '194356.537000', '194356.540000', '194356.542000', '194356.545000', '194356.548000', '194356.550000', '194356.553000', '194356.555000', '194356.558000', '194356.561000', '194356.563000', '194356.566000', '194356.568000', '194356.571000', '194356.576000', '194356.579000', '194356.581000', '194356.584000', '194356.586000', '194356.589000', '194356.592000', '194356.594000', '194356.597000', '194356.599000', '194356.602000', '194356.604000', '194356.607000', '194356.610000', '194356.612000', '194356.615000', '194356.617000', '194356.620000', '194356.622000', '194356.625000', '194356.628000', '194356.630000', '194356.633000', '194356.635000', '194356.638000', '194356.641000', '194356.643000', '194356.646000', '194416.478000', '194416.480000', '194416.483000', '194416.486000', '194416.488000', '194416.491000', '194416.493000', '194416.496000', '194416.498000', '194416.501000', '194416.504000', '194416.506000', '194416.509000', '194416.511000', '194416.514000', '194416.516000', '194416.519000', '194416.521000', '194416.524000', '194416.527000', '194416.529000', '194416.532000', '194416.534000', '194416.537000', '194416.539000', '194416.542000', '194416.545000', '194416.547000', '194416.550000', '194416.552000', '194416.555000', '194416.557000', '194416.560000', '194416.562000', '194416.565000', '194416.568000', '194416.570000', '194416.573000', '194416.575000', '194416.578000', '194416.580000', '194416.583000', '194416.586000', '194436.477000', '194436.480000', '194436.483000', '194436.485000', '194436.488000', '194436.491000', '194436.504000', '194436.507000', '194436.509000', '194436.512000', '194436.514000', '194436.517000', '194436.520000', '194436.522000', '194436.525000', '194436.527000', '194436.530000', '194436.533000', '194436.535000', '194436.538000', '194436.540000', '194436.543000', '194436.546000', '194436.548000', '194436.551000', '194436.553000', '194436.556000', '194436.559000', '194436.570000', '194436.573000', '194436.575000', '194436.578000', '194436.580000', '194436.583000', '194436.586000', '194436.588000', '194436.591000', '194436.593000', '194436.596000', '194436.599000', '194436.601000', '194436.604000', '194436.607000', '194456.477000', '194456.480000', '194456.483000', '194456.485000', '194456.488000', '194456.491000', '194456.494000', '194456.496000', '194456.499000', '194456.502000', '194456.504000', '194456.507000', '194456.509000', '194456.512000', '194456.515000', '194456.517000', '194456.520000', '194456.523000', '194456.525000', '194456.528000', '194456.530000', '194456.533000', '194456.535000', '194456.538000', '194456.541000', '194456.543000', '194456.546000', '194456.548000', '194456.551000', '194456.553000', '194456.556000', '194456.559000', '194456.561000', '194456.564000', '194456.566000', '194456.569000', '194456.571000', '194456.574000', '194456.577000', '194456.579000', '194456.582000', '194456.584000', '194456.587000', '194456.590000', '194516.478000', '194516.480000', '194516.483000', '194516.486000', '194516.488000', '194516.491000', '194516.493000', '194516.496000', '194516.499000', '194516.501000', '194516.504000', '194516.506000', '194516.509000', '194516.511000', '194516.514000', '194516.517000', '194516.519000', '194516.522000', '194516.525000', '194516.527000', '194516.530000', '194516.533000', '194516.535000', '194516.538000', '194516.541000', '194516.543000', '194516.546000', '194516.548000', '194516.551000', '194516.554000', '194516.556000', '194516.559000', '194516.561000', '194516.564000', '194516.566000', '194516.569000', '194516.573000', '194516.576000', '194516.579000', '194516.581000', '194516.584000', '194516.586000', '194516.589000', '194536.477000', '194536.479000', '194536.482000', '194536.485000', '194536.487000', '194536.490000', '194536.492000', '194536.495000', '194536.498000', '194536.500000', '194536.503000', '194536.505000', '194536.508000', '194536.511000', '194536.513000', '194536.516000', '194536.518000', '194536.521000', '194536.523000', '194536.526000', '194536.529000', '194536.531000', '194536.534000', '194536.536000', '194536.539000', '194536.541000', '194536.544000', '194536.547000', '194536.549000', '194536.552000', '194536.555000', '194536.557000', '194536.560000', '194536.562000', '194536.565000', '194536.568000', '194536.570000', '194536.573000', '194536.576000', '194536.578000', '194536.581000', '194536.583000', '194536.586000', '194536.589000', '194556.477000', '194556.480000', '194556.483000', '194556.485000', '194556.488000', '194556.491000', '194556.493000', '194556.496000', '194556.498000', '194556.501000', '194556.504000', '194556.507000', '194556.509000', '194556.512000', '194556.515000', '194556.517000', '194556.520000', '194556.523000', '194556.525000', '194556.528000', '194556.530000', '194556.533000', '194556.535000', '194556.538000', '194556.541000', '194556.543000', '194556.546000', '194556.548000', '194556.551000', '194556.554000', '194556.556000', '194556.559000', '194556.562000', '194556.564000', '194556.567000', '194556.569000', '194556.572000', '194556.574000', '194556.577000', '194556.580000', '194556.582000', '194556.585000', '194556.588000', '194616.478000', '194616.480000', '194616.483000', '194616.496000', '194616.498000', '194616.501000', '194616.504000', '194616.506000', '194616.509000', '194616.511000', '194616.522000', '194616.525000', '194616.527000', '194616.530000', '194616.532000', '194616.535000', '194616.537000', '194616.540000', '194616.543000', '194616.545000', '194616.548000', '194616.551000', '194616.553000', '194616.556000', '194616.559000', '194616.561000', '194616.564000', '194616.566000', '194616.569000', '194616.572000', '194616.574000', '194616.577000', '194616.580000', '194616.582000', '194616.585000', '194616.587000', '194616.590000', '194616.593000', '194616.595000', '194616.598000', '194616.601000', '194616.603000', '194616.606000', '194616.608000', '194636.478000', '194636.480000', '194636.483000', '194636.486000', '194636.488000', '194636.491000', '194636.493000', '194636.496000', '194636.499000', '194636.501000', '194636.504000', '194636.506000', '194636.509000', '194636.512000', '194636.514000', '194636.517000', '194636.519000', '194636.522000', '194636.525000', '194636.527000', '194636.530000', '194636.532000', '194636.535000', '194636.537000', '194636.540000', '194636.543000', '194636.545000', '194636.548000', '194636.551000', '194636.553000', '194636.556000', '194636.558000', '194636.561000', '194636.564000', '194636.566000', '194636.569000', '194636.571000', '194636.574000', '194636.577000', '194636.579000', '194636.582000', '194636.585000', '194636.587000', '194656.477000', '194656.480000', '194656.483000', '194656.485000', '194656.488000', '194656.491000', '194656.493000', '194656.496000', '194656.498000', '194656.501000', '194656.504000', '194656.506000', '194656.509000', '194656.511000', '194656.514000', '194656.517000', '194656.519000', '194656.522000', '194656.525000', '194656.536000', '194656.538000', '194656.541000', '194656.543000', '194656.546000', '194656.549000', '194656.551000', '194656.554000', '194656.556000', '194656.559000', '194656.561000', '194656.564000', '194656.567000', '194656.569000', '194656.572000', '194656.574000', '194656.577000', '194656.580000', '194656.582000', '194656.585000', '194656.588000', '194656.590000', '194656.593000', '194656.595000', '194656.598000', '194716.477000', '194716.480000', '194716.483000', '194716.486000', '194716.488000', '194716.491000', '194716.493000', '194716.496000', '194716.499000', '194716.501000', '194716.504000', '194716.506000', '194716.509000', '194716.512000', '194716.514000', '194716.517000', '194716.519000', '194716.522000', '194716.525000', '194716.527000', '194716.530000', '194716.532000', '194716.535000', '194716.538000', '194716.540000', '194716.543000', '194716.545000', '194716.548000', '194716.551000', '194716.553000', '194716.556000', '194716.558000', '194716.561000', '194716.564000', '194716.566000', '194716.569000', '194716.571000', '194716.574000', '194716.577000', '194716.579000', '194716.582000', '194716.585000', '194716.588000', '194736.478000', '194736.480000', '194736.483000', '194736.485000', '194736.488000', '194736.491000', '194736.493000', '194736.496000', '194736.499000', '194736.501000', '194736.504000', '194736.507000', '194736.509000', '194736.512000', '194736.514000', '194736.517000', '194736.520000', '194736.522000', '194736.525000', '194736.527000', '194736.530000', '194736.533000', '194736.535000', '194736.538000', '194736.540000', '194736.543000', '194736.545000', '194736.548000', '194736.551000', '194736.554000', '194736.556000', '194736.559000', '194736.561000', '194736.564000', '194736.566000', '194736.569000', '194736.572000', '194736.574000', '194736.577000', '194736.579000', '194736.582000', '194736.585000', '194736.587000', '194736.590000', '194756.477000', '194756.480000', '194756.482000', '194756.485000', '194756.487000', '194756.490000', '194756.493000', '194756.495000', '194756.498000', '194756.500000', '194756.503000', '194756.506000', '194756.508000', '194756.511000', '194756.513000', '194756.516000', '194756.519000', '194756.521000', '194756.524000', '194756.527000', '194756.529000', '194756.532000', '194756.534000', '194756.537000', '194756.540000', '194756.543000', '194756.545000', '194756.548000', '194756.551000', '194756.553000', '194756.556000', '194756.558000', '194756.561000', '194756.564000', '194756.566000', '194756.569000', '194756.571000', '194756.574000', '194756.577000', '194756.579000', '194756.582000', '194756.584000', '194756.587000', '194816.480000', '194816.483000', '194816.486000', '194816.488000', '194816.491000', '194816.494000', '194816.496000', '194816.499000', '194816.502000', '194816.504000', '194816.507000', '194816.510000', '194816.512000', '194816.515000', '194816.518000', '194816.520000', '194816.523000', '194816.525000', '194816.528000', '194816.531000', '194816.533000', '194816.536000', '194816.538000', '194816.541000', '194816.543000', '194816.546000', '194816.549000', '194816.551000', '194816.554000', '194816.557000', '194816.559000', '194816.562000', '194816.564000', '194816.567000', '194816.570000', '194816.572000', '194816.575000', '194816.578000', '194816.580000', '194816.583000', '194816.585000', '194816.588000', '194816.591000', '194816.593000', '194836.477000', '194836.480000', '194836.483000', '194836.486000', '194836.488000', '194836.491000', '194836.493000', '194836.496000', '194836.499000', '194836.501000', '194836.504000', '194836.506000', '194836.509000', '194836.512000', '194836.514000', '194836.517000', '194836.519000', '194836.522000', '194836.525000', '194836.528000', '194836.530000', '194836.533000', '194836.535000', '194836.538000', '194836.540000', '194836.543000', '194836.546000', '194836.548000', '194836.551000', '194836.553000', '194836.556000', '194836.559000', '194836.561000', '194836.564000', '194836.566000', '194836.569000', '194836.572000', '194836.574000', '194836.577000', '194836.579000', '194836.582000', '194836.585000', '194836.587000', '194856.477000', '194856.480000', '194856.483000', '194856.486000', '194856.488000', '194856.491000', '194856.493000', '194856.496000', '194856.499000', '194856.501000', '194856.504000', '194856.506000', '194856.509000', '194856.512000', '194856.514000', '194856.517000', '194856.520000', '194856.522000', '194856.525000', '194856.527000', '194856.530000', '194856.533000', '194856.535000', '194856.538000', '194856.541000', '194856.543000', '194856.546000', '194856.548000', '194856.551000', '194856.554000', '194856.556000', '194856.559000', '194856.562000', '194856.565000', '194856.568000', '194856.570000', '194856.573000', '194856.576000', '194856.578000', '194856.581000', '194856.583000', '194856.586000', '194856.589000', '194856.591000', '194916.478000', '194916.480000', '194916.483000', '194916.486000', '194916.488000', '194916.491000', '194916.494000', '194916.496000', '194916.499000', '194916.502000', '194916.504000', '194916.507000', '194916.510000', '194916.513000', '194916.515000', '194916.518000', '194916.544000', '194916.546000', '194916.549000', '194916.552000', '194916.554000', '194916.557000', '194916.559000', '194916.562000', '194916.565000', '194916.569000', '194916.571000', '194916.574000', '194916.577000', '194916.579000', '194916.582000', '194916.585000', '194916.587000', '194916.590000', '194916.593000', '194916.595000', '194916.598000', '194916.600000', '194916.603000', '194916.605000', '194916.608000', '194916.611000', '194916.613000', '194936.479000', '194936.482000', '194936.484000', '194936.487000', '194936.490000', '194936.492000', '194936.495000', '194936.497000', '194936.500000', '194936.503000', '194936.505000', '194936.508000', '194936.510000', '194936.513000', '194936.516000', '194936.518000', '194936.521000', '194936.524000', '194936.526000', '194936.529000', '194936.532000', '194936.535000', '194936.537000', '194936.540000', '194936.542000', '194936.545000', '194936.548000', '194936.551000', '194936.554000', '194936.556000', '194936.559000', '194936.561000', '194936.564000', '194936.567000', '194936.569000', '194936.572000', '194936.574000', '194936.577000', '194936.580000', '194936.582000', '194936.585000', '194936.587000', '194936.590000', '194936.593000', '194956.478000', '194956.481000', '194956.483000', '194956.486000', '194956.488000', '194956.491000', '194956.494000', '194956.496000', '194956.499000', '194956.501000', '194956.504000', '194956.507000', '194956.509000', '194956.512000', '194956.515000', '194956.517000', '194956.520000', '194956.522000', '194956.525000', '194956.528000', '194956.530000', '194956.533000', '194956.536000', '194956.538000', '194956.541000', '194956.543000', '194956.546000', '194956.548000', '194956.551000', '194956.554000', '194956.556000', '194956.559000', '194956.562000', '194956.564000', '194956.567000', '194956.569000', '194956.572000', '194956.575000', '194956.577000', '194956.580000', '194956.583000', '194956.585000', '194956.588000', '195016.477000', '195016.479000', '195016.482000', '195016.485000', '195016.487000', '195016.490000', '195016.492000', '195016.495000', '195016.498000', '195016.500000', '195016.503000', '195016.505000', '195016.508000', '195016.511000', '195016.514000', '195016.516000', '195016.519000', '195016.521000', '195016.524000', '195016.527000', '195016.529000', '195016.532000', '195016.534000', '195016.537000', '195016.540000', '195016.542000', '195016.545000', '195016.547000', '195016.550000', '195016.553000', '195016.555000', '195016.558000', '195016.561000', '195016.563000', '195016.566000', '195016.568000', '195016.571000', '195016.573000', '195016.576000', '195016.579000', '195016.581000', '195016.584000', '195016.586000', '195016.589000', '195031.638000', '195031.642000', '195031.644000', '195031.647000', '195031.650000', '195031.653000', '195031.656000', '195031.658000', '195031.661000', '195031.664000', '195031.666000', '195031.669000', '195031.705000', '195031.708000', '195031.711000', '195031.714000', '195031.717000', '195031.720000', '195031.722000', '195031.725000', '195031.728000', '195031.730000', '195031.733000', '195031.736000', '195031.738000', '195031.741000', '195031.744000', '195031.747000', '195031.750000', '195031.752000', '195031.755000', '195031.757000', '195031.760000'], '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': [11895, 9288, 11252, 9216, 10794, 9109, 10361, 9086, 10367, 9170, 10466, 9013, 8971, 8795, 9058, 16560, 9401, 13024, 8941, 12098, 9544, 10848, 9441, 9214, 9264, 9335, 9402, 9381, 9468, 9296, 8657, 9155, 10614, 9559, 11540, 9410, 10391, 9213, 10536, 9418, 10611, 9407, 9817, 9506, 9369, 9595, 9376, 13638, 9753, 10005, 9114, 8928, 9561, 9126, 9444, 9425, 9451, 9154, 9407, 13253, 9456, 13440, 9359, 14209, 9525, 11209, 9684, 11470, 9443, 9748, 9313, 10077, 8888, 9530, 8980, 9721, 9479, 9309, 9605, 8847, 9985, 9036, 11163, 9471, 10531, 9641, 8980, 9394, 9227, 13399, 9457, 10415, 9402, 9482, 9928, 9455, 9658, 9192, 9487, 9066, 12229, 9508, 11211, 9619, 9617, 9790, 9393, 10124, 9504, 9738, 9456, 9610, 9420, 11554, 9716, 11630, 9943, 9552, 9620, 9037, 9256, 10239, 9738, 11287, 9519, 10078, 9939, 9330, 9983, 9392, 9564, 9213, 9731, 9594, 11959, 9602, 11474, 9655, 10673, 9693, 10402, 9550, 10791, 9696, 10018, 10097, 9187, 11167, 9216, 14491, 9315, 11270, 9191, 11057, 9641, 11373, 9907, 10151, 8833, 10309, 9632, 10154, 9523, 10756, 9403, 8910, 9841, 9516, 9639, 9044, 9320, 9982, 9763, 9111, 9561, 9041, 10491, 9028, 9274, 8649, 15195, 8787, 14001, 9415, 13075, 9084, 10165, 9500, 8583, 10156, 9061, 12487, 8869, 10679, 9240, 10522, 9621, 9225, 9560, 8790, 9337, 8705, 9762, 9221, 11766, 8990, 10397, 9088, 10859, 9434, 10761, 9335, 10409, 9160, 10377, 9364, 10519, 9391, 10629, 9220, 10005, 9611, 10067, 9791, 9020, 9635, 8493, 9425, 8924, 12239, 9350, 11861, 8774, 10807, 9073, 10999, 9390, 9435, 9308, 10539, 9380, 10313, 9678, 9797, 9166, 8842, 9525, 8582, 9150, 8835, 12687, 8747, 12555, 9148, 11179, 9200, 10096, 9671, 9408, 9406, 8606, 9621, 9122, 12325, 8910, 10216, 9225, 10576, 9692, 8821, 9213, 8688, 10468, 8614, 11502, 9023, 10791, 9271, 9704, 9552, 9683, 9633, 8984, 9253, 8898, 9742, 8871, 10966, 8999, 11530, 9051, 10404, 8983, 10250, 9439, 10805, 9386, 10169, 9248, 10003, 9539, 8942, 9547, 8680, 9206, 8711, 10988, 8975, 12110, 9053, 10627, 8934, 10609, 9169, 11028, 9547, 10628, 9154, 9976, 9448, 9723, 9433, 9983, 9124, 10769, 8965, 11115, 9019, 11890, 8928, 12767, 8607, 11099, 8993, 10633, 9113, 12094, 9108, 9803, 9461, 8735, 9263, 8513, 9177, 8343, 9420, 8959, 11149, 8676, 10038, 8667, 10832, 9181, 10672, 8932, 9685, 8891, 9495, 9338, 9354, 9095, 9886, 9202, 8319, 9193, 8515, 12675, 8628, 12026, 8182, 11270, 8806, 10866, 8740, 10515, 8851, 9932, 9590, 8613, 15553, 8171, 12931, 8523, 10233, 9267, 10100, 9245, 9289, 8880, 9146, 9102, 10554, 9153, 11066, 8750, 10483, 9104, 9662, 9362, 11651, 8832, 9363, 9105, 8749, 9093, 9352, 10205, 8536, 8882, 7945, 8748, 8364, 11585, 8022, 9733, 8114, 9868, 8307, 11197, 8470, 10808, 8855, 10062, 8271, 10733, 8286, 10811, 9145, 9844, 7879, 9669, 8052, 11182, 8289, 10342, 8841, 8960, 8318, 8277, 9078, 8352, 10965, 7884, 11747, 8131, 13734, 8299, 8105, 8629, 7395, 11745, 7412, 8233, 7153, 10099, 7513, 16114, 7444, 13637, 9194, 13389, 7950, 8099, 7804, 7149, 14192, 7361, 10564, 7586, 9260, 7853, 9090, 7866, 7485, 7708, 7782, 8552, 8330, 10040, 8369, 10717, 8340, 9385, 8131, 10273, 8458, 10231, 8672, 8841, 7679, 7798, 7728, 10208, 8077, 8173, 7746, 13279, 7891, 10812, 8113, 9576, 8263, 8507, 7535, 7929, 9991, 7778, 8744, 8163, 9523, 7968, 9987, 8163, 9742, 7923, 9535, 7830, 9707, 8229, 9110, 8402, 9179, 8015, 7496, 7662, 7514, 11159, 7382, 10826, 7675, 11387, 7696, 11864, 8029, 11141, 7708, 10419, 7691, 10505, 8171, 10433, 7806, 9959, 7843, 10028, 7671, 11680, 7890, 11453, 8098, 9042, 7794, 7763, 8591, 7442, 10374, 7551, 10378, 7575, 10150, 7770, 9359, 8306, 9122, 7853, 7998, 7933, 7274, 7284, 7502, 11431, 7408, 10288, 7503, 9080, 7873, 9441, 7882, 9322, 7619, 7531, 7987, 7344, 7885, 7578, 12425, 7651, 10431, 7626, 9903, 7759, 10478, 7815, 13002, 7514, 11593, 7859, 9931, 7354, 9731, 7790, 10071, 7702, 9691, 7411, 8576, 9372, 6996, 12647, 7415, 12686, 8675, 13399, 8726, 12885, 10892, 9222, 16250, 10302, 15012, 8048, 11962, 6991, 9729, 7364, 6730, 8224, 6981, 12953, 6763, 10380, 7339, 9801, 7757, 8507, 7978, 8445, 7880, 7748, 7763, 8917, 7644, 9442, 7997, 9300, 8000, 9331, 7728, 9908, 8307, 10101, 7795, 11558, 8188, 10300, 7806, 10156, 7543, 10032, 8508, 9480, 7823, 9654, 7730, 9537, 7522, 9268, 7720, 9072, 7658, 8769, 7661, 8150, 8656, 7161, 11005, 7428, 11461, 7483, 10544, 7662, 9674, 7950, 9989, 8175, 10080, 8636, 9492, 7870, 9393, 7941, 7820, 9090, 8233, 9226, 7469, 10427, 8126, 9315, 7910, 8056, 10743, 10107, 12776, 14354, 11647, 16302, 9719, 14021, 9703, 13445, 9388, 10351, 12422, 8948, 10625, 7086, 8842, 7601, 7805, 7759, 7698, 8075, 7320, 7667, 6934, 10839, 7049, 10090, 7546, 9497, 7950, 7722, 8382, 6923, 10891, 7006, 10590, 7848, 9101, 7687, 8485, 7923, 8543, 8114, 8614, 8048, 8267, 8395, 7377, 9440, 7863, 10230, 7113, 12489, 7520, 10853, 8570, 11644, 7733, 9277, 8004, 7119, 8019, 7054, 8352, 7356, 7922, 7689, 9773, 7856, 9606, 8058, 9441, 8357, 8380, 8322, 9189, 12308, 7175, 13456, 7731, 10635, 8205, 9308, 8336, 7112, 12389, 7551, 10581, 7837, 10115, 8026, 8943, 8254, 7110, 9612, 7201, 11255, 7705, 9697, 8036, 9649, 7906, 9556, 8189, 9119, 8002, 8704, 8129, 8544, 8213, 9241, 8321, 7236, 8536, 7498, 14732, 9131, 11920, 7427, 10506, 8014, 10147, 7807, 10393, 8315, 8507, 8076, 6938, 7884, 7157, 7836, 7027, 7986, 7375, 11808, 7093, 10481, 7444, 9671, 8803, 11498, 7616, 9657, 7871, 8696, 7781, 7175, 9290, 6999, 11773, 7011, 10961, 7253, 9455, 7581, 9134, 7505, 8909, 7508, 6994, 7845, 7042, 12441, 7478, 12028, 8024, 10227, 8637, 10499, 8644, 11228, 8201, 10684, 8779, 11085, 9446, 11303, 9747, 10984, 8502, 9991, 8626, 11420, 8606, 14059, 9009, 10558, 8952, 9476, 8959, 9674, 9063, 8625, 16349, 8743, 14458, 11651, 13987, 8306, 10417, 7976, 9540, 7699, 8160, 7982, 8125, 10015, 8213, 10718, 8366, 10434, 8465], 'WindowCenter': [4165.0, 4121.0, 4127.0, 4090.0, 4101.0, 4069.0, 4088.0, 4068.0, 4088.0, 4065.0, 4087.0, 4055.0, 4064.0, 4053.0, 4065.0, 4127.0, 4064.0, 4093.0, 4052.0, 4092.0, 4075.0, 4085.0, 4071.0, 4064.0, 4064.0, 4063.0, 4075.0, 4076.0, 4076.0, 4065.0, 4052.0, 4064.0, 4085.0, 4087.0, 4095.0, 4065.0, 4073.0, 4064.0, 4085.0, 4064.0, 4086.0, 4063.0, 4074.0, 4061.0, 4064.0, 4063.0, 4065.0, 4104.0, 4063.0, 4061.0, 4052.0, 4051.0, 4062.0, 4062.0, 4064.0, 4063.0, 4075.0, 4065.0, 4066.0, 4105.0, 4064.0, 4103.0, 4064.0, 4118.0, 4075.0, 4073.0, 4063.0, 4082.0, 4075.0, 4066.0, 4065.0, 4063.0, 4052.0, 4049.0, 4039.0, 4051.0, 4063.0, 4063.0, 4050.0, 4052.0, 4049.0, 4038.0, 4081.0, 4062.0, 4073.0, 4049.0, 4040.0, 4049.0, 4065.0, 4102.0, 4061.0, 4059.0, 4048.0, 4049.0, 4060.0, 4049.0, 4048.0, 4052.0, 4050.0, 4051.0, 4096.0, 4074.0, 4081.0, 4060.0, 4050.0, 4059.0, 4050.0, 4060.0, 4060.0, 4050.0, 4060.0, 4050.0, 4052.0, 4082.0, 4063.0, 4083.0, 4062.0, 4061.0, 4075.0, 4066.0, 4063.0, 4086.0, 4062.0, 4084.0, 4061.0, 4061.0, 4075.0, 4064.0, 4062.0, 4063.0, 4062.0, 4062.0, 4060.0, 4065.0, 4094.0, 4076.0, 4095.0, 4077.0, 4075.0, 4063.0, 4074.0, 4074.0, 4083.0, 4062.0, 4061.0, 4062.0, 4062.0, 4082.0, 4062.0, 4107.0, 4063.0, 4081.0, 4062.0, 4082.0, 4075.0, 4094.0, 4073.0, 4073.0, 4067.0, 4090.0, 4075.0, 4070.0, 4063.0, 4084.0, 4050.0, 4064.0, 4062.0, 4064.0, 4063.0, 4054.0, 4053.0, 4063.0, 4063.0, 4053.0, 4064.0, 4065.0, 4073.0, 4063.0, 4052.0, 4053.0, 4103.0, 4042.0, 4104.0, 4051.0, 4091.0, 4041.0, 4061.0, 4049.0, 4041.0, 4059.0, 4039.0, 4083.0, 4038.0, 4057.0, 4051.0, 4072.0, 4050.0, 4049.0, 4049.0, 4040.0, 4038.0, 4039.0, 4064.0, 4052.0, 4080.0, 4053.0, 4060.0, 4051.0, 4072.0, 4064.0, 4071.0, 4064.0, 4086.0, 4064.0, 4062.0, 4064.0, 4086.0, 4063.0, 4072.0, 4053.0, 4058.0, 4064.0, 4073.0, 4073.0, 4052.0, 4061.0, 4042.0, 4050.0, 4057.0, 4094.0, 4065.0, 4084.0, 4053.0, 4072.0, 4064.0, 4084.0, 4063.0, 4051.0, 4062.0, 4072.0, 4064.0, 4092.0, 4080.0, 4075.0, 4062.0, 4052.0, 4062.0, 4054.0, 4063.0, 4053.0, 4095.0, 4042.0, 4083.0, 4052.0, 4083.0, 4053.0, 4073.0, 4061.0, 4051.0, 4051.0, 4040.0, 4063.0, 4063.0, 4092.0, 4052.0, 4061.0, 4051.0, 4071.0, 4062.0, 4052.0, 4051.0, 4041.0, 4061.0, 4041.0, 4072.0, 4053.0, 4073.0, 4051.0, 4051.0, 4050.0, 4060.0, 4062.0, 4053.0, 4052.0, 4053.0, 4051.0, 4054.0, 4075.0, 4058.0, 4079.0, 4053.0, 4085.0, 4055.0, 4063.0, 4065.0, 4084.0, 4063.0, 4063.0, 4048.0, 4062.0, 4063.0, 4058.0, 4062.0, 4043.0, 4050.0, 4041.0, 4071.0, 4053.0, 4082.0, 4052.0, 4071.0, 4048.0, 4072.0, 4053.0, 4084.0, 4063.0, 4073.0, 4065.0, 4074.0, 4062.0, 4076.0, 4075.0, 4075.0, 4066.0, 4097.0, 4065.0, 4085.0, 4067.0, 4096.0, 4054.0, 4093.0, 4054.0, 4084.0, 4053.0, 4074.0, 4041.0, 4082.0, 4039.0, 4061.0, 4050.0, 4044.0, 4051.0, 4041.0, 4052.0, 4031.0, 4051.0, 4052.0, 4070.0, 4042.0, 4061.0, 4042.0, 4083.0, 4064.0, 4073.0, 4053.0, 4065.0, 4053.0, 4060.0, 4066.0, 4064.0, 4052.0, 4063.0, 4054.0, 4041.0, 4064.0, 4053.0, 4093.0, 4043.0, 4096.0, 4044.0, 4084.0, 4055.0, 4069.0, 4043.0, 4061.0, 4042.0, 4062.0, 4064.0, 4042.0, 4101.0, 4031.0, 4079.0, 4029.0, 4059.0, 4051.0, 4073.0, 4052.0, 4065.0, 4052.0, 4065.0, 4066.0, 4075.0, 4065.0, 4084.0, 4043.0, 4074.0, 4054.0, 4065.0, 4063.0, 4085.0, 4042.0, 4052.0, 4040.0, 4044.0, 4044.0, 4056.0, 4062.0, 4030.0, 4041.0, 4019.0, 4041.0, 4031.0, 4084.0, 4031.0, 4050.0, 4030.0, 4060.0, 4031.0, 4072.0, 4041.0, 4070.0, 4051.0, 4060.0, 4029.0, 4071.0, 4041.0, 4073.0, 4063.0, 4064.0, 4033.0, 4064.0, 4046.0, 4084.0, 4044.0, 4075.0, 4053.0, 4053.0, 4044.0, 4040.0, 4051.0, 4042.0, 4073.0, 4031.0, 4083.0, 4031.0, 4092.0, 4031.0, 4020.0, 4042.0, 4021.0, 4071.0, 4009.0, 4016.0, 3998.0, 4049.0, 4008.0, 4089.0, 4008.0, 4078.0, 4027.0, 4076.0, 4005.0, 4004.0, 4005.0, 3996.0, 4078.0, 3995.0, 4044.0, 4005.0, 4024.0, 4004.0, 4023.0, 4016.0, 4007.0, 4007.0, 4034.0, 4056.0, 4044.0, 4058.0, 4039.0, 4072.0, 4045.0, 4064.0, 4032.0, 4074.0, 4045.0, 4063.0, 4042.0, 4041.0, 4025.0, 4021.0, 4032.0, 4064.0, 4033.0, 4021.0, 4019.0, 4079.0, 4031.0, 4071.0, 4020.0, 4049.0, 4027.0, 4030.0, 4008.0, 4022.0, 4051.0, 4018.0, 4027.0, 4029.0, 4050.0, 4032.0, 4064.0, 4043.0, 4064.0, 4043.0, 4062.0, 4032.0, 4065.0, 4044.0, 4056.0, 4042.0, 4063.0, 4033.0, 4023.0, 4035.0, 4022.0, 4083.0, 4024.0, 4073.0, 4034.0, 4083.0, 4035.0, 4084.0, 4032.0, 4074.0, 4022.0, 4072.0, 4021.0, 4061.0, 4044.0, 4074.0, 4022.0, 4061.0, 4030.0, 4061.0, 4024.0, 4070.0, 4020.0, 4071.0, 4018.0, 4039.0, 4020.0, 4019.0, 4027.0, 4010.0, 4049.0, 4019.0, 4058.0, 4020.0, 4059.0, 4020.0, 4040.0, 4018.0, 4038.0, 4020.0, 4019.0, 4017.0, 4010.0, 3996.0, 4008.0, 4070.0, 4010.0, 4050.0, 4009.0, 4039.0, 4020.0, 4050.0, 4030.0, 4053.0, 4019.0, 4021.0, 4020.0, 4011.0, 4030.0, 4021.0, 4084.0, 4021.0, 4061.0, 4021.0, 4048.0, 4033.0, 4073.0, 4039.0, 4096.0, 4011.0, 4086.0, 4034.0, 4063.0, 4022.0, 4051.0, 4021.0, 4051.0, 4018.0, 4050.0, 4012.0, 4042.0, 4053.0, 4013.0, 4082.0, 4011.0, 4078.0, 4029.0, 4081.0, 4020.0, 4070.0, 4035.0, 4013.0, 4075.0, 4024.0, 4064.0, 3981.0, 4032.0, 3960.0, 4011.0, 3967.0, 3959.0, 3989.0, 3968.0, 4052.0, 3973.0, 4035.0, 4008.0, 4034.0, 4004.0, 4025.0, 4017.0, 4015.0, 4015.0, 4003.0, 4005.0, 4025.0, 4018.0, 4049.0, 4031.0, 4050.0, 4045.0, 4054.0, 4034.0, 4086.0, 4055.0, 4072.0, 4032.0, 4095.0, 4045.0, 4063.0, 4034.0, 4062.0, 4031.0, 4060.0, 4043.0, 4063.0, 4021.0, 4052.0, 4023.0, 4065.0, 4033.0, 4054.0, 4033.0, 4048.0, 4033.0, 4055.0, 4033.0, 4044.0, 4042.0, 4011.0, 4072.0, 4021.0, 4082.0, 4034.0, 4086.0, 4034.0, 4065.0, 4043.0, 4075.0, 4058.0, 4086.0, 4057.0, 4074.0, 4045.0, 4078.0, 4056.0, 4045.0, 4070.0, 4061.0, 4081.0, 4052.0, 4092.0, 4050.0, 4070.0, 4048.0, 4049.0, 4103.0, 4104.0, 4124.0, 4119.0, 4086.0, 4103.0, 4051.0, 4092.0, 4039.0, 4082.0, 4037.0, 4049.0, 4067.0, 4027.0, 4049.0, 4001.0, 4030.0, 4009.0, 4008.0, 4008.0, 4007.0, 4021.0, 4012.0, 4022.0, 4003.0, 4063.0, 4004.0, 4063.0, 4021.0, 4053.0, 4021.0, 4021.0, 4030.0, 4000.0, 4059.0, 4015.0, 4071.0, 4034.0, 4042.0, 4020.0, 4042.0, 4033.0, 4046.0, 4047.0, 4054.0, 4047.0, 4046.0, 4044.0, 4035.0, 4065.0, 4035.0, 4074.0, 4014.0, 4093.0, 4023.0, 4074.0, 4059.0, 4097.0, 4034.0, 4054.0, 4035.0, 4013.0, 4035.0, 4014.0, 4043.0, 4025.0, 4033.0, 4034.0, 4077.0, 4049.0, 4064.0, 4046.0, 4067.0, 4045.0, 4046.0, 4045.0, 4067.0, 4096.0, 4013.0, 4104.0, 4024.0, 4075.0, 4044.0, 4054.0, 4032.0, 4012.0, 4081.0, 4024.0, 4071.0, 4030.0, 4063.0, 4030.0, 4038.0, 4028.0, 4015.0, 4064.0, 4022.0, 4073.0, 4034.0, 4065.0, 4046.0, 4064.0, 4034.0, 4063.0, 4042.0, 4041.0, 4031.0, 4044.0, 4032.0, 4053.0, 4045.0, 4053.0, 4044.0, 4023.0, 4043.0, 4023.0, 4099.0, 4055.0, 4084.0, 4012.0, 4060.0, 4029.0, 4063.0, 4023.0, 4073.0, 4042.0, 4043.0, 4021.0, 4011.0, 4035.0, 4027.0, 4036.0, 4022.0, 4033.0, 4034.0, 4085.0, 4023.0, 4074.0, 4039.0, 4074.0, 4065.0, 4110.0, 4038.0, 4064.0, 4033.0, 4038.0, 4035.0, 4012.0, 4064.0, 4026.0, 4109.0, 4026.0, 4086.0, 4023.0, 4062.0, 4048.0, 4079.0, 4049.0, 4068.0, 4036.0, 4013.0, 4032.0, 4025.0, 4109.0, 4038.0, 4111.0, 4048.0, 4079.0, 4058.0, 4077.0, 4056.0, 4086.0, 4045.0, 4085.0, 4061.0, 4099.0, 4080.0, 4087.0, 4066.0, 4075.0, 4046.0, 4063.0, 4059.0, 4084.0, 4045.0, 4106.0, 4056.0, 4057.0, 4045.0, 4051.0, 4043.0, 4051.0, 4028.0, 4031.0, 4103.0, 4031.0, 4091.0, 4071.0, 4092.0, 4032.0, 4063.0, 4006.0, 4050.0, 4005.0, 4021.0, 4006.0, 4018.0, 4047.0, 4032.0, 4058.0, 4030.0, 4058.0, 4042.0], 'WindowWidth': [9238.0, 9167.0, 9165.0, 9104.0, 9114.0, 9066.0, 9089.0, 9064.0, 9091.0, 9054.0, 9085.0, 9037.0, 9049.0, 9035.0, 9054.0, 9143.0, 9050.0, 9087.0, 9031.0, 9084.0, 9065.0, 9080.0, 9057.0, 9049.0, 9048.0, 9049.0, 9068.0, 9070.0, 9069.0, 9052.0, 9032.0, 9049.0, 9080.0, 9085.0, 9094.0, 9054.0, 9060.0, 9049.0, 9077.0, 9049.0, 9082.0, 9047.0, 9061.0, 9039.0, 9047.0, 9045.0, 9052.0, 9103.0, 9047.0, 9038.0, 9028.0, 9026.0, 9044.0, 9045.0, 9048.0, 9047.0, 9066.0, 9051.0, 9056.0, 9106.0, 9049.0, 9098.0, 9050.0, 9130.0, 9066.0, 9057.0, 9045.0, 9067.0, 9065.0, 9052.0, 9052.0, 9042.0, 9027.0, 9017.0, 9007.0, 9023.0, 9046.0, 9046.0, 9023.0, 9027.0, 9019.0, 9005.0, 9067.0, 9043.0, 9057.0, 9021.0, 9010.0, 9021.0, 9049.0, 9097.0, 9041.0, 9032.0, 9016.0, 9018.0, 9032.0, 9019.0, 9017.0, 9027.0, 9020.0, 9026.0, 9095.0, 9063.0, 9067.0, 9037.0, 9022.0, 9032.0, 9023.0, 9035.0, 9037.0, 9022.0, 9036.0, 9022.0, 9028.0, 9068.0, 9046.0, 9072.0, 9042.0, 9039.0, 9065.0, 9054.0, 9047.0, 9082.0, 9045.0, 9076.0, 9039.0, 9039.0, 9062.0, 9050.0, 9043.0, 9044.0, 9043.0, 9043.0, 9036.0, 9050.0, 9090.0, 9067.0, 9091.0, 9072.0, 9064.0, 9044.0, 9062.0, 9063.0, 9074.0, 9041.0, 9040.0, 9040.0, 9043.0, 9070.0, 9046.0, 9110.0, 9047.0, 9067.0, 9042.0, 9067.0, 9065.0, 9088.0, 9058.0, 9058.0, 9056.0, 9091.0, 9065.0, 9055.0, 9045.0, 9075.0, 9024.0, 9051.0, 9042.0, 9048.0, 9046.0, 9035.0, 9031.0, 9044.0, 9044.0, 9034.0, 9049.0, 9051.0, 9060.0, 9047.0, 9029.0, 9031.0, 9100.0, 9015.0, 9102.0, 9025.0, 9078.0, 9010.0, 9038.0, 9018.0, 9011.0, 9030.0, 9005.0, 9065.0, 9001.0, 9026.0, 9023.0, 9053.0, 9020.0, 9020.0, 9017.0, 9008.0, 9001.0, 9007.0, 9046.0, 9028.0, 9062.0, 9032.0, 9035.0, 9025.0, 9054.0, 9048.0, 9053.0, 9048.0, 9080.0, 9046.0, 9042.0, 9049.0, 9080.0, 9045.0, 9056.0, 9031.0, 9034.0, 9047.0, 9060.0, 9058.0, 9030.0, 9038.0, 9015.0, 9023.0, 9041.0, 9088.0, 9049.0, 9073.0, 9031.0, 9056.0, 9049.0, 9073.0, 9044.0, 9027.0, 9042.0, 9056.0, 9050.0, 9099.0, 9080.0, 9065.0, 9043.0, 9031.0, 9042.0, 9034.0, 9047.0, 9033.0, 9089.0, 9014.0, 9070.0, 9027.0, 9071.0, 9031.0, 9058.0, 9037.0, 9025.0, 9023.0, 9011.0, 9044.0, 9046.0, 9083.0, 9028.0, 9038.0, 9023.0, 9051.0, 9041.0, 9030.0, 9024.0, 9012.0, 9035.0, 9012.0, 9053.0, 9031.0, 9057.0, 9026.0, 9025.0, 9022.0, 9036.0, 9040.0, 9031.0, 9028.0, 9030.0, 9025.0, 9032.0, 9061.0, 9042.0, 9064.0, 9034.0, 9077.0, 9036.0, 9043.0, 9050.0, 9073.0, 9044.0, 9043.0, 9019.0, 9043.0, 9043.0, 9043.0, 9041.0, 9017.0, 9023.0, 9013.0, 9051.0, 9032.0, 9067.0, 9027.0, 9051.0, 9018.0, 9053.0, 9031.0, 9075.0, 9045.0, 9058.0, 9053.0, 9062.0, 9043.0, 9066.0, 9069.0, 9067.0, 9054.0, 9098.0, 9052.0, 9079.0, 9059.0, 9093.0, 9034.0, 9085.0, 9034.0, 9074.0, 9031.0, 9060.0, 9011.0, 9067.0, 9006.0, 9035.0, 9023.0, 9019.0, 9023.0, 9010.0, 9026.0, 8998.0, 9026.0, 9029.0, 9050.0, 9014.0, 9037.0, 9015.0, 9073.0, 9047.0, 9057.0, 9032.0, 9051.0, 9032.0, 9040.0, 9054.0, 9047.0, 9028.0, 9043.0, 9031.0, 9014.0, 9048.0, 9031.0, 9084.0, 9017.0, 9092.0, 9020.0, 9075.0, 9037.0, 9048.0, 9016.0, 9040.0, 9012.0, 9042.0, 9044.0, 9012.0, 9094.0, 8995.0, 9058.0, 8991.0, 9032.0, 9027.0, 9056.0, 9028.0, 9050.0, 9031.0, 9049.0, 9056.0, 9065.0, 9049.0, 9073.0, 9016.0, 9061.0, 9034.0, 9052.0, 9045.0, 9075.0, 9013.0, 9028.0, 9007.0, 9019.0, 9017.0, 9036.0, 9040.0, 8993.0, 9007.0, 8979.0, 9007.0, 8998.0, 9071.0, 8999.0, 9021.0, 8994.0, 9033.0, 8999.0, 9055.0, 9014.0, 9049.0, 9026.0, 9036.0, 8994.0, 9049.0, 9014.0, 9056.0, 9047.0, 9045.0, 9004.0, 9049.0, 9030.0, 9073.0, 9022.0, 9062.0, 9032.0, 9030.0, 9023.0, 9010.0, 9025.0, 9013.0, 9055.0, 8998.0, 9072.0, 8999.0, 9081.0, 8994.0, 8982.0, 9014.0, 8985.0, 9049.0, 8965.0, 8970.0, 8948.0, 9014.0, 8960.0, 9072.0, 8962.0, 9055.0, 8983.0, 9051.0, 8951.0, 8949.0, 8954.0, 8943.0, 9052.0, 8938.0, 9002.0, 8951.0, 8975.0, 8951.0, 8976.0, 8968.0, 8960.0, 8961.0, 9010.0, 9039.0, 9022.0, 9030.0, 9008.0, 9054.0, 9023.0, 9047.0, 9003.0, 9062.0, 9022.0, 9040.0, 9014.0, 9010.0, 8995.0, 8988.0, 9004.0, 9044.0, 9001.0, 8981.0, 8979.0, 9059.0, 8997.0, 9050.0, 8980.0, 9017.0, 8985.0, 8992.0, 8962.0, 8986.0, 9021.0, 8975.0, 8986.0, 8991.0, 9018.0, 9000.0, 9045.0, 9020.0, 9047.0, 9018.0, 9041.0, 9002.0, 9050.0, 9019.0, 9038.0, 9016.0, 9046.0, 9003.0, 8991.0, 9009.0, 8990.0, 9071.0, 8996.0, 9058.0, 9009.0, 9069.0, 9010.0, 9073.0, 9003.0, 9057.0, 8988.0, 9054.0, 8985.0, 9038.0, 9020.0, 9059.0, 8988.0, 9038.0, 8997.0, 9040.0, 8992.0, 9049.0, 8979.0, 9047.0, 8973.0, 9004.0, 8980.0, 8979.0, 8986.0, 8970.0, 9015.0, 8977.0, 9029.0, 8981.0, 9032.0, 8980.0, 9006.0, 8974.0, 9003.0, 8982.0, 8979.0, 8972.0, 8966.0, 8944.0, 8963.0, 9044.0, 8967.0, 9019.0, 8965.0, 9004.0, 8981.0, 9019.0, 8996.0, 9028.0, 8978.0, 8983.0, 8980.0, 8972.0, 8997.0, 8985.0, 9070.0, 8986.0, 9036.0, 8984.0, 9017.0, 9008.0, 9057.0, 9022.0, 9090.0, 8972.0, 9076.0, 9006.0, 9044.0, 8987.0, 9021.0, 8984.0, 9022.0, 8976.0, 9022.0, 8972.0, 9012.0, 9028.0, 8975.0, 9067.0, 8969.0, 9056.0, 8990.0, 9061.0, 8974.0, 9044.0, 8988.0, 8958.0, 9042.0, 8970.0, 9025.0, 8909.0, 8978.0, 8879.0, 8947.0, 8885.0, 8878.0, 8917.0, 8891.0, 9006.0, 8903.0, 8989.0, 8964.0, 8989.0, 8949.0, 8980.0, 8970.0, 8966.0, 8967.0, 8947.0, 8954.0, 8978.0, 8978.0, 9016.0, 9000.0, 9023.0, 9024.0, 9033.0, 9009.0, 9085.0, 9042.0, 9055.0, 9004.0, 9092.0, 9025.0, 9042.0, 9005.0, 9039.0, 9000.0, 9038.0, 9019.0, 9042.0, 8985.0, 9027.0, 8990.0, 9049.0, 9005.0, 9032.0, 9004.0, 9020.0, 9004.0, 9037.0, 9008.0, 9023.0, 9015.0, 8973.0, 9053.0, 8988.0, 9070.0, 9009.0, 9081.0, 9008.0, 9048.0, 9018.0, 9066.0, 9050.0, 9083.0, 9045.0, 9062.0, 9029.0, 9073.0, 9046.0, 9031.0, 9067.0, 9056.0, 9082.0, 9048.0, 9096.0, 9038.0, 9063.0, 9032.0, 9034.0, 9114.0, 9118.0, 9144.0, 9130.0, 9080.0, 9098.0, 9022.0, 9078.0, 9003.0, 9064.0, 8995.0, 9014.0, 9035.0, 8981.0, 9012.0, 8954.0, 8989.0, 8960.0, 8957.0, 8961.0, 8959.0, 8981.0, 8973.0, 8987.0, 8963.0, 9040.0, 8964.0, 9040.0, 8984.0, 9027.0, 8982.0, 8982.0, 8993.0, 8955.0, 9030.0, 8980.0, 9051.0, 9003.0, 9012.0, 8983.0, 9011.0, 9003.0, 9024.0, 9029.0, 9035.0, 9028.0, 9027.0, 9020.0, 9013.0, 9050.0, 9010.0, 9059.0, 8980.0, 9085.0, 8991.0, 9061.0, 9048.0, 9096.0, 9008.0, 9032.0, 9009.0, 8980.0, 9010.0, 8980.0, 9018.0, 8997.0, 9006.0, 9011.0, 9070.0, 9036.0, 9049.0, 9028.0, 9055.0, 9024.0, 9028.0, 9025.0, 9054.0, 9092.0, 8979.0, 9100.0, 8992.0, 9062.0, 9022.0, 9034.0, 8999.0, 8974.0, 9063.0, 8991.0, 9051.0, 8998.0, 9041.0, 8996.0, 9005.0, 8991.0, 8982.0, 9045.0, 8990.0, 9056.0, 9007.0, 9051.0, 9027.0, 9048.0, 9009.0, 9044.0, 9014.0, 9012.0, 8999.0, 9019.0, 9002.0, 9032.0, 9023.0, 9031.0, 9020.0, 8992.0, 9018.0, 8993.0, 9090.0, 9034.0, 9072.0, 8974.0, 9036.0, 8993.0, 9043.0, 8990.0, 9057.0, 9015.0, 9015.0, 8983.0, 8974.0, 9009.0, 9005.0, 9015.0, 8992.0, 9004.0, 9011.0, 9075.0, 8993.0, 9061.0, 9022.0, 9064.0, 9053.0, 9119.0, 9017.0, 9046.0, 9004.0, 9005.0, 9009.0, 8978.0, 9047.0, 9001.0, 9115.0, 9002.0, 9078.0, 8994.0, 9043.0, 9033.0, 9079.0, 9040.0, 9061.0, 9017.0, 8980.0, 9001.0, 8997.0, 9115.0, 9022.0, 9120.0, 9033.0, 9071.0, 9041.0, 9068.0, 9040.0, 9080.0, 9025.0, 9077.0, 9051.0, 9101.0, 9077.0, 9080.0, 9052.0, 9063.0, 9025.0, 9043.0, 9044.0, 9075.0, 9022.0, 9103.0, 9037.0, 9028.0, 9020.0, 9024.0, 9013.0, 9024.0, 8988.0, 8995.0, 9096.0, 8997.0, 9078.0, 9048.0, 9079.0, 8998.0, 9039.0, 8955.0, 9020.0, 8953.0, 8979.0, 8954.0, 8973.0, 9013.0, 8997.0, 9028.0, 8993.0, 9027.0, 9016.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.0030283956043956044</td></tr>
<tr><td colspan=3>aqi</td><td>0.04899527197802198</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.44775332718371</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1530308569306935</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003258934873487</td></tr>
<tr><td colspan=3>efc</td><td>0.4583</td></tr>
<tr><td colspan=3>fber</td><td>5867.0845</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13235911864561797</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.516483516483516</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.403622301039034</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.283826672822056</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5923069381945862</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3347332921004598</td></tr>
<tr><td colspan=3>gcor</td><td>0.00807309</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01979738660156727</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033699825406074524</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.826795980617299</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>38.2964</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2848</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.2024</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306171.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>684.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.793</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9961</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.2574</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3289.6362</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70373.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.0537</td></tr>
<tr><td colspan=3>tsnr</td><td>27.691359747899696</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>