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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-02/func/sub-0105_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5fe221b28d12f6bd9f769c94207129d0</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>22:36:46.127500</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.999761, -0.00173179, 0.0217892, 0.00401327, 0.994453, -0.105104]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0898837</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7744, -7266, 248, -145, -63, -70, 55]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f980c5c4-deb1-41a0-aba5-ccd7cc86c462||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.682286024093628, 0.010767310857772827, 0.05801304057240486, 108.58995056152344], [0.004646265413612127, 2.6680450439453125, -0.283948689699173, -78.91228485107422], [0.058458805084228516, 0.28198593854904175, 2.684400796890259, -87.68189239501953], [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': ['223646.127500', '223646.587500', '223647.047500', '223647.507500', '223647.967500', '223648.427500', '223648.887500', '223649.347500', '223649.807500', '223650.267500', '223650.727500', '223651.187500', '223651.647500', '223652.107500', '223652.567500', '223653.027500', '223653.487500', '223653.947500', '223654.407500', '223654.867500', '223655.327500', '223655.787500', '223656.247500', '223656.707500', '223657.167500', '223657.627500', '223658.087500', '223658.547500', '223659.007500', '223659.467500', '223659.927500', '223700.387500', '223700.847500', '223701.307500', '223701.767500', '223702.227500', '223702.687500', '223703.147500', '223703.607500', '223704.067500', '223704.527500', '223704.987500', '223705.447500', '223705.907500', '223706.367500', '223706.827500', '223707.287500', '223707.747500', '223708.207500', '223708.667500', '223709.127500', '223709.587500', '223710.047500', '223710.507500', '223710.967500', '223711.427500', '223711.887500', '223712.347500', '223712.807500', '223713.267500', '223713.727500', '223714.187500', '223714.647500', '223715.107500', '223715.567500', '223716.027500', '223716.487500', '223716.947500', '223717.407500', '223717.867500', '223718.327500', '223718.787500', '223719.247500', '223719.707500', '223720.167500', '223720.627500', '223721.087500', '223721.547500', '223722.007500', '223722.467500', '223722.927500', '223723.387500', '223723.847500', '223724.307500', '223724.767500', '223725.227500', '223725.687500', '223726.147500', '223726.607500', '223727.067500', '223727.527500', '223727.987500', '223728.447500', '223728.907500', '223729.367500', '223729.827500', '223730.287500', '223730.747500', '223731.207500', '223731.667500', '223732.127500', '223732.587500', '223733.047500', '223733.507500', '223733.967500', '223734.427500', '223734.887500', '223735.347500', '223735.807500', '223736.267500', '223736.727500', '223737.187500', '223737.647500', '223738.107500', '223738.567500', '223739.027500', '223739.487500', '223739.947500', '223740.407500', '223740.867500', '223741.327500', '223741.787500', '223742.247500', '223742.707500', '223743.167500', '223743.627500', '223744.087500', '223744.547500', '223745.007500', '223745.467500', '223745.927500', '223746.387500', '223746.847500', '223747.307500', '223747.767500', '223748.227500', '223748.687500', '223749.147500', '223749.607500', '223750.067500', '223750.527500', '223750.987500', '223751.447500', '223751.907500', '223752.367500', '223752.827500', '223753.287500', '223753.747500', '223754.207500', '223754.667500', '223755.127500', '223755.587500', '223756.047500', '223756.507500', '223756.967500', '223757.427500', '223757.887500', '223758.347500', '223758.807500', '223759.267500', '223759.727500', '223800.187500', '223800.647500', '223801.107500', '223801.567500', '223802.027500', '223802.487500', '223802.947500', '223803.407500', '223803.867500', '223804.327500', '223804.787500', '223805.247500', '223805.707500', '223806.167500', '223806.627500', '223807.087500', '223807.547500', '223808.007500', '223808.467500', '223808.927500', '223809.387500', '223809.847500', '223810.307500', '223810.767500', '223811.227500', '223811.687500', '223812.147500', '223812.607500', '223813.067500', '223813.527500', '223813.987500', '223814.447500', '223814.907500', '223815.367500', '223815.827500', '223816.287500', '223816.747500', '223817.207500', '223817.667500', '223818.127500', '223818.587500', '223819.047500', '223819.507500', '223819.967500', '223820.427500', '223820.887500', '223821.347500', '223821.807500', '223822.267500', '223822.727500', '223823.187500', '223823.647500', '223824.107500', '223824.567500', '223825.027500', '223825.487500', '223825.947500', '223826.407500', '223826.867500', '223827.327500', '223827.787500', '223828.247500', '223828.707500', '223829.167500', '223829.627500', '223830.087500', '223830.547500', '223831.007500', '223831.467500', '223831.927500', '223832.387500', '223832.847500', '223833.307500', '223833.767500', '223834.227500', '223834.687500', '223835.147500', '223835.607500', '223836.067500', '223836.527500', '223836.987500', '223837.447500', '223837.907500', '223838.367500', '223838.827500', '223839.287500', '223839.747500', '223840.207500', '223840.667500', '223841.127500', '223841.587500', '223842.047500', '223842.507500', '223842.967500', '223843.427500', '223843.887500', '223844.347500', '223844.807500', '223845.267500', '223845.727500', '223846.187500', '223846.647500', '223847.107500', '223847.567500', '223848.027500', '223848.487500', '223848.947500', '223849.407500', '223849.867500', '223850.327500', '223850.787500', '223851.247500', '223851.707500', '223852.167500', '223852.627500', '223853.087500', '223853.547500', '223854.007500', '223854.467500', '223854.927500', '223855.387500', '223855.847500', '223856.307500', '223856.767500', '223857.227500', '223857.687500', '223858.147500', '223858.607500', '223859.067500', '223859.527500', '223859.987500', '223900.447500', '223900.907500', '223901.367500', '223901.827500', '223902.287500', '223902.747500', '223903.207500', '223903.667500', '223904.127500', '223904.587500', '223905.047500', '223905.507500', '223905.967500', '223906.427500', '223906.887500', '223907.347500', '223907.807500', '223908.267500', '223908.727500', '223909.187500', '223909.647500', '223910.107500', '223910.567500', '223911.027500', '223911.487500', '223911.947500', '223912.407500', '223912.867500', '223913.327500', '223913.787500', '223914.247500', '223914.707500', '223915.167500', '223915.627500', '223916.087500', '223916.547500', '223917.007500', '223917.467500', '223917.927500', '223918.387500', '223918.847500', '223919.307500', '223919.767500', '223920.227500', '223920.687500', '223921.147500', '223921.607500', '223922.067500', '223922.527500', '223922.987500', '223923.447500', '223923.907500', '223924.367500', '223924.827500', '223925.287500', '223925.747500', '223926.207500', '223926.667500', '223927.127500', '223927.587500', '223928.047500', '223928.507500', '223928.967500', '223929.427500', '223929.887500', '223930.347500', '223930.807500', '223931.267500', '223931.727500', '223932.187500', '223932.647500', '223933.107500', '223933.567500', '223934.027500', '223934.487500', '223934.947500', '223935.407500', '223935.867500', '223936.327500', '223936.787500', '223937.247500', '223937.707500', '223938.167500', '223938.627500', '223939.087500', '223939.547500', '223940.007500', '223940.467500', '223940.927500', '223941.387500', '223941.847500', '223942.307500', '223942.767500', '223943.227500', '223943.687500', '223944.147500', '223944.607500', '223945.067500', '223945.527500', '223945.987500', '223946.447500', '223946.907500', '223947.367500', '223947.827500', '223948.287500', '223948.747500', '223949.207500', '223949.667500', '223950.127500', '223950.587500', '223951.047500', '223951.507500', '223951.967500', '223952.427500', '223952.887500', '223953.347500', '223953.807500', '223954.267500', '223954.727500', '223955.187500', '223955.647500', '223956.107500', '223956.567500', '223957.027500', '223957.487500', '223957.947500', '223958.407500', '223958.867500', '223959.327500', '223959.787500', '224000.247500', '224000.707500', '224001.167500', '224001.627500', '224002.087500', '224002.547500', '224003.007500', '224003.467500', '224003.927500', '224004.387500', '224004.847500', '224005.307500', '224005.767500', '224006.227500', '224006.687500', '224007.147500', '224007.607500', '224008.067500', '224008.527500', '224008.987500', '224009.447500', '224009.907500', '224010.367500', '224010.827500', '224011.287500', '224011.747500', '224012.207500', '224012.667500', '224013.127500', '224013.587500', '224014.047500', '224014.507500', '224014.967500', '224015.427500', '224015.887500', '224016.347500', '224016.807500', '224017.267500', '224017.727500', '224018.187500', '224018.647500', '224019.107500', '224019.567500', '224020.027500', '224020.487500', '224020.947500', '224021.407500', '224021.867500', '224022.327500', '224022.787500', '224023.247500', '224023.707500', '224024.167500', '224024.627500', '224025.087500', '224025.547500', '224026.007500', '224026.467500', '224026.927500', '224027.387500', '224027.847500', '224028.307500', '224028.767500', '224029.227500', '224029.687500', '224030.147500', '224030.607500', '224031.067500', '224031.527500', '224031.987500', '224032.447500', '224032.907500', '224033.367500', '224033.827500', '224034.287500', '224034.747500', '224035.207500', '224035.667500', '224036.127500', '224036.587500', '224037.047500', '224037.507500', '224037.967500', '224038.427500', '224038.887500', '224039.347500', '224039.807500', '224040.267500', '224040.727500', '224041.187500', '224041.647500', '224042.107500', '224042.567500', '224043.027500', '224043.487500', '224043.947500', '224044.407500', '224044.867500', '224045.327500', '224045.787500', '224046.247500', '224046.707500', '224047.167500', '224047.627500', '224048.087500', '224048.547500', '224049.007500', '224049.467500', '224049.927500', '224050.387500', '224050.847500', '224051.307500', '224051.767500', '224052.227500', '224052.687500', '224053.147500', '224053.607500', '224054.067500', '224054.527500', '224054.987500', '224055.447500', '224055.907500', '224056.367500', '224056.827500', '224057.287500', '224057.747500', '224058.207500', '224058.667500', '224059.127500', '224059.587500', '224100.047500', '224100.507500', '224100.967500', '224101.427500', '224101.887500', '224102.347500', '224102.807500', '224103.267500', '224103.727500', '224104.187500', '224104.647500', '224105.107500', '224105.567500', '224106.027500', '224106.487500', '224106.947500', '224107.407500', '224107.867500', '224108.327500', '224108.787500', '224109.247500', '224109.707500', '224110.167500', '224110.627500', '224111.087500', '224111.547500', '224112.007500', '224112.467500', '224112.927500', '224113.387500', '224113.847500', '224114.307500', '224114.767500', '224115.227500', '224115.687500', '224116.147500', '224116.607500', '224117.067500', '224117.527500', '224117.987500', '224118.447500', '224118.907500', '224119.367500', '224119.827500', '224120.287500', '224120.747500', '224121.207500', '224121.667500', '224122.127500', '224122.587500', '224123.047500', '224123.507500', '224123.967500', '224124.427500', '224124.887500', '224125.347500', '224125.807500', '224126.267500', '224126.727500', '224127.187500', '224127.647500', '224128.107500', '224128.567500', '224129.027500', '224129.487500', '224129.947500', '224130.407500', '224130.867500', '224131.327500', '224131.787500', '224132.247500', '224132.707500', '224133.167500', '224133.627500', '224134.087500', '224134.547500', '224135.007500', '224135.467500', '224135.927500', '224136.387500', '224136.847500', '224137.307500', '224137.767500', '224138.227500', '224138.687500', '224139.147500', '224139.607500', '224140.067500', '224140.527500', '224140.987500', '224141.447500', '224141.907500', '224142.367500', '224142.827500', '224143.287500', '224143.747500', '224144.207500', '224144.667500', '224145.127500', '224145.587500', '224146.047500', '224146.507500', '224146.967500', '224147.427500', '224147.887500', '224148.347500', '224148.807500', '224149.267500', '224149.727500', '224150.187500', '224150.647500', '224151.107500', '224151.567500', '224152.027500', '224152.487500', '224152.947500', '224153.407500', '224153.867500', '224154.327500', '224154.787500', '224155.247500', '224155.707500', '224156.167500', '224156.627500', '224157.087500', '224157.547500', '224158.007500', '224158.467500', '224158.927500', '224159.387500', '224159.847500', '224200.307500', '224200.767500', '224201.227500', '224201.687500', '224202.147500', '224202.607500', '224203.067500', '224203.527500', '224203.987500', '224204.447500', '224204.907500', '224205.367500', '224205.827500', '224206.287500', '224206.747500', '224207.207500', '224207.667500', '224208.127500', '224208.587500', '224209.047500', '224209.507500', '224209.967500', '224210.427500', '224210.887500', '224211.347500', '224211.807500', '224212.267500', '224212.727500', '224213.187500', '224213.647500', '224214.107500', '224214.567500', '224215.027500', '224215.487500', '224215.947500', '224216.407500', '224216.867500', '224217.327500', '224217.787500', '224218.247500', '224218.707500', '224219.167500', '224219.627500', '224220.087500', '224220.547500', '224221.007500', '224221.467500', '224221.927500', '224222.387500', '224222.847500', '224223.307500', '224223.767500', '224224.227500', '224224.687500', '224225.147500', '224225.607500', '224226.067500', '224226.527500', '224226.987500', '224227.447500', '224227.907500', '224228.367500', '224228.827500', '224229.287500', '224229.747500', '224230.207500', '224230.667500', '224231.127500', '224231.587500', '224232.047500', '224232.507500', '224232.967500', '224233.427500', '224233.887500', '224234.347500', '224234.807500', '224235.267500', '224235.727500', '224236.187500', '224236.647500', '224237.107500', '224237.567500', '224238.027500', '224238.487500', '224238.947500', '224239.407500', '224239.867500', '224240.327500', '224240.787500', '224241.247500', '224241.707500', '224242.167500', '224242.627500', '224243.087500', '224243.547500', '224244.007500', '224244.467500', '224244.927500', '224245.387500', '224245.847500', '224246.307500', '224246.767500', '224247.227500', '224247.687500', '224248.147500', '224248.607500', '224249.067500', '224249.527500', '224249.987500', '224250.447500', '224250.907500', '224251.367500', '224251.827500', '224252.287500', '224252.747500', '224253.207500', '224253.667500', '224254.127500', '224254.587500', '224255.047500', '224255.507500', '224255.967500', '224256.427500', '224256.887500', '224257.347500', '224257.807500', '224258.267500', '224258.727500', '224259.187500', '224259.647500', '224300.107500', '224300.567500', '224301.027500', '224301.487500', '224301.947500', '224302.407500', '224302.867500', '224303.327500', '224303.787500', '224304.247500', '224304.707500', '224305.167500', '224305.627500', '224306.087500', '224306.547500', '224307.007500', '224307.467500', '224307.927500', '224308.387500', '224308.847500', '224309.307500', '224309.767500', '224310.227500', '224310.687500', '224311.147500', '224311.607500', '224312.067500', '224312.527500', '224312.987500', '224313.447500', '224313.907500', '224314.367500', '224314.827500', '224315.287500', '224315.747500', '224316.207500', '224316.667500', '224317.127500', '224317.587500', '224318.047500', '224318.507500', '224318.967500', '224319.427500', '224319.887500', '224320.347500', '224320.807500', '224321.267500', '224321.727500', '224322.187500', '224322.647500', '224323.107500', '224323.567500', '224324.027500', '224324.487500', '224324.947500', '224325.407500', '224325.867500', '224326.327500', '224326.787500', '224327.247500', '224327.707500', '224328.167500', '224328.627500', '224329.087500', '224329.547500', '224330.007500', '224330.467500', '224330.927500', '224331.387500', '224331.847500', '224332.307500', '224332.767500', '224333.227500', '224333.687500', '224334.147500', '224334.607500', '224335.067500', '224335.527500', '224335.987500', '224336.447500', '224336.907500', '224337.367500', '224337.827500', '224338.287500', '224338.747500', '224339.207500', '224339.667500', '224340.127500', '224340.587500', '224341.047500', '224341.507500', '224341.967500', '224342.427500', '224342.887500', '224343.347500', '224343.807500', '224344.267500', '224344.727500', '224345.187500', '224345.647500', '224346.107500'], 'ContentTime': ['223701.007000', '223701.010000', '223701.017000', '223701.020000', '223701.022000', '223701.025000', '223701.032000', '223701.035000', '223701.037000', '223701.040000', '223701.042000', '223701.045000', '223701.048000', '223701.051000', '223701.053000', '223701.056000', '223701.058000', '223701.061000', '223701.063000', '223701.066000', '223701.069000', '223701.071000', '223701.074000', '223701.076000', '223701.079000', '223701.082000', '223701.084000', '223701.087000', '223701.089000', '223701.092000', '223720.973000', '223720.976000', '223720.979000', '223720.982000', '223720.984000', '223720.987000', '223720.989000', '223720.992000', '223720.994000', '223720.997000', '223721.001000', '223721.003000', '223721.006000', '223721.008000', '223721.019000', '223721.022000', '223721.024000', '223721.027000', '223721.030000', '223721.032000', '223721.035000', '223721.037000', '223721.040000', '223721.042000', '223721.045000', '223721.057000', '223721.060000', '223721.063000', '223721.065000', '223721.068000', '223721.070000', '223721.073000', '223721.075000', '223721.086000', '223721.088000', '223721.091000', '223721.094000', '223721.096000', '223721.099000', '223721.102000', '223721.104000', '223721.107000', '223721.109000', '223721.112000', '223740.973000', '223740.976000', '223740.979000', '223740.981000', '223740.984000', '223740.987000', '223740.989000', '223740.992000', '223740.994000', '223740.997000', '223741.001000', '223741.003000', '223741.006000', '223741.009000', '223741.011000', '223741.014000', '223741.016000', '223741.019000', '223741.025000', '223741.028000', '223741.031000', '223741.033000', '223741.036000', '223741.038000', '223741.041000', '223741.044000', '223741.046000', '223741.049000', '223741.051000', '223741.054000', '223741.056000', '223741.059000', '223741.062000', '223741.065000', '223741.067000', '223741.070000', '223741.072000', '223741.075000', '223741.078000', '223741.080000', '223741.083000', '223741.086000', '223741.089000', '223800.973000', '223800.977000', '223800.979000', '223800.982000', '223800.984000', '223800.987000', '223800.990000', '223800.992000', '223800.995000', '223800.998000', '223801.001000', '223801.004000', '223801.006000', '223801.009000', '223801.012000', '223801.014000', '223801.017000', '223801.020000', '223801.022000', '223801.025000', '223801.027000', '223801.030000', '223801.032000', '223801.035000', '223801.038000', '223801.040000', '223801.043000', '223801.045000', '223801.048000', '223801.051000', '223801.054000', '223801.056000', '223801.059000', '223801.061000', '223801.064000', '223801.067000', '223801.069000', '223801.072000', '223801.074000', '223801.077000', '223801.079000', '223801.082000', '223801.085000', '223801.087000', '223820.973000', '223820.976000', '223820.979000', '223820.982000', '223820.984000', '223820.987000', '223820.989000', '223820.992000', '223820.995000', '223820.997000', '223821.001000', '223821.003000', '223821.006000', '223821.009000', '223821.011000', '223821.014000', '223821.017000', '223821.020000', '223821.040000', '223821.042000', '223821.045000', '223821.048000', '223821.050000', '223821.053000', '223821.055000', '223821.058000', '223821.061000', '223821.063000', '223821.066000', '223821.069000', '223821.071000', '223821.074000', '223821.076000', '223821.079000', '223821.081000', '223821.084000', '223821.087000', '223821.089000', '223821.092000', '223821.094000', '223821.097000', '223821.100000', '223821.102000', '223840.973000', '223840.976000', '223840.979000', '223840.982000', '223840.985000', '223840.988000', '223840.990000', '223840.993000', '223840.996000', '223840.998000', '223841.002000', '223841.004000', '223841.007000', '223841.010000', '223841.012000', '223841.015000', '223841.017000', '223841.020000', '223841.023000', '223841.025000', '223841.028000', '223841.030000', '223841.033000', '223841.037000', '223841.039000', '223841.042000', '223841.044000', '223841.047000', '223841.050000', '223841.052000', '223841.055000', '223841.057000', '223841.060000', '223841.063000', '223841.065000', '223841.068000', '223841.070000', '223841.073000', '223841.076000', '223841.078000', '223841.081000', '223841.084000', '223841.086000', '223841.089000', '223900.973000', '223900.976000', '223900.979000', '223900.982000', '223900.984000', '223900.987000', '223900.989000', '223900.992000', '223900.995000', '223900.997000', '223901.001000', '223901.003000', '223901.006000', '223901.009000', '223901.011000', '223901.014000', '223901.016000', '223901.019000', '223901.022000', '223901.024000', '223901.038000', '223901.041000', '223901.043000', '223901.046000', '223901.049000', '223901.051000', '223901.054000', '223901.056000', '223901.059000', '223901.062000', '223901.066000', '223901.069000', '223901.073000', '223901.076000', '223901.078000', '223901.081000', '223901.084000', '223901.086000', '223901.089000', '223901.091000', '223901.094000', '223901.097000', '223901.099000', '223920.974000', '223920.976000', '223920.979000', '223920.982000', '223920.984000', '223920.987000', '223920.990000', '223920.992000', '223920.995000', '223920.997000', '223921.001000', '223921.004000', '223921.006000', '223921.009000', '223921.011000', '223921.014000', '223921.017000', '223921.019000', '223921.022000', '223921.024000', '223921.027000', '223921.030000', '223921.032000', '223921.035000', '223921.037000', '223921.040000', '223921.043000', '223921.045000', '223921.048000', '223921.050000', '223921.053000', '223921.056000', '223921.058000', '223921.061000', '223921.063000', '223921.066000', '223921.069000', '223921.071000', '223921.074000', '223921.076000', '223921.079000', '223921.082000', '223921.084000', '223940.973000', '223940.976000', '223940.979000', '223940.982000', '223940.984000', '223940.987000', '223940.990000', '223940.992000', '223940.995000', '223940.997000', '223941.001000', '223941.004000', '223941.006000', '223941.009000', '223941.011000', '223941.014000', '223941.017000', '223941.019000', '223941.022000', '223941.024000', '223941.027000', '223941.030000', '223941.032000', '223941.035000', '223941.037000', '223941.040000', '223941.043000', '223941.045000', '223941.048000', '223941.050000', '223941.053000', '223941.056000', '223941.058000', '223941.061000', '223941.063000', '223941.066000', '223941.069000', '223941.071000', '223941.074000', '223941.077000', '223941.079000', '223941.082000', '223941.085000', '223941.088000', '224000.974000', '224000.977000', '224000.979000', '224000.982000', '224000.985000', '224000.987000', '224000.990000', '224000.993000', '224000.995000', '224000.998000', '224001.001000', '224001.004000', '224001.007000', '224001.009000', '224001.012000', '224001.015000', '224001.017000', '224001.020000', '224001.022000', '224001.025000', '224001.028000', '224001.030000', '224001.033000', '224001.035000', '224001.038000', '224001.041000', '224001.043000', '224001.046000', '224001.049000', '224001.051000', '224001.054000', '224001.056000', '224001.059000', '224001.062000', '224001.064000', '224001.067000', '224001.070000', '224001.072000', '224001.075000', '224001.078000', '224001.080000', '224001.083000', '224001.085000', '224001.088000', '224020.973000', '224020.976000', '224020.979000', '224020.982000', '224020.984000', '224020.987000', '224020.989000', '224020.992000', '224020.995000', '224020.997000', '224021.001000', '224021.004000', '224021.006000', '224021.009000', '224021.011000', '224021.014000', '224021.017000', '224021.020000', '224021.022000', '224021.025000', '224021.027000', '224021.030000', '224021.033000', '224021.035000', '224021.038000', '224021.040000', '224021.043000', '224021.046000', '224021.048000', '224021.051000', '224021.057000', '224021.059000', '224021.062000', '224021.065000', '224021.067000', '224021.070000', '224021.072000', '224021.075000', '224021.078000', '224021.080000', '224021.083000', '224021.086000', '224021.088000', '224040.973000', '224040.976000', '224040.989000', '224040.992000', '224040.994000', '224040.997000', '224041.001000', '224041.003000', '224041.006000', '224041.009000', '224041.011000', '224041.014000', '224041.016000', '224041.019000', '224041.022000', '224041.024000', '224041.027000', '224041.030000', '224041.032000', '224041.035000', '224041.037000', '224041.041000', '224041.044000', '224041.046000', '224041.049000', '224041.052000', '224041.054000', '224041.057000', '224041.060000', '224041.062000', '224041.065000', '224041.068000', '224041.070000', '224041.073000', '224041.075000', '224041.078000', '224041.080000', '224041.083000', '224041.086000', '224041.088000', '224041.091000', '224041.094000', '224041.096000', '224041.099000', '224100.975000', '224100.977000', '224100.980000', '224100.983000', '224100.985000', '224100.988000', '224100.991000', '224100.993000', '224100.996000', '224100.999000', '224101.001000', '224101.004000', '224101.006000', '224101.009000', '224101.012000', '224101.014000', '224101.017000', '224101.020000', '224101.022000', '224101.025000', '224101.027000', '224101.030000', '224101.033000', '224101.036000', '224101.038000', '224101.041000', '224101.043000', '224101.046000', '224101.049000', '224101.051000', '224101.065000', '224101.067000', '224101.070000', '224101.073000', '224101.075000', '224101.078000', '224101.080000', '224101.083000', '224101.086000', '224101.088000', '224101.091000', '224101.094000', '224101.096000', '224120.974000', '224120.976000', '224120.979000', '224120.982000', '224120.984000', '224120.987000', '224120.989000', '224120.992000', '224120.995000', '224120.997000', '224121.001000', '224121.003000', '224121.006000', '224121.009000', '224121.011000', '224121.014000', '224121.017000', '224121.019000', '224121.022000', '224121.025000', '224121.027000', '224121.030000', '224121.033000', '224121.035000', '224121.038000', '224121.041000', '224121.043000', '224121.046000', '224121.048000', '224121.051000', '224121.054000', '224121.056000', '224121.059000', '224121.062000', '224121.064000', '224121.067000', '224121.069000', '224121.072000', '224121.075000', '224121.077000', '224121.080000', '224121.082000', '224121.085000', '224121.088000', '224140.974000', '224140.976000', '224140.979000', '224140.982000', '224140.984000', '224140.987000', '224140.990000', '224140.992000', '224140.995000', '224140.998000', '224141.001000', '224141.004000', '224141.006000', '224141.009000', '224141.012000', '224141.014000', '224141.017000', '224141.019000', '224141.022000', '224141.025000', '224141.027000', '224141.030000', '224141.033000', '224141.035000', '224141.038000', '224141.041000', '224141.043000', '224141.046000', '224141.048000', '224141.051000', '224141.054000', '224141.056000', '224141.059000', '224141.062000', '224141.065000', '224141.067000', '224141.070000', '224141.072000', '224141.075000', '224141.078000', '224141.080000', '224141.083000', '224141.085000', '224200.974000', '224200.976000', '224200.979000', '224200.982000', '224200.984000', '224200.987000', '224200.989000', '224200.992000', '224200.995000', '224200.997000', '224201.001000', '224201.004000', '224201.006000', '224201.009000', '224201.011000', '224201.014000', '224201.017000', '224201.019000', '224201.022000', '224201.025000', '224201.027000', '224201.030000', '224201.032000', '224201.035000', '224201.038000', '224201.040000', '224201.043000', '224201.052000', '224201.055000', '224201.057000', '224201.060000', '224201.063000', '224201.065000', '224201.068000', '224201.070000', '224201.073000', '224201.076000', '224201.078000', '224201.081000', '224201.083000', '224201.086000', '224201.089000', '224201.091000', '224201.094000', '224220.974000', '224220.977000', '224220.979000', '224220.982000', '224220.985000', '224220.987000', '224220.990000', '224220.992000', '224220.995000', '224220.998000', '224221.001000', '224221.004000', '224221.006000', '224221.009000', '224221.012000', '224221.015000', '224221.017000', '224221.020000', '224221.023000', '224221.025000', '224221.028000', '224221.030000', '224221.033000', '224221.036000', '224221.038000', '224221.041000', '224221.044000', '224221.046000', '224221.049000', '224221.052000', '224221.054000', '224221.057000', '224221.059000', '224221.062000', '224221.065000', '224221.067000', '224221.070000', '224221.073000', '224221.075000', '224221.078000', '224221.082000', '224221.085000', '224221.087000', '224240.973000', '224240.976000', '224240.979000', '224240.981000', '224240.984000', '224240.987000', '224240.989000', '224240.992000', '224240.994000', '224240.997000', '224241.001000', '224241.004000', '224241.017000', '224241.019000', '224241.022000', '224241.025000', '224241.027000', '224241.030000', '224241.033000', '224241.035000', '224241.038000', '224241.040000', '224241.043000', '224241.046000', '224241.048000', '224241.051000', '224241.054000', '224241.056000', '224241.059000', '224241.061000', '224241.064000', '224241.067000', '224241.069000', '224241.072000', '224241.075000', '224241.077000', '224241.080000', '224241.082000', '224241.085000', '224241.088000', '224241.090000', '224241.093000', '224241.096000', '224241.098000', '224300.974000', '224300.977000', '224300.979000', '224300.982000', '224300.985000', '224300.987000', '224300.990000', '224300.992000', '224300.995000', '224300.998000', '224301.001000', '224301.004000', '224301.007000', '224301.009000', '224301.012000', '224301.014000', '224301.017000', '224301.020000', '224301.022000', '224301.025000', '224301.028000', '224301.030000', '224301.033000', '224301.035000', '224301.038000', '224301.041000', '224301.043000', '224301.046000', '224301.049000', '224301.051000', '224301.054000', '224301.056000', '224301.059000', '224301.062000', '224301.064000', '224301.067000', '224301.070000', '224301.072000', '224301.075000', '224301.077000', '224301.080000', '224301.083000', '224301.085000', '224320.974000', '224320.977000', '224320.980000', '224320.983000', '224320.985000', '224320.988000', '224320.990000', '224320.993000', '224320.996000', '224320.998000', '224321.001000', '224321.003000', '224321.006000', '224321.009000', '224321.011000', '224321.014000', '224321.017000', '224321.019000', '224321.022000', '224321.025000', '224321.027000', '224321.030000', '224321.033000', '224321.035000', '224321.064000', '224321.067000', '224321.070000', '224321.072000', '224321.075000', '224321.077000', '224321.080000', '224321.083000', '224321.085000', '224321.088000', '224321.090000', '224321.093000', '224321.096000', '224321.098000', '224321.101000', '224321.103000', '224321.106000', '224321.109000', '224321.111000', '224340.973000', '224340.976000', '224340.979000', '224340.981000', '224340.984000', '224340.987000', '224340.989000', '224340.992000', '224340.995000', '224340.997000', '224341.001000', '224341.003000', '224341.006000', '224341.009000', '224341.011000', '224341.014000', '224341.017000', '224341.019000', '224341.022000', '224341.024000', '224341.027000', '224341.030000', '224341.032000', '224341.035000', '224341.037000', '224341.040000', '224341.043000', '224341.045000', '224341.048000', '224341.050000', '224341.053000', '224341.055000', '224341.058000', '224341.061000', '224341.063000', '224341.066000', '224341.069000', '224341.071000', '224341.074000', '224341.076000', '224341.090000', '224341.093000', '224341.096000', '224341.098000', '224347.199000', '224347.202000', '224347.205000', '224347.207000', '224347.210000', '224347.212000', '224347.215000', '224347.218000', '224347.220000', '224347.223000', '224347.226000', '224347.228000', '224347.231000', '224347.233000'], 'InstanceCreationTime': ['223701.007000', '223701.010000', '223701.017000', '223701.020000', '223701.022000', '223701.025000', '223701.032000', '223701.035000', '223701.037000', '223701.040000', '223701.042000', '223701.045000', '223701.048000', '223701.051000', '223701.053000', '223701.056000', '223701.058000', '223701.061000', '223701.063000', '223701.066000', '223701.069000', '223701.071000', '223701.074000', '223701.076000', '223701.079000', '223701.082000', '223701.084000', '223701.087000', '223701.089000', '223701.092000', '223720.973000', '223720.976000', '223720.979000', '223720.982000', '223720.984000', '223720.987000', '223720.989000', '223720.992000', '223720.994000', '223720.997000', '223721.001000', '223721.003000', '223721.006000', '223721.008000', '223721.019000', '223721.022000', '223721.024000', '223721.027000', '223721.030000', '223721.032000', '223721.035000', '223721.037000', '223721.040000', '223721.042000', '223721.045000', '223721.057000', '223721.060000', '223721.063000', '223721.065000', '223721.068000', '223721.070000', '223721.073000', '223721.075000', '223721.086000', '223721.088000', '223721.091000', '223721.094000', '223721.096000', '223721.099000', '223721.102000', '223721.104000', '223721.107000', '223721.109000', '223721.112000', '223740.973000', '223740.976000', '223740.979000', '223740.981000', '223740.984000', '223740.987000', '223740.989000', '223740.992000', '223740.994000', '223740.997000', '223741.001000', '223741.003000', '223741.006000', '223741.009000', '223741.011000', '223741.014000', '223741.016000', '223741.019000', '223741.025000', '223741.028000', '223741.031000', '223741.033000', '223741.036000', '223741.038000', '223741.041000', '223741.044000', '223741.046000', '223741.049000', '223741.051000', '223741.054000', '223741.056000', '223741.059000', '223741.062000', '223741.065000', '223741.067000', '223741.070000', '223741.072000', '223741.075000', '223741.078000', '223741.080000', '223741.083000', '223741.086000', '223741.089000', '223800.973000', '223800.977000', '223800.979000', '223800.982000', '223800.984000', '223800.987000', '223800.990000', '223800.992000', '223800.995000', '223800.998000', '223801.001000', '223801.004000', '223801.006000', '223801.009000', '223801.012000', '223801.014000', '223801.017000', '223801.020000', '223801.022000', '223801.025000', '223801.027000', '223801.030000', '223801.032000', '223801.035000', '223801.038000', '223801.040000', '223801.043000', '223801.045000', '223801.048000', '223801.051000', '223801.054000', '223801.056000', '223801.059000', '223801.061000', '223801.064000', '223801.067000', '223801.069000', '223801.072000', '223801.074000', '223801.077000', '223801.079000', '223801.082000', '223801.085000', '223801.087000', '223820.973000', '223820.976000', '223820.979000', '223820.982000', '223820.984000', '223820.987000', '223820.989000', '223820.992000', '223820.995000', '223820.997000', '223821.001000', '223821.003000', '223821.006000', '223821.009000', '223821.011000', '223821.014000', '223821.017000', '223821.020000', '223821.040000', '223821.042000', '223821.045000', '223821.048000', '223821.050000', '223821.053000', '223821.055000', '223821.058000', '223821.061000', '223821.063000', '223821.066000', '223821.069000', '223821.071000', '223821.074000', '223821.076000', '223821.079000', '223821.081000', '223821.084000', '223821.087000', '223821.089000', '223821.092000', '223821.094000', '223821.097000', '223821.100000', '223821.102000', '223840.973000', '223840.976000', '223840.979000', '223840.982000', '223840.985000', '223840.988000', '223840.990000', '223840.993000', '223840.996000', '223840.998000', '223841.002000', '223841.004000', '223841.007000', '223841.010000', '223841.012000', '223841.015000', '223841.017000', '223841.020000', '223841.023000', '223841.025000', '223841.028000', '223841.030000', '223841.033000', '223841.037000', '223841.039000', '223841.042000', '223841.044000', '223841.047000', '223841.050000', '223841.052000', '223841.055000', '223841.057000', '223841.060000', '223841.063000', '223841.065000', '223841.068000', '223841.070000', '223841.073000', '223841.076000', '223841.078000', '223841.081000', '223841.084000', '223841.086000', '223841.089000', '223900.973000', '223900.976000', '223900.979000', '223900.982000', '223900.984000', '223900.987000', '223900.989000', '223900.992000', '223900.995000', '223900.997000', '223901.001000', '223901.003000', '223901.006000', '223901.009000', '223901.011000', '223901.014000', '223901.016000', '223901.019000', '223901.022000', '223901.024000', '223901.038000', '223901.041000', '223901.043000', '223901.046000', '223901.049000', '223901.051000', '223901.054000', '223901.056000', '223901.059000', '223901.062000', '223901.066000', '223901.069000', '223901.073000', '223901.076000', '223901.078000', '223901.081000', '223901.084000', '223901.086000', '223901.089000', '223901.091000', '223901.094000', '223901.097000', '223901.099000', '223920.974000', '223920.976000', '223920.979000', '223920.982000', '223920.984000', '223920.987000', '223920.990000', '223920.992000', '223920.995000', '223920.997000', '223921.001000', '223921.004000', '223921.006000', '223921.009000', '223921.011000', '223921.014000', '223921.017000', '223921.019000', '223921.022000', '223921.024000', '223921.027000', '223921.030000', '223921.032000', '223921.035000', '223921.037000', '223921.040000', '223921.043000', '223921.045000', '223921.048000', '223921.050000', '223921.053000', '223921.056000', '223921.058000', '223921.061000', '223921.063000', '223921.066000', '223921.069000', '223921.071000', '223921.074000', '223921.076000', '223921.079000', '223921.082000', '223921.084000', '223940.973000', '223940.976000', '223940.979000', '223940.982000', '223940.984000', '223940.987000', '223940.990000', '223940.992000', '223940.995000', '223940.997000', '223941.001000', '223941.004000', '223941.006000', '223941.009000', '223941.011000', '223941.014000', '223941.017000', '223941.019000', '223941.022000', '223941.024000', '223941.027000', '223941.030000', '223941.032000', '223941.035000', '223941.037000', '223941.040000', '223941.043000', '223941.045000', '223941.048000', '223941.050000', '223941.053000', '223941.056000', '223941.058000', '223941.061000', '223941.063000', '223941.066000', '223941.069000', '223941.071000', '223941.074000', '223941.077000', '223941.079000', '223941.082000', '223941.085000', '223941.088000', '224000.974000', '224000.977000', '224000.979000', '224000.982000', '224000.985000', '224000.987000', '224000.990000', '224000.993000', '224000.995000', '224000.998000', '224001.001000', '224001.004000', '224001.007000', '224001.009000', '224001.012000', '224001.015000', '224001.017000', '224001.020000', '224001.022000', '224001.025000', '224001.028000', '224001.030000', '224001.033000', '224001.035000', '224001.038000', '224001.041000', '224001.043000', '224001.046000', '224001.049000', '224001.051000', '224001.054000', '224001.056000', '224001.059000', '224001.062000', '224001.064000', '224001.067000', '224001.070000', '224001.072000', '224001.075000', '224001.078000', '224001.080000', '224001.083000', '224001.085000', '224001.088000', '224020.973000', '224020.976000', '224020.979000', '224020.982000', '224020.984000', '224020.987000', '224020.989000', '224020.992000', '224020.995000', '224020.997000', '224021.001000', '224021.004000', '224021.006000', '224021.009000', '224021.011000', '224021.014000', '224021.017000', '224021.020000', '224021.022000', '224021.025000', '224021.027000', '224021.030000', '224021.033000', '224021.035000', '224021.038000', '224021.040000', '224021.043000', '224021.046000', '224021.048000', '224021.051000', '224021.057000', '224021.059000', '224021.062000', '224021.065000', '224021.067000', '224021.070000', '224021.072000', '224021.075000', '224021.078000', '224021.080000', '224021.083000', '224021.086000', '224021.088000', '224040.973000', '224040.976000', '224040.989000', '224040.992000', '224040.994000', '224040.997000', '224041.001000', '224041.003000', '224041.006000', '224041.009000', '224041.011000', '224041.014000', '224041.016000', '224041.019000', '224041.022000', '224041.024000', '224041.027000', '224041.030000', '224041.032000', '224041.035000', '224041.037000', '224041.041000', '224041.044000', '224041.046000', '224041.049000', '224041.052000', '224041.054000', '224041.057000', '224041.060000', '224041.062000', '224041.065000', '224041.068000', '224041.070000', '224041.073000', '224041.075000', '224041.078000', '224041.080000', '224041.083000', '224041.086000', '224041.088000', '224041.091000', '224041.094000', '224041.096000', '224041.099000', '224100.975000', '224100.977000', '224100.980000', '224100.983000', '224100.985000', '224100.988000', '224100.991000', '224100.993000', '224100.996000', '224100.999000', '224101.001000', '224101.004000', '224101.006000', '224101.009000', '224101.012000', '224101.014000', '224101.017000', '224101.020000', '224101.022000', '224101.025000', '224101.027000', '224101.030000', '224101.033000', '224101.036000', '224101.038000', '224101.041000', '224101.043000', '224101.046000', '224101.049000', '224101.051000', '224101.065000', '224101.067000', '224101.070000', '224101.073000', '224101.075000', '224101.078000', '224101.080000', '224101.083000', '224101.086000', '224101.088000', '224101.091000', '224101.094000', '224101.096000', '224120.974000', '224120.976000', '224120.979000', '224120.982000', '224120.984000', '224120.987000', '224120.989000', '224120.992000', '224120.995000', '224120.997000', '224121.001000', '224121.003000', '224121.006000', '224121.009000', '224121.011000', '224121.014000', '224121.017000', '224121.019000', '224121.022000', '224121.025000', '224121.027000', '224121.030000', '224121.033000', '224121.035000', '224121.038000', '224121.041000', '224121.043000', '224121.046000', '224121.048000', '224121.051000', '224121.054000', '224121.056000', '224121.059000', '224121.062000', '224121.064000', '224121.067000', '224121.069000', '224121.072000', '224121.075000', '224121.077000', '224121.080000', '224121.082000', '224121.085000', '224121.088000', '224140.974000', '224140.976000', '224140.979000', '224140.982000', '224140.984000', '224140.987000', '224140.990000', '224140.992000', '224140.995000', '224140.998000', '224141.001000', '224141.004000', '224141.006000', '224141.009000', '224141.012000', '224141.014000', '224141.017000', '224141.019000', '224141.022000', '224141.025000', '224141.027000', '224141.030000', '224141.033000', '224141.035000', '224141.038000', '224141.041000', '224141.043000', '224141.046000', '224141.048000', '224141.051000', '224141.054000', '224141.056000', '224141.059000', '224141.062000', '224141.065000', '224141.067000', '224141.070000', '224141.072000', '224141.075000', '224141.078000', '224141.080000', '224141.083000', '224141.085000', '224200.974000', '224200.976000', '224200.979000', '224200.982000', '224200.984000', '224200.987000', '224200.989000', '224200.992000', '224200.995000', '224200.997000', '224201.001000', '224201.004000', '224201.006000', '224201.009000', '224201.011000', '224201.014000', '224201.017000', '224201.019000', '224201.022000', '224201.025000', '224201.027000', '224201.030000', '224201.032000', '224201.035000', '224201.038000', '224201.040000', '224201.043000', '224201.052000', '224201.055000', '224201.057000', '224201.060000', '224201.063000', '224201.065000', '224201.068000', '224201.070000', '224201.073000', '224201.076000', '224201.078000', '224201.081000', '224201.083000', '224201.086000', '224201.089000', '224201.091000', '224201.094000', '224220.974000', '224220.977000', '224220.979000', '224220.982000', '224220.985000', '224220.987000', '224220.990000', '224220.992000', '224220.995000', '224220.998000', '224221.001000', '224221.004000', '224221.006000', '224221.009000', '224221.012000', '224221.015000', '224221.017000', '224221.020000', '224221.023000', '224221.025000', '224221.028000', '224221.030000', '224221.033000', '224221.036000', '224221.038000', '224221.041000', '224221.044000', '224221.046000', '224221.049000', '224221.052000', '224221.054000', '224221.057000', '224221.059000', '224221.062000', '224221.065000', '224221.067000', '224221.070000', '224221.073000', '224221.075000', '224221.078000', '224221.082000', '224221.085000', '224221.087000', '224240.973000', '224240.976000', '224240.979000', '224240.981000', '224240.984000', '224240.987000', '224240.989000', '224240.992000', '224240.994000', '224240.997000', '224241.001000', '224241.004000', '224241.017000', '224241.019000', '224241.022000', '224241.025000', '224241.027000', '224241.030000', '224241.033000', '224241.035000', '224241.038000', '224241.040000', '224241.043000', '224241.046000', '224241.048000', '224241.051000', '224241.054000', '224241.056000', '224241.059000', '224241.061000', '224241.064000', '224241.067000', '224241.069000', '224241.072000', '224241.075000', '224241.077000', '224241.080000', '224241.082000', '224241.085000', '224241.088000', '224241.090000', '224241.093000', '224241.096000', '224241.098000', '224300.974000', '224300.977000', '224300.979000', '224300.982000', '224300.985000', '224300.987000', '224300.990000', '224300.992000', '224300.995000', '224300.998000', '224301.001000', '224301.004000', '224301.007000', '224301.009000', '224301.012000', '224301.014000', '224301.017000', '224301.020000', '224301.022000', '224301.025000', '224301.028000', '224301.030000', '224301.033000', '224301.035000', '224301.038000', '224301.041000', '224301.043000', '224301.046000', '224301.049000', '224301.051000', '224301.054000', '224301.056000', '224301.059000', '224301.062000', '224301.064000', '224301.067000', '224301.070000', '224301.072000', '224301.075000', '224301.077000', '224301.080000', '224301.083000', '224301.085000', '224320.974000', '224320.977000', '224320.980000', '224320.983000', '224320.985000', '224320.988000', '224320.990000', '224320.993000', '224320.996000', '224320.998000', '224321.001000', '224321.003000', '224321.006000', '224321.009000', '224321.011000', '224321.014000', '224321.017000', '224321.019000', '224321.022000', '224321.025000', '224321.027000', '224321.030000', '224321.033000', '224321.035000', '224321.064000', '224321.067000', '224321.070000', '224321.072000', '224321.075000', '224321.077000', '224321.080000', '224321.083000', '224321.085000', '224321.088000', '224321.090000', '224321.093000', '224321.096000', '224321.098000', '224321.101000', '224321.103000', '224321.106000', '224321.109000', '224321.111000', '224340.973000', '224340.976000', '224340.979000', '224340.981000', '224340.984000', '224340.987000', '224340.989000', '224340.992000', '224340.995000', '224340.997000', '224341.001000', '224341.003000', '224341.006000', '224341.009000', '224341.011000', '224341.014000', '224341.017000', '224341.019000', '224341.022000', '224341.024000', '224341.027000', '224341.030000', '224341.032000', '224341.035000', '224341.037000', '224341.040000', '224341.043000', '224341.045000', '224341.048000', '224341.050000', '224341.053000', '224341.055000', '224341.058000', '224341.061000', '224341.063000', '224341.066000', '224341.069000', '224341.071000', '224341.074000', '224341.076000', '224341.090000', '224341.093000', '224341.096000', '224341.098000', '224347.199000', '224347.202000', '224347.205000', '224347.207000', '224347.210000', '224347.212000', '224347.215000', '224347.218000', '224347.220000', '224347.223000', '224347.226000', '224347.228000', '224347.231000', '224347.233000'], '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': [13372, 11361, 9768, 11663, 9901, 11600, 10640, 10913, 9629, 11187, 7241, 11359, 7472, 11242, 7862, 10817, 6841, 9604, 6690, 8691, 9552, 8128, 11042, 8029, 12002, 8782, 11160, 7878, 9906, 7577, 9688, 6709, 9658, 7101, 10382, 6701, 10420, 7350, 10747, 7685, 10566, 8931, 6469, 9953, 6693, 9696, 7371, 11064, 7513, 11350, 8061, 11327, 7815, 11386, 10391, 11095, 12204, 10922, 14079, 9582, 12476, 8986, 11392, 8330, 10567, 7600, 10076, 7308, 9781, 7255, 9605, 6947, 9830, 6757, 10087, 6765, 9867, 6828, 9231, 10393, 9079, 12916, 9221, 10740, 7895, 10324, 6990, 10007, 6759, 9924, 7298, 10148, 6872, 9389, 8674, 9490, 12880, 9219, 11679, 9198, 11014, 8319, 10698, 7361, 10501, 7524, 10641, 7059, 10465, 6992, 10189, 7856, 10272, 11072, 10191, 10321, 9197, 9756, 9739, 9546, 10101, 7781, 11146, 7925, 11849, 8144, 6851, 10053, 8266, 7340, 9654, 7834, 12675, 9393, 10678, 10235, 14090, 9852, 12280, 8998, 12535, 8707, 12436, 7558, 10883, 6789, 9740, 6694, 9280, 6964, 9427, 6754, 9438, 6617, 9268, 6559, 9762, 7436, 10487, 7325, 10384, 6877, 10559, 8596, 9266, 13222, 8993, 11351, 8586, 10226, 7402, 9807, 6990, 10088, 7031, 10065, 7827, 10160, 7166, 9462, 10538, 8779, 12758, 9360, 11009, 8467, 10894, 7517, 10412, 7006, 10416, 8520, 10383, 9832, 9980, 8884, 9285, 9673, 9344, 9521, 10093, 7574, 10295, 7078, 10918, 7654, 11157, 7550, 10767, 7389, 10817, 9467, 9418, 8178, 9120, 6727, 10239, 7815, 11494, 8410, 12219, 9718, 8366, 10617, 7182, 11119, 7366, 10925, 8592, 11093, 10672, 10007, 10810, 9410, 12660, 8678, 12356, 8911, 12204, 8572, 11453, 7676, 10867, 7427, 10843, 8000, 11770, 8287, 11526, 8070, 10390, 7680, 10581, 8073, 10775, 7211, 9898, 7342, 10091, 11413, 9857, 12962, 9323, 12021, 8160, 12084, 8594, 10872, 8128, 10391, 8283, 11329, 8165, 10430, 7799, 10853, 8439, 11847, 8463, 10847, 7954, 10378, 7743, 10844, 8093, 11187, 8229, 10718, 8135, 10746, 8485, 12370, 8583, 9497, 8969, 7348, 10254, 9349, 6475, 10953, 7532, 11473, 11959, 10125, 12600, 9667, 11661, 8604, 12095, 7623, 11271, 7495, 10126, 11763, 9253, 12391, 8486, 11300, 7836, 11587, 7769, 10370, 7447, 10083, 7904, 10734, 7906, 10672, 7870, 10704, 7546, 10314, 7850, 10649, 7576, 9920, 7883, 9745, 11795, 9246, 13228, 9384, 12022, 8309, 10705, 8377, 12027, 8166, 11898, 8554, 11709, 8614, 10866, 8034, 10882, 7961, 11001, 8562, 11800, 8756, 12291, 8334, 12666, 9152, 12871, 9335, 8804, 10462, 7607, 11639, 8579, 6794, 11038, 9399, 7340, 10896, 9619, 12376, 9549, 12286, 9345, 13447, 9206, 13794, 9882, 12973, 9435, 12163, 7586, 10737, 6768, 9073, 10853, 7688, 12350, 7644, 11115, 7558, 10756, 7246, 9749, 7539, 9482, 7701, 10462, 7654, 9705, 7622, 10213, 8029, 10101, 7931, 11130, 7438, 10400, 7706, 9885, 12721, 8906, 12014, 9431, 11207, 7750, 10382, 7121, 10760, 8876, 11334, 10381, 10720, 10697, 9336, 12810, 8371, 12029, 8602, 11994, 8923, 10750, 8239, 10657, 7230, 10287, 7740, 10761, 10645, 11094, 8734, 10062, 12128, 9590, 13237, 9046, 13146, 8917, 12119, 8466, 11170, 8056, 10930, 8026, 11021, 8502, 10606, 7609, 10430, 7398, 10597, 7635, 10766, 7296, 10534, 6853, 10327, 6842, 10722, 7416, 10675, 8089, 10289, 8923, 9628, 12565, 8973, 12448, 9268, 11680, 8454, 10626, 8005, 10692, 7605, 10991, 8389, 12146, 7972, 8750, 8846, 7605, 9525, 9764, 10280, 11668, 9371, 12601, 8909, 11477, 8644, 11344, 8672, 10983, 8094, 10408, 7779, 10602, 7663, 10681, 8050, 11497, 8355, 9214, 8681, 8517, 9475, 12163, 9895, 13030, 9412, 11918, 8904, 10537, 7782, 10901, 8410, 11323, 7414, 10130, 7522, 9374, 7826, 9832, 7260, 9732, 6295, 9411, 6331, 9776, 10332, 9123, 12900, 9185, 11792, 8629, 10620, 7475, 11080, 8554, 11453, 10408, 10264, 11620, 9349, 12288, 9175, 12371, 9805, 8518, 9795, 7587, 9928, 6973, 10259, 9045, 10509, 10756, 9782, 12897, 8939, 11703, 8587, 10898, 8318, 11353, 7608, 10118, 6958, 9893, 6928, 9351, 8024, 9544, 7082, 8140, 7660, 10504, 7451, 7438, 10037, 7492, 11069, 9063, 10919, 9211, 10581, 12881, 9616, 13254, 9601, 12825, 8894, 10892, 8852, 9364, 9509, 9305, 9706, 7667, 9939, 6658, 10129, 6692, 10342, 7503, 11180, 7572, 10982, 7294, 10769, 7705, 10988, 8375, 11905, 8302, 11187, 8261, 12299, 8380, 12140, 9446, 9052, 9967, 7722, 10255, 9866, 9880, 11578, 9862, 8356, 9952, 7906, 11593, 8320, 7198, 10120, 9288, 9647, 13118, 9204, 12061, 9067, 11466, 8436, 11199, 8199, 10873, 8012, 11294, 8270, 11579, 8832, 12115, 8808, 9145, 9649, 9012, 10137, 11342, 10376, 9502, 10406, 9378, 10066, 12288, 8884, 12988, 8955, 11972, 8992, 11159, 7844, 10016, 7288, 9658, 7407, 9733, 7501, 10355, 7302, 10188, 7476, 9874, 7580, 10314, 8167, 10698, 8056, 10692, 7969, 10566, 7726, 10538, 8439, 11106, 8007, 10588, 7491, 10717, 7734, 10958, 8414, 11486, 8254, 11284, 8018, 11037, 7672, 10957, 8335, 11557, 8093, 11067, 8050, 11023, 8228, 11093, 8515, 12032, 8673, 11451, 8358, 11534, 8806, 12455, 9093, 12423, 9574, 8853, 9652, 9234, 10077, 11365, 9867, 10895, 10497, 6755, 10319, 7647, 10613, 7857, 10476, 9377, 10371, 13305, 9131, 11370, 8023, 10231, 8268, 9496, 7047, 9478, 6444, 8828, 6246, 8670, 10431, 8634, 11813, 8551, 11647, 8211, 11037, 8380, 10192, 7787, 10263, 7468, 10095, 7834, 9501, 13052, 8873, 11890, 8738, 11221, 8438, 10283, 7594, 10109, 7929, 10157, 7532, 10545, 7421, 10257, 7795, 9484, 11365, 9302, 12666, 9658, 12015, 9060, 12058, 8898, 12240, 8853, 11132, 8835, 11406, 8641, 10992, 8015, 10722, 7864, 10587, 8115, 10824, 8206, 11040, 7905, 11209, 8169, 11804, 8178, 11633, 9114, 7488, 10014, 7058, 10285, 7687, 10660, 7872, 11387, 7920, 10959, 8451, 11157, 8646, 11448, 9239, 12333, 8754, 8093, 9870, 6531, 10222, 6783, 10020, 7232, 10619, 7300, 10148, 7120, 10066, 9078, 9614, 13355, 9207, 12755, 8925, 11087, 8241, 8457, 8991, 6906, 10025, 7454, 10127, 7287, 10729, 7495, 10932, 8632, 11373, 8327, 11027, 8299, 11221, 8439, 11993, 8774, 12079, 8896, 7918, 9980, 6684, 10751, 7341, 11170, 8017, 11621, 8211, 11065, 8381, 10905, 7819, 10892, 8318, 11300, 7960, 10868, 7941], 'WindowCenter': [3893.0, 3857.0, 3831.0, 3829.0, 3814.0, 3824.0, 3799.0, 3809.0, 3797.0, 3795.0, 3763.0, 3806.0, 3765.0, 3806.0, 3775.0, 3806.0, 3764.0, 3796.0, 3765.0, 3787.0, 3797.0, 3787.0, 3820.0, 3790.0, 3831.0, 3803.0, 3834.0, 3803.0, 3825.0, 3805.0, 3825.0, 3795.0, 3828.0, 3807.0, 3840.0, 3809.0, 3853.0, 3821.0, 3853.0, 3834.0, 3855.0, 3844.0, 3801.0, 3852.0, 3813.0, 3858.0, 3823.0, 3867.0, 3825.0, 3867.0, 3848.0, 3855.0, 3821.0, 3852.0, 3828.0, 3839.0, 3836.0, 3826.0, 3845.0, 3813.0, 3834.0, 3801.0, 3823.0, 3802.0, 3823.0, 3792.0, 3824.0, 3795.0, 3826.0, 3806.0, 3826.0, 3796.0, 3839.0, 3798.0, 3840.0, 3798.0, 3841.0, 3798.0, 3830.0, 3839.0, 3829.0, 3861.0, 3831.0, 3851.0, 3821.0, 3842.0, 3809.0, 3840.0, 3799.0, 3842.0, 3820.0, 3852.0, 3810.0, 3842.0, 3831.0, 3842.0, 3862.0, 3843.0, 3864.0, 3841.0, 3853.0, 3821.0, 3841.0, 3809.0, 3840.0, 3808.0, 3841.0, 3798.0, 3840.0, 3809.0, 3840.0, 3818.0, 3840.0, 3839.0, 3839.0, 3839.0, 3829.0, 3829.0, 3828.0, 3829.0, 3840.0, 3820.0, 3864.0, 3821.0, 3864.0, 3834.0, 3814.0, 3855.0, 3834.0, 3823.0, 3855.0, 3822.0, 3864.0, 3843.0, 3854.0, 3855.0, 3876.0, 3842.0, 3839.0, 3804.0, 3834.0, 3790.0, 3821.0, 3778.0, 3808.0, 3766.0, 3798.0, 3768.0, 3800.0, 3780.0, 3814.0, 3784.0, 3825.0, 3794.0, 3816.0, 3785.0, 3840.0, 3809.0, 3840.0, 3808.0, 3839.0, 3798.0, 3839.0, 3817.0, 3817.0, 3848.0, 3828.0, 3839.0, 3818.0, 3839.0, 3808.0, 3839.0, 3808.0, 3841.0, 3809.0, 3842.0, 3819.0, 3842.0, 3810.0, 3842.0, 3851.0, 3831.0, 3861.0, 3841.0, 3852.0, 3820.0, 3851.0, 3809.0, 3841.0, 3808.0, 3839.0, 3817.0, 3839.0, 3828.0, 3829.0, 3828.0, 3828.0, 3829.0, 3829.0, 3839.0, 3841.0, 3820.0, 3854.0, 3810.0, 3853.0, 3820.0, 3851.0, 3820.0, 3840.0, 3808.0, 3840.0, 3829.0, 3842.0, 3818.0, 3829.0, 3797.0, 3838.0, 3807.0, 3849.0, 3818.0, 3850.0, 3829.0, 3819.0, 3840.0, 3808.0, 3850.0, 3807.0, 3838.0, 3816.0, 3839.0, 3837.0, 3826.0, 3836.0, 3815.0, 3847.0, 3815.0, 3846.0, 3816.0, 3836.0, 3816.0, 3837.0, 3806.0, 3838.0, 3807.0, 3840.0, 3820.0, 3851.0, 3831.0, 3853.0, 3821.0, 3841.0, 3820.0, 3841.0, 3819.0, 3851.0, 3809.0, 3840.0, 3807.0, 3839.0, 3848.0, 3838.0, 3849.0, 3827.0, 3849.0, 3817.0, 3862.0, 3831.0, 3850.0, 3818.0, 3854.0, 3833.0, 3851.0, 3819.0, 3839.0, 3820.0, 3850.0, 3831.0, 3852.0, 3820.0, 3851.0, 3820.0, 3839.0, 3809.0, 3839.0, 3818.0, 3839.0, 3818.0, 3839.0, 3818.0, 3839.0, 3829.0, 3861.0, 3830.0, 3842.0, 3845.0, 3835.0, 3855.0, 3843.0, 3800.0, 3853.0, 3822.0, 3865.0, 3863.0, 3841.0, 3850.0, 3828.0, 3837.0, 3804.0, 3835.0, 3792.0, 3823.0, 3779.0, 3811.0, 3821.0, 3811.0, 3832.0, 3803.0, 3834.0, 3804.0, 3834.0, 3804.0, 3825.0, 3807.0, 3826.0, 3818.0, 3839.0, 3819.0, 3840.0, 3820.0, 3839.0, 3807.0, 3838.0, 3807.0, 3839.0, 3806.0, 3828.0, 3817.0, 3828.0, 3847.0, 3827.0, 3848.0, 3829.0, 3849.0, 3818.0, 3840.0, 3818.0, 3850.0, 3830.0, 3850.0, 3831.0, 3852.0, 3831.0, 3851.0, 3819.0, 3839.0, 3820.0, 3851.0, 3830.0, 3851.0, 3830.0, 3852.0, 3819.0, 3849.0, 3829.0, 3861.0, 3829.0, 3829.0, 3851.0, 3820.0, 3862.0, 3843.0, 3823.0, 3867.0, 3855.0, 3823.0, 3855.0, 3844.0, 3864.0, 3843.0, 3852.0, 3831.0, 3863.0, 3830.0, 3848.0, 3813.0, 3833.0, 3800.0, 3819.0, 3777.0, 3810.0, 3768.0, 3800.0, 3821.0, 3791.0, 3833.0, 3792.0, 3835.0, 3806.0, 3837.0, 3806.0, 3828.0, 3820.0, 3841.0, 3822.0, 3852.0, 3823.0, 3843.0, 3822.0, 3842.0, 3821.0, 3855.0, 3822.0, 3853.0, 3822.0, 3854.0, 3823.0, 3841.0, 3863.0, 3831.0, 3851.0, 3831.0, 3852.0, 3820.0, 3841.0, 3809.0, 3852.0, 3829.0, 3851.0, 3839.0, 3840.0, 3839.0, 3829.0, 3860.0, 3819.0, 3850.0, 3829.0, 3849.0, 3830.0, 3850.0, 3818.0, 3840.0, 3807.0, 3838.0, 3807.0, 3851.0, 3839.0, 3850.0, 3818.0, 3837.0, 3847.0, 3826.0, 3846.0, 3817.0, 3848.0, 3817.0, 3849.0, 3817.0, 3838.0, 3817.0, 3837.0, 3806.0, 3838.0, 3817.0, 3838.0, 3807.0, 3837.0, 3795.0, 3837.0, 3805.0, 3838.0, 3805.0, 3837.0, 3795.0, 3825.0, 3794.0, 3837.0, 3806.0, 3839.0, 3817.0, 3838.0, 3828.0, 3828.0, 3848.0, 3827.0, 3848.0, 3828.0, 3848.0, 3817.0, 3838.0, 3806.0, 3836.0, 3807.0, 3838.0, 3818.0, 3849.0, 3818.0, 3830.0, 3840.0, 3819.0, 3841.0, 3840.0, 3853.0, 3853.0, 3831.0, 3861.0, 3829.0, 3849.0, 3818.0, 3839.0, 3817.0, 3837.0, 3806.0, 3837.0, 3805.0, 3836.0, 3806.0, 3838.0, 3819.0, 3850.0, 3829.0, 3841.0, 3831.0, 3830.0, 3842.0, 3862.0, 3842.0, 3862.0, 3830.0, 3851.0, 3817.0, 3838.0, 3805.0, 3836.0, 3804.0, 3836.0, 3793.0, 3825.0, 3803.0, 3825.0, 3804.0, 3837.0, 3808.0, 3839.0, 3799.0, 3841.0, 3799.0, 3842.0, 3842.0, 3843.0, 3863.0, 3831.0, 3851.0, 3830.0, 3840.0, 3807.0, 3838.0, 3816.0, 3838.0, 3826.0, 3826.0, 3836.0, 3814.0, 3845.0, 3825.0, 3846.0, 3826.0, 3817.0, 3827.0, 3806.0, 3838.0, 3807.0, 3839.0, 3828.0, 3840.0, 3838.0, 3828.0, 3848.0, 3815.0, 3836.0, 3815.0, 3826.0, 3804.0, 3836.0, 3804.0, 3826.0, 3793.0, 3824.0, 3795.0, 3826.0, 3817.0, 3840.0, 3823.0, 3819.0, 3820.0, 3853.0, 3822.0, 3824.0, 3856.0, 3824.0, 3865.0, 3832.0, 3855.0, 3843.0, 3842.0, 3850.0, 3829.0, 3849.0, 3830.0, 3849.0, 3817.0, 3838.0, 3828.0, 3828.0, 3828.0, 3829.0, 3841.0, 3820.0, 3841.0, 3810.0, 3852.0, 3813.0, 3854.0, 3810.0, 3852.0, 3820.0, 3850.0, 3809.0, 3839.0, 3807.0, 3839.0, 3819.0, 3850.0, 3818.0, 3850.0, 3818.0, 3849.0, 3818.0, 3850.0, 3829.0, 3830.0, 3841.0, 3819.0, 3840.0, 3839.0, 3828.0, 3849.0, 3828.0, 3816.0, 3828.0, 3821.0, 3864.0, 3830.0, 3809.0, 3841.0, 3829.0, 3840.0, 3861.0, 3828.0, 3851.0, 3829.0, 3850.0, 3818.0, 3839.0, 3817.0, 3825.0, 3803.0, 3824.0, 3803.0, 3825.0, 3814.0, 3835.0, 3814.0, 3814.0, 3814.0, 3813.0, 3824.0, 3824.0, 3825.0, 3814.0, 3825.0, 3815.0, 3826.0, 3835.0, 3813.0, 3845.0, 3815.0, 3836.0, 3815.0, 3836.0, 3805.0, 3825.0, 3794.0, 3826.0, 3806.0, 3827.0, 3808.0, 3839.0, 3821.0, 3852.0, 3821.0, 3841.0, 3822.0, 3852.0, 3832.0, 3853.0, 3832.0, 3853.0, 3820.0, 3842.0, 3819.0, 3852.0, 3831.0, 3853.0, 3819.0, 3840.0, 3809.0, 3838.0, 3807.0, 3839.0, 3818.0, 3850.0, 3818.0, 3850.0, 3819.0, 3838.0, 3807.0, 3839.0, 3816.0, 3838.0, 3806.0, 3838.0, 3817.0, 3837.0, 3817.0, 3838.0, 3828.0, 3849.0, 3818.0, 3849.0, 3818.0, 3849.0, 3828.0, 3848.0, 3828.0, 3848.0, 3827.0, 3827.0, 3828.0, 3826.0, 3827.0, 3837.0, 3827.0, 3837.0, 3838.0, 3794.0, 3837.0, 3817.0, 3837.0, 3817.0, 3838.0, 3827.0, 3838.0, 3848.0, 3815.0, 3836.0, 3804.0, 3825.0, 3803.0, 3825.0, 3793.0, 3826.0, 3784.0, 3827.0, 3786.0, 3817.0, 3838.0, 3829.0, 3851.0, 3829.0, 3850.0, 3819.0, 3839.0, 3819.0, 3839.0, 3808.0, 3840.0, 3807.0, 3828.0, 3806.0, 3827.0, 3847.0, 3815.0, 3835.0, 3817.0, 3837.0, 3817.0, 3838.0, 3806.0, 3838.0, 3817.0, 3838.0, 3807.0, 3840.0, 3808.0, 3839.0, 3807.0, 3828.0, 3848.0, 3827.0, 3848.0, 3828.0, 3849.0, 3827.0, 3849.0, 3827.0, 3848.0, 3827.0, 3837.0, 3828.0, 3849.0, 3817.0, 3838.0, 3817.0, 3838.0, 3817.0, 3838.0, 3818.0, 3839.0, 3819.0, 3851.0, 3819.0, 3849.0, 3818.0, 3849.0, 3819.0, 3850.0, 3830.0, 3808.0, 3840.0, 3809.0, 3840.0, 3818.0, 3840.0, 3818.0, 3851.0, 3819.0, 3839.0, 3818.0, 3838.0, 3818.0, 3839.0, 3828.0, 3848.0, 3816.0, 3817.0, 3827.0, 3784.0, 3826.0, 3797.0, 3839.0, 3808.0, 3840.0, 3808.0, 3839.0, 3807.0, 3839.0, 3828.0, 3827.0, 3847.0, 3815.0, 3846.0, 3815.0, 3836.0, 3815.0, 3816.0, 3816.0, 3796.0, 3841.0, 3808.0, 3841.0, 3809.0, 3852.0, 3821.0, 3851.0, 3830.0, 3850.0, 3818.0, 3839.0, 3818.0, 3838.0, 3816.0, 3837.0, 3816.0, 3836.0, 3815.0, 3817.0, 3837.0, 3795.0, 3838.0, 3806.0, 3850.0, 3817.0, 3849.0, 3817.0, 3849.0, 3817.0, 3837.0, 3805.0, 3837.0, 3804.0, 3837.0, 3805.0, 3836.0, 3815.0], 'WindowWidth': [8706.0, 8647.0, 8599.0, 8595.0, 8562.0, 8579.0, 8533.0, 8549.0, 8526.0, 8523.0, 8478.0, 8539.0, 8484.0, 8538.0, 8496.0, 8538.0, 8483.0, 8528.0, 8484.0, 8516.0, 8529.0, 8517.0, 8566.0, 8525.0, 8583.0, 8546.0, 8590.0, 8550.0, 8582.0, 8555.0, 8582.0, 8542.0, 8589.0, 8561.0, 8609.0, 8570.0, 8634.0, 8586.0, 8634.0, 8610.0, 8638.0, 8622.0, 8561.0, 8631.0, 8580.0, 8647.0, 8592.0, 8658.0, 8599.0, 8660.0, 8634.0, 8640.0, 8586.0, 8629.0, 8589.0, 8603.0, 8595.0, 8580.0, 8608.0, 8559.0, 8590.0, 8542.0, 8573.0, 8543.0, 8573.0, 8533.0, 8578.0, 8541.0, 8584.0, 8557.0, 8586.0, 8546.0, 8606.0, 8552.0, 8610.0, 8551.0, 8612.0, 8552.0, 8595.0, 8607.0, 8594.0, 8638.0, 8598.0, 8628.0, 8585.0, 8614.0, 8566.0, 8608.0, 8554.0, 8616.0, 8584.0, 8631.0, 8573.0, 8616.0, 8599.0, 8615.0, 8644.0, 8619.0, 8648.0, 8615.0, 8632.0, 8586.0, 8612.0, 8567.0, 8611.0, 8565.0, 8613.0, 8551.0, 8611.0, 8568.0, 8611.0, 8578.0, 8609.0, 8606.0, 8607.0, 8606.0, 8594.0, 8592.0, 8592.0, 8593.0, 8609.0, 8586.0, 8650.0, 8588.0, 8653.0, 8612.0, 8584.0, 8640.0, 8612.0, 8594.0, 8640.0, 8591.0, 8649.0, 8620.0, 8635.0, 8637.0, 8669.0, 8615.0, 8607.0, 8549.0, 8591.0, 8524.0, 8566.0, 8505.0, 8546.0, 8488.0, 8533.0, 8493.0, 8539.0, 8514.0, 8563.0, 8527.0, 8582.0, 8541.0, 8569.0, 8530.0, 8610.0, 8568.0, 8609.0, 8564.0, 8607.0, 8551.0, 8607.0, 8573.0, 8572.0, 8616.0, 8588.0, 8607.0, 8576.0, 8608.0, 8565.0, 8607.0, 8565.0, 8611.0, 8568.0, 8618.0, 8583.0, 8616.0, 8572.0, 8617.0, 8626.0, 8599.0, 8641.0, 8614.0, 8631.0, 8585.0, 8626.0, 8568.0, 8612.0, 8565.0, 8608.0, 8574.0, 8606.0, 8590.0, 8592.0, 8590.0, 8591.0, 8592.0, 8594.0, 8608.0, 8614.0, 8585.0, 8633.0, 8572.0, 8632.0, 8584.0, 8628.0, 8583.0, 8611.0, 8565.0, 8609.0, 8593.0, 8616.0, 8578.0, 8593.0, 8549.0, 8606.0, 8562.0, 8621.0, 8578.0, 8623.0, 8595.0, 8581.0, 8609.0, 8564.0, 8622.0, 8563.0, 8606.0, 8571.0, 8607.0, 8599.0, 8585.0, 8597.0, 8569.0, 8613.0, 8569.0, 8612.0, 8572.0, 8600.0, 8571.0, 8602.0, 8559.0, 8605.0, 8565.0, 8609.0, 8585.0, 8629.0, 8600.0, 8633.0, 8588.0, 8616.0, 8586.0, 8614.0, 8582.0, 8626.0, 8568.0, 8609.0, 8563.0, 8606.0, 8616.0, 8605.0, 8619.0, 8588.0, 8620.0, 8575.0, 8643.0, 8601.0, 8626.0, 8580.0, 8637.0, 8607.0, 8628.0, 8582.0, 8606.0, 8584.0, 8625.0, 8601.0, 8630.0, 8586.0, 8629.0, 8584.0, 8609.0, 8567.0, 8606.0, 8578.0, 8607.0, 8580.0, 8610.0, 8578.0, 8608.0, 8594.0, 8640.0, 8600.0, 8617.0, 8627.0, 8612.0, 8640.0, 8622.0, 8561.0, 8635.0, 8589.0, 8653.0, 8645.0, 8612.0, 8624.0, 8588.0, 8602.0, 8550.0, 8592.0, 8530.0, 8573.0, 8510.0, 8554.0, 8567.0, 8555.0, 8586.0, 8547.0, 8592.0, 8553.0, 8594.0, 8554.0, 8583.0, 8560.0, 8586.0, 8578.0, 8607.0, 8580.0, 8611.0, 8582.0, 8605.0, 8561.0, 8604.0, 8561.0, 8608.0, 8559.0, 8592.0, 8575.0, 8590.0, 8613.0, 8587.0, 8618.0, 8593.0, 8620.0, 8578.0, 8609.0, 8579.0, 8623.0, 8597.0, 8625.0, 8601.0, 8629.0, 8599.0, 8627.0, 8581.0, 8608.0, 8584.0, 8627.0, 8598.0, 8626.0, 8597.0, 8630.0, 8581.0, 8620.0, 8593.0, 8639.0, 8595.0, 8594.0, 8629.0, 8585.0, 8646.0, 8622.0, 8598.0, 8661.0, 8640.0, 8593.0, 8638.0, 8622.0, 8648.0, 8616.0, 8628.0, 8600.0, 8646.0, 8595.0, 8618.0, 8560.0, 8585.0, 8535.0, 8561.0, 8504.0, 8550.0, 8494.0, 8539.0, 8568.0, 8529.0, 8587.0, 8532.0, 8596.0, 8559.0, 8600.0, 8560.0, 8591.0, 8583.0, 8613.0, 8591.0, 8630.0, 8592.0, 8620.0, 8590.0, 8616.0, 8586.0, 8639.0, 8588.0, 8634.0, 8589.0, 8635.0, 8592.0, 8616.0, 8645.0, 8599.0, 8626.0, 8599.0, 8629.0, 8584.0, 8614.0, 8567.0, 8629.0, 8593.0, 8626.0, 8606.0, 8609.0, 8608.0, 8594.0, 8637.0, 8581.0, 8625.0, 8595.0, 8623.0, 8597.0, 8625.0, 8579.0, 8608.0, 8560.0, 8605.0, 8563.0, 8627.0, 8607.0, 8622.0, 8577.0, 8603.0, 8614.0, 8584.0, 8613.0, 8575.0, 8620.0, 8575.0, 8620.0, 8576.0, 8604.0, 8574.0, 8602.0, 8561.0, 8605.0, 8576.0, 8606.0, 8562.0, 8602.0, 8544.0, 8602.0, 8557.0, 8605.0, 8556.0, 8601.0, 8544.0, 8584.0, 8540.0, 8602.0, 8558.0, 8609.0, 8575.0, 8605.0, 8591.0, 8591.0, 8618.0, 8589.0, 8619.0, 8590.0, 8618.0, 8574.0, 8604.0, 8558.0, 8599.0, 8561.0, 8604.0, 8579.0, 8622.0, 8580.0, 8601.0, 8613.0, 8583.0, 8613.0, 8611.0, 8635.0, 8630.0, 8599.0, 8640.0, 8593.0, 8622.0, 8577.0, 8608.0, 8575.0, 8603.0, 8560.0, 8601.0, 8557.0, 8599.0, 8560.0, 8604.0, 8582.0, 8625.0, 8596.0, 8614.0, 8601.0, 8599.0, 8616.0, 8642.0, 8618.0, 8644.0, 8596.0, 8626.0, 8575.0, 8602.0, 8555.0, 8599.0, 8552.0, 8598.0, 8538.0, 8582.0, 8551.0, 8582.0, 8555.0, 8603.0, 8564.0, 8609.0, 8557.0, 8614.0, 8557.0, 8618.0, 8615.0, 8619.0, 8646.0, 8600.0, 8628.0, 8595.0, 8609.0, 8562.0, 8605.0, 8571.0, 8605.0, 8583.0, 8583.0, 8596.0, 8564.0, 8609.0, 8582.0, 8612.0, 8584.0, 8574.0, 8588.0, 8560.0, 8604.0, 8562.0, 8608.0, 8590.0, 8610.0, 8604.0, 8591.0, 8619.0, 8569.0, 8599.0, 8567.0, 8584.0, 8553.0, 8596.0, 8553.0, 8582.0, 8538.0, 8580.0, 8542.0, 8584.0, 8574.0, 8613.0, 8596.0, 8580.0, 8582.0, 8632.0, 8592.0, 8597.0, 8642.0, 8595.0, 8653.0, 8602.0, 8638.0, 8620.0, 8616.0, 8622.0, 8591.0, 8620.0, 8596.0, 8621.0, 8575.0, 8605.0, 8591.0, 8591.0, 8593.0, 8593.0, 8613.0, 8582.0, 8615.0, 8573.0, 8630.0, 8579.0, 8634.0, 8570.0, 8631.0, 8582.0, 8624.0, 8567.0, 8607.0, 8563.0, 8609.0, 8580.0, 8624.0, 8578.0, 8622.0, 8578.0, 8620.0, 8579.0, 8622.0, 8596.0, 8596.0, 8612.0, 8582.0, 8611.0, 8605.0, 8592.0, 8618.0, 8590.0, 8574.0, 8590.0, 8586.0, 8648.0, 8599.0, 8567.0, 8614.0, 8593.0, 8610.0, 8638.0, 8591.0, 8625.0, 8596.0, 8622.0, 8578.0, 8607.0, 8573.0, 8583.0, 8549.0, 8577.0, 8548.0, 8580.0, 8564.0, 8593.0, 8564.0, 8565.0, 8565.0, 8562.0, 8578.0, 8577.0, 8581.0, 8564.0, 8582.0, 8568.0, 8583.0, 8595.0, 8563.0, 8609.0, 8567.0, 8598.0, 8568.0, 8597.0, 8554.0, 8584.0, 8541.0, 8584.0, 8558.0, 8590.0, 8565.0, 8607.0, 8587.0, 8630.0, 8588.0, 8615.0, 8590.0, 8631.0, 8605.0, 8633.0, 8605.0, 8634.0, 8586.0, 8616.0, 8582.0, 8630.0, 8600.0, 8630.0, 8582.0, 8611.0, 8567.0, 8605.0, 8562.0, 8606.0, 8577.0, 8623.0, 8577.0, 8622.0, 8579.0, 8603.0, 8561.0, 8606.0, 8572.0, 8604.0, 8559.0, 8603.0, 8574.0, 8601.0, 8575.0, 8604.0, 8592.0, 8620.0, 8577.0, 8621.0, 8577.0, 8619.0, 8590.0, 8618.0, 8590.0, 8618.0, 8588.0, 8588.0, 8589.0, 8586.0, 8587.0, 8600.0, 8588.0, 8601.0, 8605.0, 8542.0, 8602.0, 8576.0, 8602.0, 8574.0, 8606.0, 8586.0, 8605.0, 8616.0, 8569.0, 8600.0, 8553.0, 8580.0, 8550.0, 8581.0, 8538.0, 8584.0, 8528.0, 8589.0, 8533.0, 8576.0, 8603.0, 8594.0, 8624.0, 8594.0, 8624.0, 8582.0, 8609.0, 8581.0, 8608.0, 8564.0, 8610.0, 8560.0, 8591.0, 8559.0, 8587.0, 8612.0, 8568.0, 8596.0, 8574.0, 8602.0, 8575.0, 8605.0, 8560.0, 8605.0, 8576.0, 8606.0, 8562.0, 8612.0, 8563.0, 8608.0, 8563.0, 8591.0, 8617.0, 8588.0, 8616.0, 8590.0, 8619.0, 8589.0, 8619.0, 8589.0, 8619.0, 8588.0, 8602.0, 8590.0, 8620.0, 8574.0, 8604.0, 8574.0, 8603.0, 8575.0, 8604.0, 8577.0, 8609.0, 8581.0, 8625.0, 8580.0, 8621.0, 8578.0, 8620.0, 8580.0, 8623.0, 8596.0, 8566.0, 8611.0, 8569.0, 8611.0, 8579.0, 8611.0, 8578.0, 8625.0, 8581.0, 8608.0, 8577.0, 8605.0, 8577.0, 8606.0, 8591.0, 8619.0, 8573.0, 8574.0, 8587.0, 8529.0, 8587.0, 8548.0, 8607.0, 8565.0, 8611.0, 8564.0, 8607.0, 8564.0, 8609.0, 8590.0, 8588.0, 8613.0, 8569.0, 8612.0, 8567.0, 8597.0, 8569.0, 8572.0, 8573.0, 8546.0, 8613.0, 8565.0, 8614.0, 8569.0, 8630.0, 8586.0, 8627.0, 8595.0, 8625.0, 8579.0, 8609.0, 8576.0, 8605.0, 8572.0, 8600.0, 8572.0, 8600.0, 8569.0, 8574.0, 8601.0, 8545.0, 8605.0, 8558.0, 8623.0, 8575.0, 8621.0, 8577.0, 8621.0, 8575.0, 8603.0, 8556.0, 8600.0, 8554.0, 8601.0, 8556.0, 8600.0, 8570.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.0013955032822757112</td></tr>
<tr><td colspan=3>aqi</td><td>0.02705576006564551</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.97461824117199</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2204260619496163</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020657418849945</td></tr>
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
<tr><td colspan=3>fber</td><td>4795.0024</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10206755558383605</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.783369803063457</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5405690407299</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4703766683743575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8309045688696117</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.32042588494573</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138398</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00582049461081624</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039908524602651596</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.107709579486378</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>22.0213</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5015</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.0601</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293226.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.8285</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6644</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.2067</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3001.5893</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>772.4453</td></tr>
<tr><td colspan=3>tsnr</td><td>36.13181573676411</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>