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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0090/ses-02/func/sub-0090_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f7325ad7601219bffa668297d902bbfc</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:27:42.577500</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.998736, 0.0445342, 0.0232981, -0.0460511, 0.996537, 0.0692311]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0945144</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7741, -7220, 525, 51, -176, -116, -10]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>525c5d60-fd09-4e4e-88f9-c2816b7a75ae||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.6795361042022705, -0.12355176359415054, 0.05436257645487785, 115.04322814941406], [-0.11948192119598389, 2.6736364364624023, 0.18958456814289093, -88.79166412353516], [0.06250713765621185, -0.18574197590351105, 2.692786931991577, -60.1358528137207], [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': ['122742.577500', '122743.037500', '122743.497500', '122743.957500', '122744.417500', '122744.877500', '122745.337500', '122745.797500', '122746.257500', '122746.717500', '122747.177500', '122747.637500', '122748.097500', '122748.557500', '122749.017500', '122749.477500', '122749.937500', '122750.397500', '122750.857500', '122751.317500', '122751.777500', '122752.237500', '122752.697500', '122753.157500', '122753.617500', '122754.077500', '122754.537500', '122754.997500', '122755.457500', '122755.917500', '122756.377500', '122756.837500', '122757.297500', '122757.757500', '122758.217500', '122758.677500', '122759.137500', '122759.597500', '122800.057500', '122800.517500', '122800.977500', '122801.437500', '122801.897500', '122802.357500', '122802.817500', '122803.277500', '122803.737500', '122804.197500', '122804.657500', '122805.117500', '122805.577500', '122806.037500', '122806.497500', '122806.957500', '122807.417500', '122807.877500', '122808.337500', '122808.797500', '122809.257500', '122809.717500', '122810.177500', '122810.637500', '122811.097500', '122811.557500', '122812.017500', '122812.477500', '122812.937500', '122813.397500', '122813.857500', '122814.317500', '122814.777500', '122815.237500', '122815.697500', '122816.157500', '122816.617500', '122817.077500', '122817.537500', '122817.997500', '122818.457500', '122818.917500', '122819.377500', '122819.837500', '122820.297500', '122820.757500', '122821.217500', '122821.677500', '122822.137500', '122822.597500', '122823.057500', '122823.517500', '122823.977500', '122824.437500', '122824.897500', '122825.357500', '122825.817500', '122826.277500', '122826.737500', '122827.197500', '122827.657500', '122828.117500', '122828.577500', '122829.037500', '122829.497500', '122829.957500', '122830.417500', '122830.877500', '122831.337500', '122831.797500', '122832.257500', '122832.717500', '122833.177500', '122833.637500', '122834.097500', '122834.557500', '122835.017500', '122835.477500', '122835.937500', '122836.397500', '122836.857500', '122837.317500', '122837.777500', '122838.237500', '122838.697500', '122839.157500', '122839.617500', '122840.077500', '122840.537500', '122840.997500', '122841.457500', '122841.917500', '122842.377500', '122842.837500', '122843.297500', '122843.757500', '122844.217500', '122844.677500', '122845.137500', '122845.597500', '122846.057500', '122846.517500', '122846.977500', '122847.437500', '122847.897500', '122848.357500', '122848.817500', '122849.277500', '122849.737500', '122850.197500', '122850.657500', '122851.117500', '122851.577500', '122852.037500', '122852.497500', '122852.957500', '122853.417500', '122853.877500', '122854.337500', '122854.797500', '122855.257500', '122855.717500', '122856.177500', '122856.637500', '122857.097500', '122857.557500', '122858.017500', '122858.477500', '122858.937500', '122859.397500', '122859.857500', '122900.317500', '122900.777500', '122901.237500', '122901.697500', '122902.157500', '122902.617500', '122903.077500', '122903.537500', '122903.997500', '122904.457500', '122904.917500', '122905.377500', '122905.837500', '122906.297500', '122906.757500', '122907.217500', '122907.677500', '122908.137500', '122908.597500', '122909.057500', '122909.517500', '122909.977500', '122910.437500', '122910.897500', '122911.357500', '122911.817500', '122912.277500', '122912.737500', '122913.197500', '122913.657500', '122914.117500', '122914.577500', '122915.037500', '122915.497500', '122915.957500', '122916.417500', '122916.877500', '122917.337500', '122917.797500', '122918.257500', '122918.717500', '122919.177500', '122919.637500', '122920.097500', '122920.557500', '122921.017500', '122921.477500', '122921.937500', '122922.397500', '122922.857500', '122923.317500', '122923.777500', '122924.237500', '122924.697500', '122925.157500', '122925.617500', '122926.077500', '122926.537500', '122926.997500', '122927.457500', '122927.917500', '122928.377500', '122928.837500', '122929.297500', '122929.757500', '122930.217500', '122930.677500', '122931.137500', '122931.597500', '122932.057500', '122932.517500', '122932.977500', '122933.437500', '122933.897500', '122934.357500', '122934.817500', '122935.277500', '122935.737500', '122936.197500', '122936.657500', '122937.117500', '122937.577500', '122938.037500', '122938.497500', '122938.957500', '122939.417500', '122939.877500', '122940.337500', '122940.797500', '122941.257500', '122941.717500', '122942.177500', '122942.637500', '122943.097500', '122943.557500', '122944.017500', '122944.477500', '122944.937500', '122945.397500', '122945.857500', '122946.317500', '122946.777500', '122947.237500', '122947.697500', '122948.157500', '122948.617500', '122949.077500', '122949.537500', '122949.997500', '122950.457500', '122950.917500', '122951.377500', '122951.837500', '122952.297500', '122952.757500', '122953.217500', '122953.677500', '122954.137500', '122954.597500', '122955.057500', '122955.517500', '122955.977500', '122956.437500', '122956.897500', '122957.357500', '122957.817500', '122958.277500', '122958.737500', '122959.197500', '122959.657500', '123000.117500', '123000.577500', '123001.037500', '123001.497500', '123001.957500', '123002.417500', '123002.877500', '123003.337500', '123003.797500', '123004.257500', '123004.717500', '123005.177500', '123005.637500', '123006.097500', '123006.557500', '123007.017500', '123007.477500', '123007.937500', '123008.397500', '123008.857500', '123009.317500', '123009.777500', '123010.237500', '123010.697500', '123011.157500', '123011.617500', '123012.077500', '123012.537500', '123012.997500', '123013.457500', '123013.917500', '123014.377500', '123014.837500', '123015.297500', '123015.757500', '123016.217500', '123016.677500', '123017.137500', '123017.597500', '123018.057500', '123018.517500', '123018.977500', '123019.437500', '123019.897500', '123020.357500', '123020.817500', '123021.277500', '123021.737500', '123022.197500', '123022.657500', '123023.117500', '123023.577500', '123024.037500', '123024.497500', '123024.957500', '123025.417500', '123025.877500', '123026.337500', '123026.797500', '123027.257500', '123027.717500', '123028.177500', '123028.637500', '123029.097500', '123029.557500', '123030.017500', '123030.477500', '123030.937500', '123031.397500', '123031.857500', '123032.317500', '123032.777500', '123033.237500', '123033.697500', '123034.157500', '123034.617500', '123035.077500', '123035.537500', '123035.997500', '123036.457500', '123036.917500', '123037.377500', '123037.837500', '123038.297500', '123038.757500', '123039.217500', '123039.677500', '123040.137500', '123040.597500', '123041.057500', '123041.517500', '123041.977500', '123042.437500', '123042.897500', '123043.357500', '123043.817500', '123044.277500', '123044.737500', '123045.197500', '123045.657500', '123046.117500', '123046.577500', '123047.037500', '123047.497500', '123047.957500', '123048.417500', '123048.877500', '123049.337500', '123049.797500', '123050.257500', '123050.717500', '123051.177500', '123051.637500', '123052.097500', '123052.557500', '123053.017500', '123053.477500', '123053.937500', '123054.397500', '123054.857500', '123055.317500', '123055.777500', '123056.237500', '123056.697500', '123057.157500', '123057.617500', '123058.077500', '123058.537500', '123058.997500', '123059.457500', '123059.917500', '123100.377500', '123100.837500', '123101.297500', '123101.757500', '123102.217500', '123102.677500', '123103.137500', '123103.597500', '123104.057500', '123104.517500', '123104.977500', '123105.437500', '123105.897500', '123106.357500', '123106.817500', '123107.277500', '123107.737500', '123108.197500', '123108.657500', '123109.117500', '123109.577500', '123110.037500', '123110.497500', '123110.957500', '123111.417500', '123111.877500', '123112.337500', '123112.797500', '123113.257500', '123113.717500', '123114.177500', '123114.637500', '123115.097500', '123115.557500', '123116.017500', '123116.477500', '123116.937500', '123117.397500', '123117.857500', '123118.317500', '123118.777500', '123119.237500', '123119.697500', '123120.157500', '123120.617500', '123121.077500', '123121.537500', '123121.997500', '123122.457500', '123122.917500', '123123.377500', '123123.837500', '123124.297500', '123124.757500', '123125.217500', '123125.677500', '123126.137500', '123126.597500', '123127.057500', '123127.517500', '123127.977500', '123128.437500', '123128.897500', '123129.357500', '123129.817500', '123130.277500', '123130.737500', '123131.197500', '123131.657500', '123132.117500', '123132.577500', '123133.037500', '123133.497500', '123133.957500', '123134.417500', '123134.877500', '123135.337500', '123135.797500', '123136.257500', '123136.717500', '123137.177500', '123137.637500', '123138.097500', '123138.557500', '123139.017500', '123139.477500', '123139.937500', '123140.397500', '123140.857500', '123141.317500', '123141.777500', '123142.237500', '123142.697500', '123143.157500', '123143.617500', '123144.077500', '123144.537500', '123144.997500', '123145.457500', '123145.917500', '123146.377500', '123146.837500', '123147.297500', '123147.757500', '123148.217500', '123148.677500', '123149.137500', '123149.597500', '123150.057500', '123150.517500', '123150.977500', '123151.437500', '123151.897500', '123152.357500', '123152.817500', '123153.277500', '123153.737500', '123154.197500', '123154.657500', '123155.117500', '123155.577500', '123156.037500', '123156.497500', '123156.957500', '123157.417500', '123157.877500', '123158.337500', '123158.797500', '123159.257500', '123159.717500', '123200.177500', '123200.637500', '123201.097500', '123201.557500', '123202.017500', '123202.477500', '123202.937500', '123203.397500', '123203.857500', '123204.317500', '123204.777500', '123205.237500', '123205.697500', '123206.157500', '123206.617500', '123207.077500', '123207.537500', '123207.997500', '123208.457500', '123208.917500', '123209.377500', '123209.837500', '123210.297500', '123210.757500', '123211.217500', '123211.677500', '123212.137500', '123212.597500', '123213.057500', '123213.517500', '123213.977500', '123214.437500', '123214.897500', '123215.357500', '123215.817500', '123216.277500', '123216.737500', '123217.197500', '123217.657500', '123218.117500', '123218.577500', '123219.037500', '123219.497500', '123219.957500', '123220.417500', '123220.877500', '123221.337500', '123221.797500', '123222.257500', '123222.717500', '123223.177500', '123223.637500', '123224.097500', '123224.557500', '123225.017500', '123225.477500', '123225.937500', '123226.397500', '123226.857500', '123227.317500', '123227.777500', '123228.237500', '123228.697500', '123229.157500', '123229.617500', '123230.077500', '123230.537500', '123230.997500', '123231.457500', '123231.917500', '123232.377500', '123232.837500', '123233.297500', '123233.757500', '123234.217500', '123234.677500', '123235.137500', '123235.597500', '123236.057500', '123236.517500', '123236.977500', '123237.437500', '123237.897500', '123238.357500', '123238.817500', '123239.277500', '123239.737500', '123240.197500', '123240.657500', '123241.117500', '123241.577500', '123242.037500', '123242.497500', '123242.957500', '123243.417500', '123243.877500', '123244.337500', '123244.797500', '123245.257500', '123245.717500', '123246.177500', '123246.637500', '123247.097500', '123247.557500', '123248.017500', '123248.477500', '123248.937500', '123249.397500', '123249.857500', '123250.317500', '123250.777500', '123251.237500', '123251.697500', '123252.157500', '123252.617500', '123253.077500', '123253.537500', '123253.997500', '123254.457500', '123254.917500', '123255.377500', '123255.837500', '123256.297500', '123256.757500', '123257.217500', '123257.677500', '123258.137500', '123258.597500', '123259.057500', '123259.517500', '123259.977500', '123300.437500', '123300.897500', '123301.357500', '123301.817500', '123302.277500', '123302.737500', '123303.197500', '123303.657500', '123304.117500', '123304.577500', '123305.037500', '123305.497500', '123305.957500', '123306.417500', '123306.877500', '123307.337500', '123307.797500', '123308.257500', '123308.717500', '123309.177500', '123309.637500', '123310.097500', '123310.557500', '123311.017500', '123311.477500', '123311.937500', '123312.397500', '123312.857500', '123313.317500', '123313.777500', '123314.237500', '123314.697500', '123315.157500', '123315.617500', '123316.077500', '123316.537500', '123316.997500', '123317.457500', '123317.917500', '123318.377500', '123318.837500', '123319.297500', '123319.757500', '123320.217500', '123320.677500', '123321.137500', '123321.597500', '123322.057500', '123322.517500', '123322.977500', '123323.437500', '123323.897500', '123324.357500', '123324.817500', '123325.277500', '123325.737500', '123326.197500', '123326.657500', '123327.117500', '123327.577500', '123328.037500', '123328.497500', '123328.957500', '123329.417500', '123329.877500', '123330.337500', '123330.797500', '123331.257500', '123331.717500', '123332.177500', '123332.637500', '123333.097500', '123333.557500', '123334.017500', '123334.477500', '123334.937500', '123335.397500', '123335.857500', '123336.317500', '123336.777500', '123337.237500', '123337.697500', '123338.157500', '123338.617500', '123339.077500', '123339.537500', '123339.997500', '123340.457500', '123340.917500', '123341.377500', '123341.837500', '123342.297500', '123342.757500', '123343.217500', '123343.677500', '123344.137500', '123344.597500', '123345.057500', '123345.517500', '123345.977500', '123346.437500', '123346.897500', '123347.357500', '123347.817500', '123348.277500', '123348.737500', '123349.197500', '123349.657500', '123350.117500', '123350.577500', '123351.037500', '123351.497500', '123351.957500', '123352.417500', '123352.877500', '123353.337500', '123353.797500', '123354.257500', '123354.717500', '123355.177500', '123355.637500', '123356.097500', '123356.557500', '123357.017500', '123357.477500', '123357.937500', '123358.397500', '123358.857500', '123359.317500', '123359.777500', '123400.237500', '123400.697500', '123401.157500', '123401.617500', '123402.077500', '123402.537500', '123402.997500', '123403.457500', '123403.917500', '123404.377500', '123404.837500', '123405.297500', '123405.757500', '123406.217500', '123406.677500', '123407.137500', '123407.597500', '123408.057500', '123408.517500', '123408.977500', '123409.437500', '123409.897500', '123410.357500', '123410.817500', '123411.277500', '123411.737500', '123412.197500', '123412.657500', '123413.117500', '123413.577500', '123414.037500', '123414.497500', '123414.957500', '123415.417500', '123415.877500', '123416.337500', '123416.797500', '123417.257500', '123417.717500', '123418.177500', '123418.637500', '123419.097500', '123419.557500', '123420.017500', '123420.477500', '123420.937500', '123421.397500', '123421.857500', '123422.317500', '123422.777500', '123423.237500', '123423.697500', '123424.157500', '123424.617500', '123425.077500', '123425.537500', '123425.997500', '123426.457500', '123426.917500', '123427.377500', '123427.837500', '123428.297500', '123428.757500', '123429.217500', '123429.677500', '123430.137500', '123430.597500', '123431.057500', '123431.517500', '123431.977500', '123432.437500', '123432.897500', '123433.357500', '123433.817500', '123434.277500', '123434.737500', '123435.197500', '123435.657500', '123436.117500', '123436.577500', '123437.037500', '123437.497500', '123437.957500', '123438.417500', '123438.877500', '123439.337500', '123439.797500', '123440.257500', '123440.717500', '123441.177500', '123441.637500', '123442.097500', '123442.557500'], 'ContentTime': ['122810.716000', '122810.720000', '122810.722000', '122810.725000', '122810.727000', '122810.730000', '122810.733000', '122810.735000', '122810.739000', '122810.741000', '122810.744000', '122810.746000', '122810.749000', '122810.752000', '122810.762000', '122810.764000', '122810.767000', '122810.770000', '122810.772000', '122810.775000', '122810.777000', '122810.780000', '122810.783000', '122810.785000', '122810.788000', '122810.790000', '122810.793000', '122810.815000', '122810.818000', '122810.821000', '122810.823000', '122810.826000', '122810.828000', '122810.831000', '122810.834000', '122810.836000', '122810.839000', '122810.841000', '122810.844000', '122810.847000', '122810.849000', '122810.852000', '122810.854000', '122810.857000', '122810.860000', '122810.862000', '122810.865000', '122810.867000', '122810.870000', '122810.873000', '122810.875000', '122810.878000', '122810.880000', '122810.883000', '122810.886000', '122810.888000', '122810.891000', '122810.893000', '122830.673000', '122830.676000', '122830.678000', '122830.681000', '122830.684000', '122830.686000', '122830.689000', '122830.691000', '122830.694000', '122830.697000', '122830.699000', '122830.702000', '122830.704000', '122830.707000', '122830.711000', '122830.714000', '122830.716000', '122830.719000', '122830.721000', '122830.724000', '122830.727000', '122830.729000', '122830.732000', '122830.734000', '122830.737000', '122830.740000', '122830.742000', '122830.745000', '122830.748000', '122830.750000', '122830.753000', '122830.755000', '122830.758000', '122830.761000', '122830.763000', '122830.766000', '122830.769000', '122830.771000', '122830.774000', '122830.776000', '122830.779000', '122830.782000', '122830.784000', '122850.673000', '122850.675000', '122850.678000', '122850.681000', '122850.683000', '122850.686000', '122850.689000', '122850.691000', '122850.694000', '122850.696000', '122850.699000', '122850.702000', '122850.704000', '122850.707000', '122850.709000', '122850.712000', '122850.715000', '122850.717000', '122850.720000', '122850.722000', '122850.725000', '122850.728000', '122850.730000', '122850.733000', '122850.736000', '122850.738000', '122850.741000', '122850.743000', '122850.746000', '122850.748000', '122850.751000', '122850.754000', '122850.757000', '122850.760000', '122850.763000', '122850.766000', '122850.769000', '122850.772000', '122850.774000', '122850.777000', '122850.779000', '122850.782000', '122850.785000', '122910.672000', '122910.675000', '122910.678000', '122910.680000', '122910.683000', '122910.686000', '122910.689000', '122910.691000', '122910.694000', '122910.697000', '122910.699000', '122910.702000', '122910.704000', '122910.707000', '122910.710000', '122910.712000', '122910.715000', '122910.718000', '122910.720000', '122910.723000', '122910.725000', '122910.728000', '122910.730000', '122910.733000', '122910.736000', '122910.738000', '122910.741000', '122910.743000', '122910.746000', '122910.749000', '122910.751000', '122910.754000', '122910.756000', '122910.759000', '122910.762000', '122910.764000', '122910.767000', '122910.769000', '122910.772000', '122910.774000', '122910.777000', '122910.780000', '122910.782000', '122910.785000', '122930.673000', '122930.675000', '122930.678000', '122930.681000', '122930.683000', '122930.686000', '122930.689000', '122930.691000', '122930.694000', '122930.696000', '122930.699000', '122930.702000', '122930.704000', '122930.707000', '122930.710000', '122930.712000', '122930.715000', '122930.718000', '122930.720000', '122930.724000', '122930.727000', '122930.731000', '122930.733000', '122930.736000', '122930.739000', '122930.741000', '122930.744000', '122930.746000', '122930.749000', '122930.752000', '122930.754000', '122930.757000', '122930.760000', '122930.763000', '122930.765000', '122930.768000', '122930.770000', '122930.773000', '122930.776000', '122930.778000', '122930.781000', '122930.784000', '122930.786000', '122950.672000', '122950.675000', '122950.678000', '122950.681000', '122950.683000', '122950.686000', '122950.689000', '122950.691000', '122950.694000', '122950.708000', '122950.711000', '122950.713000', '122950.716000', '122950.719000', '122950.721000', '122950.724000', '122950.726000', '122950.729000', '122950.732000', '122950.735000', '122950.737000', '122950.740000', '122950.742000', '122950.745000', '122950.748000', '122950.750000', '122950.753000', '122950.756000', '122950.758000', '122950.761000', '122950.763000', '122950.766000', '122950.769000', '122950.771000', '122950.774000', '122950.777000', '122950.779000', '122950.782000', '122950.785000', '122950.787000', '122950.790000', '122950.793000', '122950.795000', '122950.798000', '123010.672000', '123010.679000', '123010.682000', '123010.685000', '123010.687000', '123010.690000', '123010.693000', '123010.696000', '123010.698000', '123010.701000', '123010.704000', '123010.706000', '123010.709000', '123010.712000', '123010.714000', '123010.717000', '123010.720000', '123010.723000', '123010.725000', '123010.728000', '123010.731000', '123010.734000', '123010.736000', '123010.739000', '123010.742000', '123010.744000', '123010.747000', '123010.750000', '123010.752000', '123010.755000', '123010.757000', '123010.760000', '123010.763000', '123010.765000', '123010.768000', '123010.771000', '123010.773000', '123010.776000', '123010.779000', '123010.781000', '123010.784000', '123010.786000', '123010.789000', '123030.673000', '123030.676000', '123030.679000', '123030.681000', '123030.684000', '123030.687000', '123030.689000', '123030.692000', '123030.695000', '123030.697000', '123030.700000', '123030.702000', '123030.705000', '123030.708000', '123030.710000', '123030.713000', '123030.716000', '123030.718000', '123030.721000', '123030.724000', '123030.726000', '123030.729000', '123030.732000', '123030.734000', '123030.737000', '123030.739000', '123030.742000', '123030.745000', '123030.747000', '123030.750000', '123030.752000', '123030.755000', '123030.758000', '123030.760000', '123030.763000', '123030.766000', '123030.768000', '123030.771000', '123030.773000', '123030.776000', '123030.779000', '123030.781000', '123030.784000', '123030.787000', '123050.673000', '123050.675000', '123050.678000', '123050.681000', '123050.683000', '123050.686000', '123050.689000', '123050.691000', '123050.694000', '123050.697000', '123050.699000', '123050.702000', '123050.704000', '123050.707000', '123050.710000', '123050.712000', '123050.715000', '123050.718000', '123050.720000', '123050.724000', '123050.727000', '123050.730000', '123050.734000', '123050.737000', '123050.739000', '123050.742000', '123050.745000', '123050.747000', '123050.750000', '123050.753000', '123050.755000', '123050.758000', '123050.760000', '123050.764000', '123050.767000', '123050.770000', '123050.773000', '123050.775000', '123050.778000', '123050.781000', '123050.783000', '123050.786000', '123050.788000', '123110.672000', '123110.676000', '123110.678000', '123110.681000', '123110.684000', '123110.686000', '123110.689000', '123110.692000', '123110.694000', '123110.697000', '123110.699000', '123110.702000', '123110.705000', '123110.707000', '123110.710000', '123110.713000', '123110.715000', '123110.718000', '123110.720000', '123110.723000', '123110.726000', '123110.729000', '123110.731000', '123110.734000', '123110.736000', '123110.739000', '123110.742000', '123110.744000', '123110.747000', '123110.750000', '123110.752000', '123110.755000', '123110.757000', '123110.760000', '123110.763000', '123110.766000', '123110.768000', '123110.771000', '123110.774000', '123110.776000', '123110.779000', '123110.781000', '123110.784000', '123110.787000', '123130.672000', '123130.675000', '123130.678000', '123130.681000', '123130.683000', '123130.686000', '123130.688000', '123130.691000', '123130.694000', '123130.696000', '123130.699000', '123130.702000', '123130.704000', '123130.707000', '123130.710000', '123130.713000', '123130.716000', '123130.719000', '123130.727000', '123130.729000', '123130.732000', '123130.735000', '123130.737000', '123130.740000', '123130.742000', '123130.745000', '123130.748000', '123130.750000', '123130.753000', '123130.756000', '123130.758000', '123130.761000', '123130.764000', '123130.766000', '123130.769000', '123130.772000', '123130.774000', '123130.777000', '123130.780000', '123130.782000', '123130.785000', '123130.787000', '123130.790000', '123150.673000', '123150.676000', '123150.678000', '123150.681000', '123150.685000', '123150.687000', '123150.690000', '123150.692000', '123150.695000', '123150.698000', '123150.700000', '123150.703000', '123150.705000', '123150.708000', '123150.711000', '123150.713000', '123150.716000', '123150.719000', '123150.721000', '123150.724000', '123150.727000', '123150.729000', '123150.732000', '123150.735000', '123150.737000', '123150.740000', '123150.742000', '123150.745000', '123150.748000', '123150.750000', '123150.753000', '123150.755000', '123150.758000', '123150.761000', '123150.769000', '123150.772000', '123150.774000', '123150.777000', '123150.780000', '123150.782000', '123150.785000', '123150.787000', '123150.790000', '123150.792000', '123210.672000', '123210.675000', '123210.678000', '123210.681000', '123210.683000', '123210.686000', '123210.689000', '123210.691000', '123210.694000', '123210.696000', '123210.699000', '123210.702000', '123210.704000', '123210.707000', '123210.709000', '123210.712000', '123210.715000', '123210.717000', '123210.720000', '123210.723000', '123210.725000', '123210.728000', '123210.731000', '123210.733000', '123210.736000', '123210.738000', '123210.741000', '123210.744000', '123210.746000', '123210.749000', '123210.752000', '123210.754000', '123210.757000', '123210.759000', '123210.762000', '123210.765000', '123210.767000', '123210.770000', '123210.772000', '123210.775000', '123210.778000', '123210.780000', '123210.783000', '123230.672000', '123230.674000', '123230.677000', '123230.680000', '123230.682000', '123230.685000', '123230.688000', '123230.690000', '123230.693000', '123230.696000', '123230.698000', '123230.701000', '123230.703000', '123230.706000', '123230.709000', '123230.711000', '123230.714000', '123230.717000', '123230.719000', '123230.722000', '123230.725000', '123230.727000', '123230.730000', '123230.733000', '123230.735000', '123230.738000', '123230.740000', '123230.743000', '123230.746000', '123230.748000', '123230.751000', '123230.754000', '123230.756000', '123230.759000', '123230.762000', '123230.764000', '123230.767000', '123230.770000', '123230.772000', '123230.775000', '123230.778000', '123230.780000', '123230.783000', '123230.786000', '123250.672000', '123250.676000', '123250.678000', '123250.681000', '123250.683000', '123250.686000', '123250.689000', '123250.691000', '123250.694000', '123250.697000', '123250.699000', '123250.702000', '123250.704000', '123250.707000', '123250.710000', '123250.722000', '123250.725000', '123250.728000', '123250.730000', '123250.733000', '123250.735000', '123250.738000', '123250.741000', '123250.743000', '123250.746000', '123250.749000', '123250.751000', '123250.754000', '123250.756000', '123250.760000', '123250.762000', '123250.765000', '123250.767000', '123250.770000', '123250.773000', '123250.775000', '123250.778000', '123250.781000', '123250.784000', '123250.786000', '123250.789000', '123250.792000', '123250.797000', '123310.672000', '123310.675000', '123310.678000', '123310.681000', '123310.683000', '123310.686000', '123310.688000', '123310.691000', '123310.694000', '123310.696000', '123310.699000', '123310.701000', '123310.704000', '123310.707000', '123310.709000', '123310.712000', '123310.715000', '123310.717000', '123310.720000', '123310.723000', '123310.725000', '123310.728000', '123310.730000', '123310.733000', '123310.736000', '123310.738000', '123310.741000', '123310.744000', '123310.746000', '123310.749000', '123310.752000', '123310.754000', '123310.757000', '123310.760000', '123310.762000', '123310.765000', '123310.768000', '123310.770000', '123310.773000', '123310.776000', '123310.778000', '123310.781000', '123310.784000', '123310.786000', '123330.672000', '123330.675000', '123330.678000', '123330.680000', '123330.683000', '123330.686000', '123330.688000', '123330.691000', '123330.694000', '123330.696000', '123330.699000', '123330.702000', '123330.704000', '123330.707000', '123330.710000', '123330.712000', '123330.715000', '123330.718000', '123330.720000', '123330.723000', '123330.725000', '123330.728000', '123330.731000', '123330.733000', '123330.736000', '123330.739000', '123330.741000', '123330.744000', '123330.747000', '123330.749000', '123330.752000', '123330.754000', '123330.757000', '123330.760000', '123330.762000', '123330.765000', '123330.767000', '123330.770000', '123330.773000', '123330.775000', '123330.778000', '123330.781000', '123330.783000', '123350.673000', '123350.676000', '123350.678000', '123350.681000', '123350.684000', '123350.686000', '123350.689000', '123350.692000', '123350.694000', '123350.697000', '123350.700000', '123350.702000', '123350.705000', '123350.707000', '123350.710000', '123350.713000', '123350.715000', '123350.718000', '123350.720000', '123350.723000', '123350.726000', '123350.728000', '123350.731000', '123350.734000', '123350.736000', '123350.739000', '123350.742000', '123350.744000', '123350.747000', '123350.750000', '123350.752000', '123350.755000', '123350.757000', '123350.760000', '123350.763000', '123350.765000', '123350.768000', '123350.771000', '123350.773000', '123350.776000', '123350.778000', '123350.781000', '123350.784000', '123350.786000', '123410.673000', '123410.675000', '123410.678000', '123410.681000', '123410.683000', '123410.686000', '123410.689000', '123410.691000', '123410.694000', '123410.696000', '123410.699000', '123410.702000', '123410.704000', '123410.707000', '123410.710000', '123410.712000', '123410.715000', '123410.718000', '123410.720000', '123410.723000', '123410.725000', '123410.728000', '123410.731000', '123410.733000', '123410.736000', '123410.781000', '123410.784000', '123410.787000', '123410.790000', '123410.792000', '123410.795000', '123410.798000', '123410.862000', '123410.865000', '123410.868000', '123410.870000', '123410.873000', '123410.876000', '123410.878000', '123410.881000', '123410.883000', '123410.886000', '123410.889000', '123430.673000', '123430.675000', '123430.678000', '123430.681000', '123430.683000', '123430.686000', '123430.689000', '123430.691000', '123430.694000', '123430.697000', '123430.699000', '123430.702000', '123430.705000', '123430.707000', '123430.710000', '123430.713000', '123430.716000', '123430.718000', '123430.721000', '123430.723000', '123430.726000', '123430.729000', '123430.731000', '123430.734000', '123430.737000', '123430.739000', '123430.742000', '123430.744000', '123430.747000', '123430.750000', '123430.752000', '123430.755000', '123430.758000', '123430.760000', '123430.763000', '123430.765000', '123430.768000', '123430.771000', '123430.773000', '123430.776000', '123430.779000', '123430.781000', '123430.784000', '123430.787000', '123444.383000', '123444.386000', '123444.389000', '123444.392000', '123444.394000', '123444.397000', '123444.400000', '123444.402000', '123444.405000', '123444.408000', '123444.410000', '123444.413000', '123444.416000', '123444.418000', '123444.421000', '123444.423000', '123444.428000', '123444.431000', '123444.433000', '123444.436000', '123444.447000', '123444.450000', '123444.452000', '123444.455000', '123444.458000', '123444.461000', '123444.463000', '123444.466000', '123444.469000', '123444.471000'], 'InstanceCreationTime': ['122810.716000', '122810.720000', '122810.722000', '122810.725000', '122810.727000', '122810.730000', '122810.733000', '122810.735000', '122810.739000', '122810.741000', '122810.744000', '122810.746000', '122810.749000', '122810.752000', '122810.762000', '122810.764000', '122810.767000', '122810.770000', '122810.772000', '122810.775000', '122810.777000', '122810.780000', '122810.783000', '122810.785000', '122810.788000', '122810.790000', '122810.793000', '122810.815000', '122810.818000', '122810.821000', '122810.823000', '122810.826000', '122810.828000', '122810.831000', '122810.834000', '122810.836000', '122810.839000', '122810.841000', '122810.844000', '122810.847000', '122810.849000', '122810.852000', '122810.854000', '122810.857000', '122810.860000', '122810.862000', '122810.865000', '122810.867000', '122810.870000', '122810.873000', '122810.875000', '122810.878000', '122810.880000', '122810.883000', '122810.886000', '122810.888000', '122810.891000', '122810.893000', '122830.673000', '122830.676000', '122830.678000', '122830.681000', '122830.684000', '122830.686000', '122830.689000', '122830.691000', '122830.694000', '122830.697000', '122830.699000', '122830.702000', '122830.704000', '122830.707000', '122830.711000', '122830.714000', '122830.716000', '122830.719000', '122830.721000', '122830.724000', '122830.727000', '122830.729000', '122830.732000', '122830.734000', '122830.737000', '122830.740000', '122830.742000', '122830.745000', '122830.748000', '122830.750000', '122830.753000', '122830.755000', '122830.758000', '122830.761000', '122830.763000', '122830.766000', '122830.769000', '122830.771000', '122830.774000', '122830.776000', '122830.779000', '122830.782000', '122830.784000', '122850.673000', '122850.675000', '122850.678000', '122850.681000', '122850.683000', '122850.686000', '122850.689000', '122850.691000', '122850.694000', '122850.696000', '122850.699000', '122850.702000', '122850.704000', '122850.707000', '122850.709000', '122850.712000', '122850.715000', '122850.717000', '122850.720000', '122850.722000', '122850.725000', '122850.728000', '122850.730000', '122850.733000', '122850.736000', '122850.738000', '122850.741000', '122850.743000', '122850.746000', '122850.748000', '122850.751000', '122850.754000', '122850.757000', '122850.760000', '122850.763000', '122850.766000', '122850.769000', '122850.772000', '122850.774000', '122850.777000', '122850.779000', '122850.782000', '122850.785000', '122910.672000', '122910.675000', '122910.678000', '122910.680000', '122910.683000', '122910.686000', '122910.689000', '122910.691000', '122910.694000', '122910.697000', '122910.699000', '122910.702000', '122910.704000', '122910.707000', '122910.710000', '122910.712000', '122910.715000', '122910.718000', '122910.720000', '122910.723000', '122910.725000', '122910.728000', '122910.730000', '122910.733000', '122910.736000', '122910.738000', '122910.741000', '122910.743000', '122910.746000', '122910.749000', '122910.751000', '122910.754000', '122910.756000', '122910.759000', '122910.762000', '122910.764000', '122910.767000', '122910.769000', '122910.772000', '122910.774000', '122910.777000', '122910.780000', '122910.782000', '122910.785000', '122930.673000', '122930.675000', '122930.678000', '122930.681000', '122930.683000', '122930.686000', '122930.689000', '122930.691000', '122930.694000', '122930.696000', '122930.699000', '122930.702000', '122930.704000', '122930.707000', '122930.710000', '122930.712000', '122930.715000', '122930.718000', '122930.720000', '122930.724000', '122930.727000', '122930.731000', '122930.733000', '122930.736000', '122930.739000', '122930.741000', '122930.744000', '122930.746000', '122930.749000', '122930.752000', '122930.754000', '122930.757000', '122930.760000', '122930.763000', '122930.765000', '122930.768000', '122930.770000', '122930.773000', '122930.776000', '122930.778000', '122930.781000', '122930.784000', '122930.786000', '122950.672000', '122950.675000', '122950.678000', '122950.681000', '122950.683000', '122950.686000', '122950.689000', '122950.691000', '122950.694000', '122950.708000', '122950.711000', '122950.713000', '122950.716000', '122950.719000', '122950.721000', '122950.724000', '122950.726000', '122950.729000', '122950.732000', '122950.735000', '122950.737000', '122950.740000', '122950.742000', '122950.745000', '122950.748000', '122950.750000', '122950.753000', '122950.756000', '122950.758000', '122950.761000', '122950.763000', '122950.766000', '122950.769000', '122950.771000', '122950.774000', '122950.777000', '122950.779000', '122950.782000', '122950.785000', '122950.787000', '122950.790000', '122950.793000', '122950.795000', '122950.798000', '123010.672000', '123010.679000', '123010.682000', '123010.685000', '123010.687000', '123010.690000', '123010.693000', '123010.696000', '123010.698000', '123010.701000', '123010.704000', '123010.706000', '123010.709000', '123010.712000', '123010.714000', '123010.717000', '123010.720000', '123010.723000', '123010.725000', '123010.728000', '123010.731000', '123010.734000', '123010.736000', '123010.739000', '123010.742000', '123010.744000', '123010.747000', '123010.750000', '123010.752000', '123010.755000', '123010.757000', '123010.760000', '123010.763000', '123010.765000', '123010.768000', '123010.771000', '123010.773000', '123010.776000', '123010.779000', '123010.781000', '123010.784000', '123010.786000', '123010.789000', '123030.673000', '123030.676000', '123030.679000', '123030.681000', '123030.684000', '123030.687000', '123030.689000', '123030.692000', '123030.695000', '123030.697000', '123030.700000', '123030.702000', '123030.705000', '123030.708000', '123030.710000', '123030.713000', '123030.716000', '123030.718000', '123030.721000', '123030.724000', '123030.726000', '123030.729000', '123030.732000', '123030.734000', '123030.737000', '123030.739000', '123030.742000', '123030.745000', '123030.747000', '123030.750000', '123030.752000', '123030.755000', '123030.758000', '123030.760000', '123030.763000', '123030.766000', '123030.768000', '123030.771000', '123030.773000', '123030.776000', '123030.779000', '123030.781000', '123030.784000', '123030.787000', '123050.673000', '123050.675000', '123050.678000', '123050.681000', '123050.683000', '123050.686000', '123050.689000', '123050.691000', '123050.694000', '123050.697000', '123050.699000', '123050.702000', '123050.704000', '123050.707000', '123050.710000', '123050.712000', '123050.715000', '123050.718000', '123050.720000', '123050.724000', '123050.727000', '123050.730000', '123050.734000', '123050.737000', '123050.739000', '123050.742000', '123050.745000', '123050.747000', '123050.750000', '123050.753000', '123050.755000', '123050.758000', '123050.760000', '123050.764000', '123050.767000', '123050.770000', '123050.773000', '123050.775000', '123050.778000', '123050.781000', '123050.783000', '123050.786000', '123050.788000', '123110.672000', '123110.676000', '123110.678000', '123110.681000', '123110.684000', '123110.686000', '123110.689000', '123110.692000', '123110.694000', '123110.697000', '123110.699000', '123110.702000', '123110.705000', '123110.707000', '123110.710000', '123110.713000', '123110.715000', '123110.718000', '123110.720000', '123110.723000', '123110.726000', '123110.729000', '123110.731000', '123110.734000', '123110.736000', '123110.739000', '123110.742000', '123110.744000', '123110.747000', '123110.750000', '123110.752000', '123110.755000', '123110.757000', '123110.760000', '123110.763000', '123110.766000', '123110.768000', '123110.771000', '123110.774000', '123110.776000', '123110.779000', '123110.781000', '123110.784000', '123110.787000', '123130.672000', '123130.675000', '123130.678000', '123130.681000', '123130.683000', '123130.686000', '123130.688000', '123130.691000', '123130.694000', '123130.696000', '123130.699000', '123130.702000', '123130.704000', '123130.707000', '123130.710000', '123130.713000', '123130.716000', '123130.719000', '123130.727000', '123130.729000', '123130.732000', '123130.735000', '123130.737000', '123130.740000', '123130.742000', '123130.745000', '123130.748000', '123130.750000', '123130.753000', '123130.756000', '123130.758000', '123130.761000', '123130.764000', '123130.766000', '123130.769000', '123130.772000', '123130.774000', '123130.777000', '123130.780000', '123130.782000', '123130.785000', '123130.787000', '123130.790000', '123150.673000', '123150.676000', '123150.678000', '123150.681000', '123150.685000', '123150.687000', '123150.690000', '123150.692000', '123150.695000', '123150.698000', '123150.700000', '123150.703000', '123150.705000', '123150.708000', '123150.711000', '123150.713000', '123150.716000', '123150.719000', '123150.721000', '123150.724000', '123150.727000', '123150.729000', '123150.732000', '123150.735000', '123150.737000', '123150.740000', '123150.742000', '123150.745000', '123150.748000', '123150.750000', '123150.753000', '123150.755000', '123150.758000', '123150.761000', '123150.769000', '123150.772000', '123150.774000', '123150.777000', '123150.780000', '123150.782000', '123150.785000', '123150.787000', '123150.790000', '123150.792000', '123210.672000', '123210.675000', '123210.678000', '123210.681000', '123210.683000', '123210.686000', '123210.689000', '123210.691000', '123210.694000', '123210.696000', '123210.699000', '123210.702000', '123210.704000', '123210.707000', '123210.709000', '123210.712000', '123210.715000', '123210.717000', '123210.720000', '123210.723000', '123210.725000', '123210.728000', '123210.731000', '123210.733000', '123210.736000', '123210.738000', '123210.741000', '123210.744000', '123210.746000', '123210.749000', '123210.752000', '123210.754000', '123210.757000', '123210.759000', '123210.762000', '123210.765000', '123210.767000', '123210.770000', '123210.772000', '123210.775000', '123210.778000', '123210.780000', '123210.783000', '123230.672000', '123230.674000', '123230.677000', '123230.680000', '123230.682000', '123230.685000', '123230.688000', '123230.690000', '123230.693000', '123230.696000', '123230.698000', '123230.701000', '123230.703000', '123230.706000', '123230.709000', '123230.711000', '123230.714000', '123230.717000', '123230.719000', '123230.722000', '123230.725000', '123230.727000', '123230.730000', '123230.733000', '123230.735000', '123230.738000', '123230.740000', '123230.743000', '123230.746000', '123230.748000', '123230.751000', '123230.754000', '123230.756000', '123230.759000', '123230.762000', '123230.764000', '123230.767000', '123230.770000', '123230.772000', '123230.775000', '123230.778000', '123230.780000', '123230.783000', '123230.786000', '123250.672000', '123250.676000', '123250.678000', '123250.681000', '123250.683000', '123250.686000', '123250.689000', '123250.691000', '123250.694000', '123250.697000', '123250.699000', '123250.702000', '123250.704000', '123250.707000', '123250.710000', '123250.722000', '123250.725000', '123250.728000', '123250.730000', '123250.733000', '123250.735000', '123250.738000', '123250.741000', '123250.743000', '123250.746000', '123250.749000', '123250.751000', '123250.754000', '123250.756000', '123250.760000', '123250.762000', '123250.765000', '123250.767000', '123250.770000', '123250.773000', '123250.775000', '123250.778000', '123250.781000', '123250.784000', '123250.786000', '123250.789000', '123250.792000', '123250.797000', '123310.672000', '123310.675000', '123310.678000', '123310.681000', '123310.683000', '123310.686000', '123310.688000', '123310.691000', '123310.694000', '123310.696000', '123310.699000', '123310.701000', '123310.704000', '123310.707000', '123310.709000', '123310.712000', '123310.715000', '123310.717000', '123310.720000', '123310.723000', '123310.725000', '123310.728000', '123310.730000', '123310.733000', '123310.736000', '123310.738000', '123310.741000', '123310.744000', '123310.746000', '123310.749000', '123310.752000', '123310.754000', '123310.757000', '123310.760000', '123310.762000', '123310.765000', '123310.768000', '123310.770000', '123310.773000', '123310.776000', '123310.778000', '123310.781000', '123310.784000', '123310.786000', '123330.672000', '123330.675000', '123330.678000', '123330.680000', '123330.683000', '123330.686000', '123330.688000', '123330.691000', '123330.694000', '123330.696000', '123330.699000', '123330.702000', '123330.704000', '123330.707000', '123330.710000', '123330.712000', '123330.715000', '123330.718000', '123330.720000', '123330.723000', '123330.725000', '123330.728000', '123330.731000', '123330.733000', '123330.736000', '123330.739000', '123330.741000', '123330.744000', '123330.747000', '123330.749000', '123330.752000', '123330.754000', '123330.757000', '123330.760000', '123330.762000', '123330.765000', '123330.767000', '123330.770000', '123330.773000', '123330.775000', '123330.778000', '123330.781000', '123330.783000', '123350.673000', '123350.676000', '123350.678000', '123350.681000', '123350.684000', '123350.686000', '123350.689000', '123350.692000', '123350.694000', '123350.697000', '123350.700000', '123350.702000', '123350.705000', '123350.707000', '123350.710000', '123350.713000', '123350.715000', '123350.718000', '123350.720000', '123350.723000', '123350.726000', '123350.728000', '123350.731000', '123350.734000', '123350.736000', '123350.739000', '123350.742000', '123350.744000', '123350.747000', '123350.750000', '123350.752000', '123350.755000', '123350.757000', '123350.760000', '123350.763000', '123350.765000', '123350.768000', '123350.771000', '123350.773000', '123350.776000', '123350.778000', '123350.781000', '123350.784000', '123350.786000', '123410.673000', '123410.675000', '123410.678000', '123410.681000', '123410.683000', '123410.686000', '123410.689000', '123410.691000', '123410.694000', '123410.696000', '123410.699000', '123410.702000', '123410.704000', '123410.707000', '123410.710000', '123410.712000', '123410.715000', '123410.718000', '123410.720000', '123410.723000', '123410.725000', '123410.728000', '123410.731000', '123410.733000', '123410.736000', '123410.781000', '123410.784000', '123410.787000', '123410.790000', '123410.792000', '123410.795000', '123410.798000', '123410.862000', '123410.865000', '123410.868000', '123410.870000', '123410.873000', '123410.876000', '123410.878000', '123410.881000', '123410.883000', '123410.886000', '123410.889000', '123430.673000', '123430.675000', '123430.678000', '123430.681000', '123430.683000', '123430.686000', '123430.689000', '123430.691000', '123430.694000', '123430.697000', '123430.699000', '123430.702000', '123430.705000', '123430.707000', '123430.710000', '123430.713000', '123430.716000', '123430.718000', '123430.721000', '123430.723000', '123430.726000', '123430.729000', '123430.731000', '123430.734000', '123430.737000', '123430.739000', '123430.742000', '123430.744000', '123430.747000', '123430.750000', '123430.752000', '123430.755000', '123430.758000', '123430.760000', '123430.763000', '123430.765000', '123430.768000', '123430.771000', '123430.773000', '123430.776000', '123430.779000', '123430.781000', '123430.784000', '123430.787000', '123444.383000', '123444.386000', '123444.389000', '123444.392000', '123444.394000', '123444.397000', '123444.400000', '123444.402000', '123444.405000', '123444.408000', '123444.410000', '123444.413000', '123444.416000', '123444.418000', '123444.421000', '123444.423000', '123444.428000', '123444.431000', '123444.433000', '123444.436000', '123444.447000', '123444.450000', '123444.452000', '123444.455000', '123444.458000', '123444.461000', '123444.463000', '123444.466000', '123444.469000', '123444.471000'], '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': [13763, 11813, 11953, 15236, 12624, 10987, 11389, 14862, 13204, 12218, 13184, 14560, 12389, 10275, 14703, 13622, 11376, 9866, 14858, 12248, 11105, 12797, 14048, 11724, 9167, 13809, 14164, 12749, 9161, 16815, 13576, 11817, 9569, 12677, 14648, 12629, 10918, 14408, 14236, 11939, 9417, 16346, 12910, 10358, 13406, 14150, 11741, 9943, 16379, 12201, 9876, 13639, 13304, 11943, 12445, 14090, 11935, 10195, 14323, 12177, 9629, 16474, 11988, 10191, 13746, 13943, 11893, 9284, 14887, 11664, 10379, 11438, 14439, 12070, 9942, 12483, 14862, 12320, 9817, 15426, 13606, 11484, 11075, 15889, 12638, 10633, 11526, 14304, 11506, 9910, 16526, 12565, 10185, 14334, 13473, 11414, 13968, 13922, 11242, 10523, 14612, 12777, 9073, 13177, 12954, 10967, 9051, 13593, 13296, 11272, 9379, 11910, 15393, 12708, 10744, 13079, 15004, 12863, 10477, 11573, 15905, 13070, 11618, 10847, 13223, 14302, 12330, 11809, 11853, 14315, 11977, 10753, 10764, 15199, 12726, 11251, 9083, 14467, 14092, 12237, 9838, 10963, 14308, 12207, 10717, 10730, 16004, 12445, 10646, 8744, 13364, 14203, 11862, 9816, 10486, 14964, 12478, 11471, 13768, 16872, 11854, 10701, 9289, 12424, 14503, 12608, 10848, 8847, 15021, 12872, 11502, 9845, 15249, 13814, 11661, 10722, 17028, 13525, 12353, 11150, 14914, 13482, 11707, 10017, 13065, 13242, 10708, 9688, 9710, 12461, 13972, 12552, 10564, 8703, 14040, 12946, 11666, 9784, 15856, 12594, 10665, 11062, 14717, 12657, 8947, 14924, 11829, 10573, 14069, 13341, 10807, 9695, 14661, 11635, 8623, 13959, 11408, 9454, 15427, 12391, 10348, 12443, 14163, 11427, 8725, 14419, 12056, 10886, 14159, 13734, 11756, 8796, 14579, 12845, 10372, 17147, 13087, 10696, 16055, 13505, 10895, 13073, 14482, 11997, 10836, 14597, 11995, 9602, 13469, 13121, 11864, 9716, 14018, 12273, 9607, 15548, 12026, 10003, 15556, 12569, 11340, 15924, 12805, 10901, 14434, 13509, 12128, 9910, 14471, 11578, 8827, 14423, 12778, 11443, 9290, 14768, 12776, 10943, 10466, 15648, 12318, 10820, 10621, 13712, 13341, 11264, 12617, 17376, 12732, 12784, 9547, 10242, 14835, 12771, 10810, 9473, 13055, 13122, 11710, 10685, 15426, 12912, 10878, 9163, 15161, 12758, 11844, 11696, 14081, 11424, 10114, 10831, 14816, 11586, 10381, 9467, 13834, 12425, 12001, 12599, 15491, 16892, 15457, 14219, 12847, 13568, 11018, 10082, 8417, 14516, 12280, 11199, 10331, 9520, 12836, 14608, 12976, 12497, 9657, 13742, 13947, 11767, 10646, 11668, 14968, 12039, 10200, 11642, 14399, 12248, 10407, 11082, 14062, 11806, 10282, 9994, 14713, 12073, 11165, 11644, 14630, 10832, 12351, 8615, 14794, 12103, 11308, 9702, 11601, 14438, 12691, 11060, 9975, 16994, 12420, 10969, 11544, 14696, 12401, 9784, 12962, 13099, 11133, 9060, 14612, 12308, 10841, 9279, 13640, 11997, 10422, 10998, 15333, 11501, 10121, 9540, 14994, 12387, 11216, 10792, 17009, 12069, 11038, 10377, 14137, 11756, 10589, 16463, 13275, 11873, 9162, 15429, 11912, 11320, 9072, 14204, 11849, 10942, 8805, 14378, 12029, 10890, 11389, 14273, 12109, 9290, 17015, 12447, 10168, 16148, 12947, 11833, 9675, 13591, 11577, 9397, 15750, 11367, 9784, 15013, 12371, 10363, 11703, 13849, 11989, 8884, 14520, 12078, 9899, 14870, 12495, 11444, 9809, 13924, 12042, 10923, 14575, 13813, 11603, 9896, 17116, 12754, 11408, 10253, 16393, 11984, 10387, 13421, 13644, 11387, 9223, 16182, 12237, 10539, 10783, 13914, 11938, 9751, 11714, 13620, 11937, 8978, 12722, 13670, 11210, 9055, 14610, 13557, 12318, 10000, 16947, 13317, 11711, 9878, 17856, 12165, 10311, 10976, 13470, 11830, 9481, 16515, 11280, 10218, 12174, 12352, 11270, 9266, 13669, 11337, 9045, 15470, 12104, 9917, 11828, 13928, 12003, 9908, 13988, 14353, 11961, 10277, 14334, 13143, 11764, 10579, 15160, 12468, 10725, 15216, 12369, 8944, 14850, 11689, 9689, 14212, 12249, 10735, 12218, 13571, 11918, 8978, 13302, 12235, 10875, 12003, 14029, 11866, 8893, 16297, 12277, 9954, 15753, 12762, 10793, 14078, 14922, 12424, 9891, 14256, 12399, 9365, 15187, 12273, 8846, 15595, 12903, 10380, 12356, 13659, 11969, 9764, 16368, 12250, 10250, 9300, 13413, 11333, 9836, 12992, 13457, 11997, 9370, 14834, 12139, 10214, 16781, 12706, 11234, 9515, 15164, 12061, 10567, 10126, 14157, 11878, 9791, 15682, 13043, 10062, 12003, 12933, 11377, 10267, 11146, 14325, 11925, 10261, 9129, 13885, 11437, 10315, 11328, 13735, 11668, 9556, 14559, 13212, 11685, 8904, 13334, 12713, 11394, 9247, 15134, 12903, 11240, 9361, 15426, 12385, 11276, 8531, 14317, 13618, 11943, 10385, 13085, 13900, 11881, 9662, 12213, 14183, 12360, 9704, 14998, 13829, 12878, 12997, 17212, 12428, 10301, 12005, 13828, 11987, 10844, 12907, 13816, 12175, 11342, 9674, 13489, 16344, 11567, 11465, 9924, 11380, 16539, 12198, 11469, 10433, 16045, 13696, 12114, 11902, 11663, 17319, 12161, 11323, 8702, 15048, 12961, 11738, 10300, 16333, 12829, 11987, 9113, 12429, 14072, 12790, 12039, 8955, 13541, 13610, 11841, 11084, 9066, 13470, 14450, 12402, 11370, 11142, 16650, 12734, 11782, 9898, 16230, 13416, 11977, 9680, 13402, 13424, 12021, 9105, 12577, 13802, 12135, 10549, 10337, 17139, 12957, 12695, 10066, 11433, 15711, 11808, 11847, 9503, 12186, 16704, 13099, 11818, 12131, 9988, 15849, 13099, 12607, 11626, 13609, 16077, 11885, 11649, 9299, 13779, 12118, 11536, 9278, 13331, 13416, 12282, 9985, 10353, 14767, 12553, 11604, 9895, 12916, 16721, 12885, 12582, 11341, 13281, 12538, 11412, 10687, 9722, 15394, 11727, 10940, 9333, 12104, 15127, 11858, 11432, 9234, 15123, 13804, 11978, 9677, 15615, 13022, 11648, 9503, 13017, 12984, 11629, 10667, 14464, 11593, 10651, 8880, 13606, 12976, 11993, 10715, 11987, 16648, 11897, 11532, 11010, 16895, 12821, 11661, 11574, 13646, 11596, 11435, 11789, 12097, 9914, 9122, 12890, 19136, 14187, 11157, 13131, 12889, 11386, 9332, 14212, 11591, 11294, 10025, 16680, 12562, 14086, 14501, 17962, 14189, 13009, 12374, 15489, 15042, 13783, 12944, 11494, 14090, 12209, 11934, 10565, 14511, 13045, 11883, 11585, 9345, 11543, 13176, 12135, 11882, 10214, 13687, 13569, 12139, 10988, 11465, 19923, 19004, 18478, 14514, 15533, 14431, 12558, 11168, 9528, 8710, 13168, 14013, 12811, 11950, 9828, 9436, 11971, 15388, 13314, 12245, 11944, 11785, 10766, 10468, 12648, 13935, 12724, 11777, 11630, 9478, 10960, 15625, 13147, 13467, 11004, 12584, 13171, 11707, 11076, 9422, 11332, 13690, 12038, 12193, 10722, 10234, 13801, 13969, 12067, 11247, 11888, 10771, 15602, 13676, 12712, 11323, 11690, 15592, 11634], 'WindowCenter': [4922.0, 4884.0, 4881.0, 4896.0, 4862.0, 4841.0, 4840.0, 4867.0, 4860.0, 4847.0, 4856.0, 4866.0, 4847.0, 4827.0, 4868.0, 4858.0, 4849.0, 4857.0, 4895.0, 4863.0, 4852.0, 4863.0, 4871.0, 4849.0, 4821.0, 4870.0, 4869.0, 4860.0, 4833.0, 4903.0, 4872.0, 4862.0, 4843.0, 4859.0, 4882.0, 4861.0, 4841.0, 4880.0, 4869.0, 4853.0, 4831.0, 4892.0, 4858.0, 4840.0, 4859.0, 4869.0, 4848.0, 4830.0, 4878.0, 4849.0, 4831.0, 4869.0, 4870.0, 4849.0, 4861.0, 4870.0, 4847.0, 4839.0, 4866.0, 4848.0, 4831.0, 4890.0, 4849.0, 4839.0, 4867.0, 4869.0, 4851.0, 4832.0, 4879.0, 4849.0, 4841.0, 4853.0, 4884.0, 4864.0, 4843.0, 4873.0, 4893.0, 4864.0, 4843.0, 4892.0, 4871.0, 4850.0, 4851.0, 4892.0, 4861.0, 4839.0, 4851.0, 4868.0, 4851.0, 4829.0, 4890.0, 4858.0, 4842.0, 4869.0, 4860.0, 4850.0, 4867.0, 4865.0, 4850.0, 4839.0, 4879.0, 4860.0, 4819.0, 4860.0, 4858.0, 4838.0, 4818.0, 4872.0, 4870.0, 4862.0, 4835.0, 4863.0, 4894.0, 4876.0, 4865.0, 4873.0, 4891.0, 4872.0, 4851.0, 4861.0, 4893.0, 4872.0, 4852.0, 4853.0, 4861.0, 4867.0, 4849.0, 4848.0, 4851.0, 4869.0, 4835.0, 4839.0, 4837.0, 4870.0, 4859.0, 4837.0, 4806.0, 4867.0, 4856.0, 4848.0, 4826.0, 4839.0, 4869.0, 4847.0, 4838.0, 4850.0, 4891.0, 4862.0, 4842.0, 4823.0, 4871.0, 4870.0, 4863.0, 4842.0, 4841.0, 4881.0, 4860.0, 4865.0, 4881.0, 4904.0, 4858.0, 4839.0, 4820.0, 4859.0, 4868.0, 4859.0, 4842.0, 4823.0, 4881.0, 4862.0, 4851.0, 4833.0, 4881.0, 4860.0, 4839.0, 4838.0, 4890.0, 4859.0, 4849.0, 4824.0, 4865.0, 4857.0, 4837.0, 4818.0, 4846.0, 4869.0, 4838.0, 4830.0, 4819.0, 4847.0, 4869.0, 4849.0, 4844.0, 4822.0, 4868.0, 4850.0, 4848.0, 4831.0, 4879.0, 4848.0, 4830.0, 4840.0, 4866.0, 4856.0, 4821.0, 4868.0, 4838.0, 4829.0, 4859.0, 4853.0, 4837.0, 4818.0, 4869.0, 4848.0, 4811.0, 4867.0, 4846.0, 4830.0, 4877.0, 4850.0, 4830.0, 4859.0, 4870.0, 4850.0, 4823.0, 4882.0, 4863.0, 4850.0, 4883.0, 4883.0, 4863.0, 4822.0, 4880.0, 4872.0, 4853.0, 4902.0, 4861.0, 4840.0, 4882.0, 4871.0, 4842.0, 4858.0, 4868.0, 4848.0, 4840.0, 4881.0, 4850.0, 4831.0, 4859.0, 4860.0, 4848.0, 4832.0, 4871.0, 4850.0, 4828.0, 4889.0, 4862.0, 4843.0, 4878.0, 4859.0, 4838.0, 4892.0, 4859.0, 4840.0, 4881.0, 4872.0, 4850.0, 4832.0, 4868.0, 4848.0, 4820.0, 4867.0, 4861.0, 4849.0, 4834.0, 4893.0, 4872.0, 4853.0, 4844.0, 4893.0, 4872.0, 4852.0, 4841.0, 4869.0, 4870.0, 4854.0, 4862.0, 4915.0, 4873.0, 4874.0, 4831.0, 4842.0, 4880.0, 4862.0, 4852.0, 4845.0, 4871.0, 4870.0, 4859.0, 4840.0, 4892.0, 4862.0, 4838.0, 4818.0, 4880.0, 4859.0, 4863.0, 4848.0, 4868.0, 4849.0, 4830.0, 4838.0, 4879.0, 4851.0, 4831.0, 4832.0, 4871.0, 4861.0, 4864.0, 4863.0, 4881.0, 4891.0, 4872.0, 4856.0, 4849.0, 4847.0, 4824.0, 4814.0, 4786.0, 4845.0, 4822.0, 4811.0, 4801.0, 4788.0, 4821.0, 4839.0, 4828.0, 4822.0, 4792.0, 4830.0, 4830.0, 4807.0, 4796.0, 4808.0, 4839.0, 4807.0, 4788.0, 4808.0, 4829.0, 4809.0, 4800.0, 4810.0, 4826.0, 4809.0, 4798.0, 4801.0, 4853.0, 4823.0, 4823.0, 4835.0, 4854.0, 4815.0, 4833.0, 4796.0, 4862.0, 4835.0, 4825.0, 4814.0, 4835.0, 4855.0, 4848.0, 4838.0, 4830.0, 4875.0, 4844.0, 4826.0, 4836.0, 4858.0, 4837.0, 4815.0, 4845.0, 4846.0, 4823.0, 4807.0, 4854.0, 4837.0, 4836.0, 4815.0, 4855.0, 4835.0, 4828.0, 4836.0, 4879.0, 4839.0, 4828.0, 4829.0, 4877.0, 4860.0, 4851.0, 4838.0, 4890.0, 4860.0, 4852.0, 4839.0, 4870.0, 4851.0, 4837.0, 4889.0, 4861.0, 4849.0, 4817.0, 4878.0, 4848.0, 4835.0, 4805.0, 4869.0, 4848.0, 4838.0, 4818.0, 4867.0, 4859.0, 4838.0, 4848.0, 4868.0, 4856.0, 4819.0, 4890.0, 4850.0, 4840.0, 4877.0, 4848.0, 4847.0, 4819.0, 4857.0, 4835.0, 4806.0, 4875.0, 4837.0, 4815.0, 4867.0, 4844.0, 4823.0, 4844.0, 4855.0, 4848.0, 4818.0, 4868.0, 4846.0, 4827.0, 4867.0, 4845.0, 4835.0, 4829.0, 4866.0, 4846.0, 4836.0, 4866.0, 4859.0, 4839.0, 4825.0, 4888.0, 4845.0, 4837.0, 4828.0, 4877.0, 4846.0, 4828.0, 4856.0, 4857.0, 4838.0, 4818.0, 4877.0, 4838.0, 4829.0, 4839.0, 4858.0, 4837.0, 4816.0, 4848.0, 4857.0, 4848.0, 4819.0, 4846.0, 4866.0, 4850.0, 4820.0, 4881.0, 4872.0, 4858.0, 4843.0, 4893.0, 4859.0, 4849.0, 4830.0, 4890.0, 4846.0, 4830.0, 4839.0, 4857.0, 4848.0, 4819.0, 4889.0, 4839.0, 4828.0, 4848.0, 4847.0, 4837.0, 4828.0, 4869.0, 4850.0, 4820.0, 4881.0, 4862.0, 4830.0, 4860.0, 4882.0, 4862.0, 4831.0, 4868.0, 4868.0, 4851.0, 4830.0, 4868.0, 4860.0, 4838.0, 4829.0, 4868.0, 4846.0, 4839.0, 4868.0, 4836.0, 4807.0, 4857.0, 4835.0, 4818.0, 4853.0, 4847.0, 4836.0, 4846.0, 4856.0, 4847.0, 4817.0, 4855.0, 4847.0, 4839.0, 4860.0, 4883.0, 4850.0, 4821.0, 4893.0, 4860.0, 4843.0, 4903.0, 4859.0, 4840.0, 4869.0, 4880.0, 4858.0, 4831.0, 4869.0, 4858.0, 4818.0, 4880.0, 4847.0, 4820.0, 4876.0, 4857.0, 4828.0, 4860.0, 4857.0, 4848.0, 4826.0, 4887.0, 4849.0, 4841.0, 4832.0, 4869.0, 4849.0, 4840.0, 4871.0, 4882.0, 4861.0, 4831.0, 4891.0, 4862.0, 4843.0, 4903.0, 4861.0, 4849.0, 4831.0, 4881.0, 4848.0, 4842.0, 4842.0, 4872.0, 4850.0, 4829.0, 4881.0, 4859.0, 4830.0, 4851.0, 4858.0, 4838.0, 4829.0, 4837.0, 4869.0, 4849.0, 4828.0, 4815.0, 4857.0, 4835.0, 4828.0, 4849.0, 4870.0, 4846.0, 4829.0, 4867.0, 4860.0, 4849.0, 4823.0, 4870.0, 4858.0, 4852.0, 4832.0, 4891.0, 4861.0, 4850.0, 4830.0, 4890.0, 4872.0, 4861.0, 4833.0, 4881.0, 4882.0, 4861.0, 4843.0, 4873.0, 4884.0, 4861.0, 4843.0, 4860.0, 4883.0, 4860.0, 4833.0, 4879.0, 4870.0, 4861.0, 4861.0, 4889.0, 4850.0, 4829.0, 4849.0, 4857.0, 4837.0, 4825.0, 4847.0, 4855.0, 4846.0, 4838.0, 4831.0, 4860.0, 4880.0, 4836.0, 4852.0, 4830.0, 4846.0, 4878.0, 4846.0, 4839.0, 4839.0, 4878.0, 4856.0, 4848.0, 4838.0, 4834.0, 4875.0, 4833.0, 4826.0, 4796.0, 4853.0, 4833.0, 4832.0, 4816.0, 4875.0, 4845.0, 4834.0, 4802.0, 4831.0, 4842.0, 4831.0, 4835.0, 4793.0, 4843.0, 4854.0, 4836.0, 4836.0, 4805.0, 4855.0, 4865.0, 4847.0, 4836.0, 4837.0, 4886.0, 4845.0, 4848.0, 4829.0, 4876.0, 4858.0, 4834.0, 4818.0, 4855.0, 4856.0, 4845.0, 4807.0, 4847.0, 4854.0, 4848.0, 4825.0, 4828.0, 4888.0, 4860.0, 4860.0, 4828.0, 4850.0, 4876.0, 4834.0, 4845.0, 4818.0, 4846.0, 4887.0, 4857.0, 4849.0, 4846.0, 4830.0, 4887.0, 4867.0, 4858.0, 4839.0, 4855.0, 4867.0, 4847.0, 4839.0, 4819.0, 4857.0, 4836.0, 4831.0, 4803.0, 4845.0, 4854.0, 4833.0, 4814.0, 4829.0, 4868.0, 4846.0, 4837.0, 4817.0, 4845.0, 4875.0, 4848.0, 4835.0, 4825.0, 4846.0, 4834.0, 4825.0, 4815.0, 4804.0, 4864.0, 4836.0, 4827.0, 4816.0, 4846.0, 4875.0, 4849.0, 4845.0, 4819.0, 4879.0, 4867.0, 4848.0, 4820.0, 4875.0, 4858.0, 4838.0, 4811.0, 4857.0, 4843.0, 4838.0, 4840.0, 4868.0, 4837.0, 4836.0, 4819.0, 4868.0, 4859.0, 4850.0, 4840.0, 4862.0, 4892.0, 4848.0, 4847.0, 4838.0, 4890.0, 4848.0, 4837.0, 4837.0, 4871.0, 4837.0, 4838.0, 4838.0, 4845.0, 4815.0, 4804.0, 4840.0, 4904.0, 4870.0, 4825.0, 4841.0, 4832.0, 4835.0, 4804.0, 4853.0, 4825.0, 4825.0, 4816.0, 4876.0, 4835.0, 4844.0, 4843.0, 4862.0, 4833.0, 4821.0, 4809.0, 4840.0, 4829.0, 4818.0, 4806.0, 4795.0, 4815.0, 4795.0, 4794.0, 4773.0, 4814.0, 4804.0, 4792.0, 4783.0, 4765.0, 4795.0, 4817.0, 4817.0, 4817.0, 4801.0, 4840.0, 4828.0, 4817.0, 4824.0, 4823.0, 4825.0, 4864.0, 4865.0, 4817.0, 4814.0, 4830.0, 4805.0, 4785.0, 4772.0, 4755.0, 4805.0, 4817.0, 4818.0, 4809.0, 4790.0, 4778.0, 4808.0, 4837.0, 4817.0, 4808.0, 4807.0, 4807.0, 4799.0, 4800.0, 4830.0, 4828.0, 4815.0, 4819.0, 4817.0, 4801.0, 4812.0, 4850.0, 4832.0, 4841.0, 4827.0, 4836.0, 4845.0, 4819.0, 4812.0, 4792.0, 4812.0, 4841.0, 4833.0, 4836.0, 4826.0, 4828.0, 4854.0, 4854.0, 4847.0, 4839.0, 4847.0, 4828.0, 4863.0, 4856.0, 4843.0, 4832.0, 4830.0, 4865.0, 4824.0], 'WindowWidth': [10720.0, 10651.0, 10635.0, 10653.0, 10595.0, 10563.0, 10558.0, 10595.0, 10585.0, 10565.0, 10577.0, 10590.0, 10563.0, 10537.0, 10597.0, 10580.0, 10571.0, 10596.0, 10645.0, 10598.0, 10580.0, 10593.0, 10603.0, 10569.0, 10533.0, 10597.0, 10593.0, 10588.0, 10553.0, 10651.0, 10608.0, 10593.0, 10567.0, 10585.0, 10618.0, 10588.0, 10562.0, 10613.0, 10597.0, 10578.0, 10546.0, 10633.0, 10583.0, 10560.0, 10583.0, 10595.0, 10568.0, 10543.0, 10612.0, 10569.0, 10547.0, 10596.0, 10599.0, 10571.0, 10589.0, 10601.0, 10566.0, 10555.0, 10594.0, 10568.0, 10548.0, 10629.0, 10569.0, 10557.0, 10595.0, 10597.0, 10574.0, 10552.0, 10614.0, 10571.0, 10561.0, 10582.0, 10628.0, 10597.0, 10568.0, 10611.0, 10638.0, 10598.0, 10569.0, 10635.0, 10603.0, 10575.0, 10574.0, 10639.0, 10589.0, 10560.0, 10575.0, 10597.0, 10574.0, 10543.0, 10633.0, 10583.0, 10563.0, 10599.0, 10586.0, 10572.0, 10595.0, 10590.0, 10577.0, 10560.0, 10613.0, 10590.0, 10529.0, 10588.0, 10581.0, 10555.0, 10529.0, 10608.0, 10604.0, 10596.0, 10561.0, 10599.0, 10642.0, 10619.0, 10601.0, 10609.0, 10633.0, 10608.0, 10579.0, 10590.0, 10640.0, 10606.0, 10579.0, 10579.0, 10587.0, 10594.0, 10570.0, 10566.0, 10574.0, 10598.0, 10547.0, 10553.0, 10549.0, 10600.0, 10583.0, 10551.0, 10506.0, 10591.0, 10577.0, 10568.0, 10537.0, 10557.0, 10596.0, 10565.0, 10556.0, 10573.0, 10634.0, 10592.0, 10563.0, 10538.0, 10604.0, 10604.0, 10594.0, 10566.0, 10562.0, 10618.0, 10588.0, 10602.0, 10620.0, 10658.0, 10585.0, 10559.0, 10530.0, 10584.0, 10597.0, 10585.0, 10564.0, 10539.0, 10618.0, 10591.0, 10577.0, 10551.0, 10617.0, 10585.0, 10555.0, 10553.0, 10627.0, 10582.0, 10566.0, 10527.0, 10587.0, 10577.0, 10548.0, 10524.0, 10558.0, 10598.0, 10555.0, 10545.0, 10527.0, 10566.0, 10596.0, 10569.0, 10570.0, 10536.0, 10595.0, 10570.0, 10567.0, 10546.0, 10614.0, 10566.0, 10543.0, 10554.0, 10591.0, 10576.0, 10532.0, 10593.0, 10553.0, 10539.0, 10581.0, 10570.0, 10549.0, 10524.0, 10598.0, 10568.0, 10520.0, 10594.0, 10565.0, 10545.0, 10612.0, 10571.0, 10545.0, 10584.0, 10602.0, 10574.0, 10543.0, 10618.0, 10594.0, 10575.0, 10623.0, 10624.0, 10596.0, 10538.0, 10619.0, 10607.0, 10583.0, 10651.0, 10588.0, 10562.0, 10618.0, 10602.0, 10564.0, 10581.0, 10598.0, 10570.0, 10558.0, 10620.0, 10572.0, 10548.0, 10584.0, 10587.0, 10570.0, 10551.0, 10605.0, 10573.0, 10543.0, 10631.0, 10591.0, 10566.0, 10609.0, 10585.0, 10556.0, 10633.0, 10585.0, 10558.0, 10618.0, 10605.0, 10575.0, 10548.0, 10597.0, 10569.0, 10530.0, 10595.0, 10590.0, 10574.0, 10558.0, 10639.0, 10607.0, 10584.0, 10570.0, 10642.0, 10610.0, 10581.0, 10562.0, 10599.0, 10602.0, 10584.0, 10592.0, 10674.0, 10614.0, 10614.0, 10551.0, 10563.0, 10619.0, 10592.0, 10580.0, 10573.0, 10604.0, 10603.0, 10588.0, 10560.0, 10636.0, 10593.0, 10555.0, 10527.0, 10618.0, 10586.0, 10596.0, 10569.0, 10599.0, 10569.0, 10545.0, 10555.0, 10614.0, 10577.0, 10547.0, 10550.0, 10602.0, 10588.0, 10600.0, 10592.0, 10619.0, 10635.0, 10606.0, 10575.0, 10566.0, 10564.0, 10525.0, 10514.0, 10474.0, 10555.0, 10517.0, 10502.0, 10488.0, 10469.0, 10514.0, 10540.0, 10523.0, 10516.0, 10477.0, 10527.0, 10527.0, 10492.0, 10477.0, 10492.0, 10537.0, 10489.0, 10467.0, 10493.0, 10525.0, 10497.0, 10486.0, 10500.0, 10520.0, 10498.0, 10483.0, 10489.0, 10565.0, 10523.0, 10526.0, 10542.0, 10570.0, 10513.0, 10539.0, 10488.0, 10579.0, 10541.0, 10530.0, 10514.0, 10544.0, 10574.0, 10563.0, 10552.0, 10543.0, 10604.0, 10557.0, 10534.0, 10545.0, 10580.0, 10547.0, 10517.0, 10557.0, 10557.0, 10526.0, 10507.0, 10572.0, 10549.0, 10547.0, 10518.0, 10572.0, 10545.0, 10537.0, 10547.0, 10612.0, 10555.0, 10540.0, 10542.0, 10610.0, 10585.0, 10575.0, 10554.0, 10630.0, 10588.0, 10579.0, 10559.0, 10598.0, 10574.0, 10551.0, 10624.0, 10588.0, 10568.0, 10522.0, 10607.0, 10566.0, 10547.0, 10505.0, 10596.0, 10567.0, 10554.0, 10527.0, 10597.0, 10586.0, 10555.0, 10568.0, 10597.0, 10580.0, 10529.0, 10627.0, 10571.0, 10559.0, 10607.0, 10567.0, 10564.0, 10528.0, 10576.0, 10546.0, 10506.0, 10605.0, 10548.0, 10518.0, 10591.0, 10558.0, 10528.0, 10557.0, 10574.0, 10567.0, 10525.0, 10593.0, 10563.0, 10540.0, 10593.0, 10561.0, 10549.0, 10542.0, 10591.0, 10563.0, 10549.0, 10590.0, 10580.0, 10555.0, 10533.0, 10625.0, 10561.0, 10552.0, 10539.0, 10611.0, 10563.0, 10538.0, 10575.0, 10578.0, 10550.0, 10523.0, 10606.0, 10551.0, 10539.0, 10553.0, 10580.0, 10547.0, 10521.0, 10566.0, 10578.0, 10567.0, 10529.0, 10560.0, 10591.0, 10573.0, 10530.0, 10615.0, 10603.0, 10583.0, 10565.0, 10636.0, 10585.0, 10570.0, 10543.0, 10630.0, 10565.0, 10545.0, 10552.0, 10577.0, 10566.0, 10526.0, 10627.0, 10554.0, 10540.0, 10568.0, 10566.0, 10553.0, 10541.0, 10599.0, 10572.0, 10532.0, 10616.0, 10591.0, 10545.0, 10589.0, 10620.0, 10590.0, 10547.0, 10595.0, 10597.0, 10574.0, 10544.0, 10594.0, 10585.0, 10553.0, 10540.0, 10597.0, 10562.0, 10552.0, 10593.0, 10545.0, 10505.0, 10576.0, 10544.0, 10524.0, 10567.0, 10561.0, 10546.0, 10559.0, 10577.0, 10563.0, 10525.0, 10574.0, 10565.0, 10558.0, 10587.0, 10622.0, 10574.0, 10535.0, 10637.0, 10588.0, 10569.0, 10656.0, 10588.0, 10560.0, 10597.0, 10616.0, 10583.0, 10546.0, 10598.0, 10582.0, 10527.0, 10615.0, 10566.0, 10529.0, 10605.0, 10579.0, 10542.0, 10583.0, 10578.0, 10566.0, 10536.0, 10624.0, 10571.0, 10565.0, 10550.0, 10599.0, 10574.0, 10563.0, 10607.0, 10624.0, 10593.0, 10552.0, 10636.0, 10596.0, 10569.0, 10654.0, 10591.0, 10572.0, 10546.0, 10617.0, 10570.0, 10564.0, 10565.0, 10606.0, 10573.0, 10543.0, 10618.0, 10586.0, 10543.0, 10575.0, 10584.0, 10554.0, 10541.0, 10550.0, 10598.0, 10568.0, 10541.0, 10520.0, 10579.0, 10548.0, 10541.0, 10571.0, 10599.0, 10566.0, 10542.0, 10596.0, 10586.0, 10572.0, 10539.0, 10600.0, 10582.0, 10577.0, 10550.0, 10634.0, 10590.0, 10575.0, 10548.0, 10632.0, 10609.0, 10594.0, 10555.0, 10619.0, 10622.0, 10592.0, 10568.0, 10609.0, 10627.0, 10593.0, 10569.0, 10589.0, 10623.0, 10589.0, 10554.0, 10615.0, 10603.0, 10591.0, 10589.0, 10632.0, 10574.0, 10541.0, 10567.0, 10578.0, 10548.0, 10532.0, 10563.0, 10576.0, 10563.0, 10556.0, 10548.0, 10587.0, 10616.0, 10551.0, 10577.0, 10544.0, 10563.0, 10609.0, 10563.0, 10555.0, 10556.0, 10611.0, 10580.0, 10566.0, 10552.0, 10543.0, 10604.0, 10542.0, 10532.0, 10491.0, 10565.0, 10538.0, 10536.0, 10516.0, 10599.0, 10556.0, 10542.0, 10496.0, 10531.0, 10550.0, 10535.0, 10544.0, 10481.0, 10553.0, 10569.0, 10548.0, 10548.0, 10503.0, 10572.0, 10589.0, 10562.0, 10548.0, 10549.0, 10617.0, 10559.0, 10566.0, 10539.0, 10604.0, 10579.0, 10545.0, 10525.0, 10571.0, 10574.0, 10558.0, 10507.0, 10563.0, 10572.0, 10564.0, 10534.0, 10538.0, 10625.0, 10585.0, 10587.0, 10540.0, 10571.0, 10605.0, 10541.0, 10560.0, 10524.0, 10562.0, 10621.0, 10578.0, 10569.0, 10562.0, 10543.0, 10623.0, 10596.0, 10582.0, 10555.0, 10574.0, 10595.0, 10568.0, 10555.0, 10527.0, 10578.0, 10546.0, 10536.0, 10500.0, 10559.0, 10571.0, 10540.0, 10517.0, 10539.0, 10593.0, 10560.0, 10548.0, 10521.0, 10558.0, 10603.0, 10565.0, 10545.0, 10529.0, 10559.0, 10540.0, 10528.0, 10516.0, 10496.0, 10586.0, 10547.0, 10535.0, 10520.0, 10561.0, 10604.0, 10569.0, 10561.0, 10527.0, 10609.0, 10595.0, 10568.0, 10530.0, 10601.0, 10581.0, 10554.0, 10512.0, 10577.0, 10555.0, 10553.0, 10556.0, 10597.0, 10551.0, 10549.0, 10529.0, 10597.0, 10586.0, 10574.0, 10560.0, 10590.0, 10637.0, 10571.0, 10566.0, 10553.0, 10631.0, 10569.0, 10552.0, 10548.0, 10605.0, 10551.0, 10554.0, 10552.0, 10560.0, 10518.0, 10500.0, 10546.0, 10670.0, 10604.0, 10529.0, 10549.0, 10537.0, 10542.0, 10497.0, 10567.0, 10529.0, 10529.0, 10519.0, 10604.0, 10542.0, 10554.0, 10552.0, 10579.0, 10536.0, 10516.0, 10494.0, 10542.0, 10525.0, 10507.0, 10487.0, 10468.0, 10494.0, 10466.0, 10466.0, 10435.0, 10493.0, 10481.0, 10460.0, 10451.0, 10429.0, 10469.0, 10506.0, 10511.0, 10511.0, 10492.0, 10543.0, 10527.0, 10506.0, 10527.0, 10525.0, 10509.0, 10597.0, 10584.0, 10498.0, 10493.0, 10528.0, 10486.0, 10453.0, 10436.0, 10415.0, 10487.0, 10504.0, 10507.0, 10499.0, 10472.0, 10453.0, 10494.0, 10535.0, 10506.0, 10494.0, 10493.0, 10493.0, 10484.0, 10486.0, 10529.0, 10524.0, 10506.0, 10513.0, 10511.0, 10490.0, 10506.0, 10560.0, 10536.0, 10550.0, 10533.0, 10545.0, 10557.0, 10516.0, 10507.0, 10479.0, 10506.0, 10547.0, 10537.0, 10547.0, 10533.0, 10540.0, 10571.0, 10571.0, 10561.0, 10557.0, 10564.0, 10536.0, 10583.0, 10575.0, 10555.0, 10540.0, 10535.0, 10589.0, 10527.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.004424298245614035</td></tr>
<tr><td colspan=3>aqi</td><td>0.02934996765350877</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.81307528214041</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.24582589543359</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0613002519099901</td></tr>
<tr><td colspan=3>efc</td><td>0.5136</td></tr>
<tr><td colspan=3>fber</td><td>4709.9058</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12123037813413619</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>76</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.333333333333334</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3285225618075365</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1616317666445006</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6132653922403524</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.210670526537756</td></tr>
<tr><td colspan=3>gcor</td><td>0.0150252</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020678291097283363</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03867053985595703</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.267880680120675</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.724</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.2852</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.2863</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287992.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1070.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.9299</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0577</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.0022</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3995.6953</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88552.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.5624</td></tr>
<tr><td colspan=3>tsnr</td><td>34.9101503334241</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>