<?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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-02/func/sub-0078_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>978c15a987d014382bcbb33e40c42ee2</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>10:10:12.065000</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.999534, 0.026445, -0.0152478, -0.0247771, 0.9946, 0.100779]</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.0755341</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>[4138, -7762, -7226, 792, -82, -175, -69, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46380ed8-1d3b-4bf1-90e1-14967f68e014||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.6816766262054443, -0.06647524237632751, -0.04814252629876137, 115.00833892822266], [-0.07095009833574295, 2.6684398651123047, 0.2709555923938751, -102.05218505859375], [-0.04090874269604683, -0.2703818380832672, 2.6859383583068848, -50.733055114746094], [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': ['101012.065000', '101012.525000', '101012.985000', '101013.445000', '101013.905000', '101014.365000', '101014.825000', '101015.285000', '101015.745000', '101016.205000', '101016.665000', '101017.125000', '101017.585000', '101018.045000', '101018.505000', '101018.965000', '101019.425000', '101019.885000', '101020.345000', '101020.805000', '101021.265000', '101021.725000', '101022.185000', '101022.645000', '101023.105000', '101023.565000', '101024.025000', '101024.485000', '101024.945000', '101025.405000', '101025.865000', '101026.325000', '101026.785000', '101027.245000', '101027.705000', '101028.165000', '101028.625000', '101029.085000', '101029.545000', '101030.005000', '101030.465000', '101030.925000', '101031.385000', '101031.845000', '101032.305000', '101032.765000', '101033.225000', '101033.685000', '101034.145000', '101034.605000', '101035.065000', '101035.525000', '101035.985000', '101036.445000', '101036.905000', '101037.365000', '101037.825000', '101038.285000', '101038.745000', '101039.205000', '101039.665000', '101040.125000', '101040.585000', '101041.045000', '101041.505000', '101041.965000', '101042.425000', '101042.885000', '101043.345000', '101043.805000', '101044.265000', '101044.725000', '101045.185000', '101045.645000', '101046.105000', '101046.565000', '101047.025000', '101047.485000', '101047.945000', '101048.405000', '101048.865000', '101049.325000', '101049.785000', '101050.245000', '101050.705000', '101051.165000', '101051.625000', '101052.085000', '101052.545000', '101053.005000', '101053.465000', '101053.925000', '101054.385000', '101054.845000', '101055.305000', '101055.765000', '101056.225000', '101056.685000', '101057.145000', '101057.605000', '101058.065000', '101058.525000', '101058.985000', '101059.445000', '101059.905000', '101100.365000', '101100.825000', '101101.285000', '101101.745000', '101102.205000', '101102.665000', '101103.125000', '101103.585000', '101104.045000', '101104.505000', '101104.965000', '101105.425000', '101105.885000', '101106.345000', '101106.805000', '101107.265000', '101107.725000', '101108.185000', '101108.645000', '101109.105000', '101109.565000', '101110.025000', '101110.485000', '101110.945000', '101111.405000', '101111.865000', '101112.325000', '101112.785000', '101113.245000', '101113.705000', '101114.165000', '101114.625000', '101115.085000', '101115.545000', '101116.005000', '101116.465000', '101116.925000', '101117.385000', '101117.845000', '101118.305000', '101118.765000', '101119.225000', '101119.685000', '101120.145000', '101120.605000', '101121.065000', '101121.525000', '101121.985000', '101122.445000', '101122.905000', '101123.365000', '101123.825000', '101124.285000', '101124.745000', '101125.205000', '101125.665000', '101126.125000', '101126.585000', '101127.045000', '101127.505000', '101127.965000', '101128.425000', '101128.885000', '101129.345000', '101129.805000', '101130.265000', '101130.725000', '101131.185000', '101131.645000', '101132.105000', '101132.565000', '101133.025000', '101133.485000', '101133.945000', '101134.405000', '101134.865000', '101135.325000', '101135.785000', '101136.245000', '101136.705000', '101137.165000', '101137.625000', '101138.085000', '101138.545000', '101139.005000', '101139.465000', '101139.925000', '101140.385000', '101140.845000', '101141.305000', '101141.765000', '101142.225000', '101142.685000', '101143.145000', '101143.605000', '101144.065000', '101144.525000', '101144.985000', '101145.445000', '101145.905000', '101146.365000', '101146.825000', '101147.285000', '101147.745000', '101148.205000', '101148.665000', '101149.125000', '101149.585000', '101150.045000', '101150.505000', '101150.965000', '101151.425000', '101151.885000', '101152.345000', '101152.805000', '101153.265000', '101153.725000', '101154.185000', '101154.645000', '101155.105000', '101155.565000', '101156.025000', '101156.485000', '101156.945000', '101157.405000', '101157.865000', '101158.325000', '101158.785000', '101159.245000', '101159.705000', '101200.165000', '101200.625000', '101201.085000', '101201.545000', '101202.005000', '101202.465000', '101202.925000', '101203.385000', '101203.845000', '101204.305000', '101204.765000', '101205.225000', '101205.685000', '101206.145000', '101206.605000', '101207.065000', '101207.525000', '101207.985000', '101208.445000', '101208.905000', '101209.365000', '101209.825000', '101210.285000', '101210.745000', '101211.205000', '101211.665000', '101212.125000', '101212.585000', '101213.045000', '101213.505000', '101213.965000', '101214.425000', '101214.885000', '101215.345000', '101215.805000', '101216.265000', '101216.725000', '101217.185000', '101217.645000', '101218.105000', '101218.565000', '101219.025000', '101219.485000', '101219.945000', '101220.405000', '101220.865000', '101221.325000', '101221.785000', '101222.245000', '101222.705000', '101223.165000', '101223.625000', '101224.085000', '101224.545000', '101225.005000', '101225.465000', '101225.925000', '101226.385000', '101226.845000', '101227.305000', '101227.765000', '101228.225000', '101228.685000', '101229.145000', '101229.605000', '101230.065000', '101230.525000', '101230.985000', '101231.445000', '101231.905000', '101232.365000', '101232.825000', '101233.285000', '101233.745000', '101234.205000', '101234.665000', '101235.125000', '101235.585000', '101236.045000', '101236.505000', '101236.965000', '101237.425000', '101237.885000', '101238.345000', '101238.805000', '101239.265000', '101239.725000', '101240.185000', '101240.645000', '101241.105000', '101241.565000', '101242.025000', '101242.485000', '101242.945000', '101243.405000', '101243.865000', '101244.325000', '101244.785000', '101245.245000', '101245.705000', '101246.165000', '101246.625000', '101247.085000', '101247.545000', '101248.005000', '101248.465000', '101248.925000', '101249.385000', '101249.845000', '101250.305000', '101250.765000', '101251.225000', '101251.685000', '101252.145000', '101252.605000', '101253.065000', '101253.525000', '101253.985000', '101254.445000', '101254.905000', '101255.365000', '101255.825000', '101256.285000', '101256.745000', '101257.205000', '101257.665000', '101258.125000', '101258.585000', '101259.045000', '101259.505000', '101259.965000', '101300.425000', '101300.885000', '101301.345000', '101301.805000', '101302.265000', '101302.725000', '101303.185000', '101303.645000', '101304.105000', '101304.565000', '101305.025000', '101305.485000', '101305.945000', '101306.405000', '101306.865000', '101307.325000', '101307.785000', '101308.245000', '101308.705000', '101309.165000', '101309.625000', '101310.085000', '101310.545000', '101311.005000', '101311.465000', '101311.925000', '101312.385000', '101312.845000', '101313.305000', '101313.765000', '101314.225000', '101314.685000', '101315.145000', '101315.605000', '101316.065000', '101316.525000', '101316.985000', '101317.445000', '101317.905000', '101318.365000', '101318.825000', '101319.285000', '101319.745000', '101320.205000', '101320.665000', '101321.125000', '101321.585000', '101322.045000', '101322.505000', '101322.965000', '101323.425000', '101323.885000', '101324.345000', '101324.805000', '101325.265000', '101325.725000', '101326.185000', '101326.645000', '101327.105000', '101327.565000', '101328.025000', '101328.485000', '101328.945000', '101329.405000', '101329.865000', '101330.325000', '101330.785000', '101331.245000', '101331.705000', '101332.165000', '101332.625000', '101333.085000', '101333.545000', '101334.005000', '101334.465000', '101334.925000', '101335.385000', '101335.845000', '101336.305000', '101336.765000', '101337.225000', '101337.685000', '101338.145000', '101338.605000', '101339.065000', '101339.525000', '101339.985000', '101340.445000', '101340.905000', '101341.365000', '101341.825000', '101342.285000', '101342.745000', '101343.205000', '101343.665000', '101344.125000', '101344.585000', '101345.045000', '101345.505000', '101345.965000', '101346.425000', '101346.885000', '101347.345000', '101347.805000', '101348.265000', '101348.725000', '101349.185000', '101349.645000', '101350.105000', '101350.565000', '101351.025000', '101351.485000', '101351.945000', '101352.405000', '101352.865000', '101353.325000', '101353.785000', '101354.245000', '101354.705000', '101355.165000', '101355.625000', '101356.085000', '101356.545000', '101357.005000', '101357.465000', '101357.925000', '101358.385000', '101358.845000', '101359.305000', '101359.765000', '101400.225000', '101400.685000', '101401.145000', '101401.605000', '101402.065000', '101402.525000', '101402.985000', '101403.445000', '101403.905000', '101404.365000', '101404.825000', '101405.285000', '101405.745000', '101406.205000', '101406.665000', '101407.125000', '101407.585000', '101408.045000', '101408.505000', '101408.965000', '101409.425000', '101409.885000', '101410.345000', '101410.805000', '101411.265000', '101411.725000', '101412.185000', '101412.645000', '101413.105000', '101413.565000', '101414.025000', '101414.485000', '101414.945000', '101415.405000', '101415.865000', '101416.325000', '101416.785000', '101417.245000', '101417.705000', '101418.165000', '101418.625000', '101419.085000', '101419.545000', '101420.005000', '101420.465000', '101420.925000', '101421.385000', '101421.845000', '101422.305000', '101422.765000', '101423.225000', '101423.685000', '101424.145000', '101424.605000', '101425.065000', '101425.525000', '101425.985000', '101426.445000', '101426.905000', '101427.365000', '101427.825000', '101428.285000', '101428.745000', '101429.205000', '101429.665000', '101430.125000', '101430.585000', '101431.045000', '101431.505000', '101431.965000', '101432.425000', '101432.885000', '101433.345000', '101433.805000', '101434.265000', '101434.725000', '101435.185000', '101435.645000', '101436.105000', '101436.565000', '101437.025000', '101437.485000', '101437.945000', '101438.405000', '101438.865000', '101439.325000', '101439.785000', '101440.245000', '101440.705000', '101441.165000', '101441.625000', '101442.085000', '101442.545000', '101443.005000', '101443.465000', '101443.925000', '101444.385000', '101444.845000', '101445.305000', '101445.765000', '101446.225000', '101446.685000', '101447.145000', '101447.605000', '101448.065000', '101448.525000', '101448.985000', '101449.445000', '101449.905000', '101450.365000', '101450.825000', '101451.285000', '101451.745000', '101452.205000', '101452.665000', '101453.125000', '101453.585000', '101454.045000', '101454.505000', '101454.965000', '101455.425000', '101455.885000', '101456.345000', '101456.805000', '101457.265000', '101457.725000', '101458.185000', '101458.645000', '101459.105000', '101459.565000', '101500.025000', '101500.485000', '101500.945000', '101501.405000', '101501.865000', '101502.325000', '101502.785000', '101503.245000', '101503.705000', '101504.165000', '101504.625000', '101505.085000', '101505.545000', '101506.005000', '101506.465000', '101506.925000', '101507.385000', '101507.845000', '101508.305000', '101508.765000', '101509.225000', '101509.685000', '101510.145000', '101510.605000', '101511.065000', '101511.525000', '101511.985000', '101512.445000', '101512.905000', '101513.365000', '101513.825000', '101514.285000', '101514.745000', '101515.205000', '101515.665000', '101516.125000', '101516.585000', '101517.045000', '101517.505000', '101517.965000', '101518.425000', '101518.885000', '101519.345000', '101519.805000', '101520.265000', '101520.725000', '101521.185000', '101521.645000', '101522.105000', '101522.565000', '101523.025000', '101523.485000', '101523.945000', '101524.405000', '101524.865000', '101525.325000', '101525.785000', '101526.245000', '101526.705000', '101527.165000', '101527.625000', '101528.085000', '101528.545000', '101529.005000', '101529.465000', '101529.925000', '101530.385000', '101530.845000', '101531.305000', '101531.765000', '101532.225000', '101532.685000', '101533.145000', '101533.605000', '101534.065000', '101534.525000', '101534.985000', '101535.445000', '101535.905000', '101536.365000', '101536.825000', '101537.285000', '101537.745000', '101538.205000', '101538.665000', '101539.125000', '101539.585000', '101540.045000', '101540.505000', '101540.965000', '101541.425000', '101541.885000', '101542.345000', '101542.805000', '101543.265000', '101543.725000', '101544.185000', '101544.645000', '101545.105000', '101545.565000', '101546.025000', '101546.485000', '101546.945000', '101547.405000', '101547.865000', '101548.325000', '101548.785000', '101549.245000', '101549.705000', '101550.165000', '101550.625000', '101551.085000', '101551.545000', '101552.005000', '101552.465000', '101552.925000', '101553.385000', '101553.845000', '101554.305000', '101554.765000', '101555.225000', '101555.685000', '101556.145000', '101556.605000', '101557.065000', '101557.525000', '101557.985000', '101558.445000', '101558.905000', '101559.365000', '101559.825000', '101600.285000', '101600.745000', '101601.205000', '101601.665000', '101602.125000', '101602.585000', '101603.045000', '101603.505000', '101603.965000', '101604.425000', '101604.885000', '101605.345000', '101605.805000', '101606.265000', '101606.725000', '101607.185000', '101607.645000', '101608.105000', '101608.565000', '101609.025000', '101609.485000', '101609.945000', '101610.405000', '101610.865000', '101611.325000', '101611.785000', '101612.245000', '101612.705000', '101613.165000', '101613.625000', '101614.085000', '101614.545000', '101615.005000', '101615.465000', '101615.925000', '101616.385000', '101616.845000', '101617.305000', '101617.765000', '101618.225000', '101618.685000', '101619.145000', '101619.605000', '101620.065000', '101620.525000', '101620.985000', '101621.445000', '101621.905000', '101622.365000', '101622.825000', '101623.285000', '101623.745000', '101624.205000', '101624.665000', '101625.125000', '101625.585000', '101626.045000', '101626.505000', '101626.965000', '101627.425000', '101627.885000', '101628.345000', '101628.805000', '101629.265000', '101629.725000', '101630.185000', '101630.645000', '101631.105000', '101631.565000', '101632.025000', '101632.485000', '101632.945000', '101633.405000', '101633.865000', '101634.325000', '101634.785000', '101635.245000', '101635.705000', '101636.165000', '101636.625000', '101637.085000', '101637.545000', '101638.005000', '101638.465000', '101638.925000', '101639.385000', '101639.845000', '101640.305000', '101640.765000', '101641.225000', '101641.685000', '101642.145000', '101642.605000', '101643.065000', '101643.525000', '101643.985000', '101644.445000', '101644.905000', '101645.365000', '101645.825000', '101646.285000', '101646.745000', '101647.205000', '101647.665000', '101648.125000', '101648.585000', '101649.045000', '101649.505000', '101649.965000', '101650.425000', '101650.885000', '101651.345000', '101651.805000', '101652.265000', '101652.725000', '101653.185000', '101653.645000', '101654.105000', '101654.565000', '101655.025000', '101655.485000', '101655.945000', '101656.405000', '101656.865000', '101657.325000', '101657.785000', '101658.245000', '101658.705000', '101659.165000', '101659.625000', '101700.085000', '101700.545000', '101701.005000', '101701.465000', '101701.925000', '101702.385000', '101702.845000', '101703.305000', '101703.765000', '101704.225000', '101704.685000', '101705.145000', '101705.605000', '101706.065000', '101706.525000', '101706.985000', '101707.445000', '101707.905000', '101708.365000', '101708.825000', '101709.285000', '101709.745000', '101710.205000', '101710.665000', '101711.125000', '101711.585000', '101712.045000'], 'ContentTime': ['101037.802000', '101037.805000', '101037.808000', '101037.811000', '101037.813000', '101037.816000', '101037.818000', '101037.821000', '101037.824000', '101037.826000', '101037.829000', '101037.832000', '101037.834000', '101037.837000', '101037.840000', '101037.842000', '101037.845000', '101037.847000', '101037.850000', '101037.853000', '101037.855000', '101037.858000', '101037.861000', '101037.863000', '101037.866000', '101037.868000', '101037.871000', '101037.874000', '101037.876000', '101037.879000', '101037.882000', '101037.884000', '101037.887000', '101037.890000', '101037.892000', '101037.895000', '101037.898000', '101037.900000', '101037.903000', '101037.905000', '101037.908000', '101037.911000', '101037.921000', '101037.924000', '101037.927000', '101037.929000', '101037.932000', '101037.934000', '101037.937000', '101037.940000', '101037.942000', '101037.945000', '101057.745000', '101057.747000', '101057.750000', '101057.753000', '101057.756000', '101057.758000', '101057.761000', '101057.763000', '101057.766000', '101057.769000', '101057.771000', '101057.774000', '101057.777000', '101057.779000', '101057.782000', '101057.785000', '101057.787000', '101057.801000', '101057.804000', '101057.806000', '101057.815000', '101057.818000', '101057.820000', '101057.823000', '101057.826000', '101057.829000', '101057.831000', '101057.834000', '101057.837000', '101057.839000', '101057.842000', '101057.844000', '101057.847000', '101057.850000', '101057.852000', '101057.855000', '101057.858000', '101057.860000', '101057.863000', '101057.866000', '101057.869000', '101057.871000', '101057.874000', '101057.876000', '101117.744000', '101117.747000', '101117.750000', '101117.753000', '101117.755000', '101117.758000', '101117.761000', '101117.763000', '101117.766000', '101117.769000', '101117.771000', '101117.774000', '101117.776000', '101117.779000', '101117.782000', '101117.785000', '101117.788000', '101117.790000', '101117.793000', '101117.796000', '101117.799000', '101117.801000', '101117.804000', '101117.807000', '101117.810000', '101117.813000', '101117.822000', '101117.824000', '101117.827000', '101117.830000', '101117.832000', '101117.835000', '101117.838000', '101117.840000', '101117.843000', '101117.846000', '101117.848000', '101117.851000', '101117.853000', '101117.856000', '101117.859000', '101117.862000', '101117.864000', '101137.745000', '101137.748000', '101137.750000', '101137.753000', '101137.756000', '101137.758000', '101137.761000', '101137.764000', '101137.766000', '101137.769000', '101137.771000', '101137.774000', '101137.777000', '101137.779000', '101137.782000', '101137.785000', '101137.788000', '101137.790000', '101137.793000', '101137.797000', '101137.799000', '101137.802000', '101137.805000', '101137.808000', '101137.810000', '101137.813000', '101137.815000', '101137.818000', '101137.821000', '101137.823000', '101137.826000', '101137.829000', '101137.831000', '101137.834000', '101137.837000', '101137.839000', '101137.842000', '101137.845000', '101137.847000', '101137.850000', '101137.853000', '101137.855000', '101137.858000', '101137.861000', '101157.745000', '101157.748000', '101157.750000', '101157.753000', '101157.755000', '101157.758000', '101157.761000', '101157.765000', '101157.767000', '101157.770000', '101157.773000', '101157.776000', '101157.778000', '101157.781000', '101157.784000', '101157.787000', '101157.789000', '101157.792000', '101157.795000', '101157.797000', '101157.800000', '101157.803000', '101157.805000', '101157.808000', '101157.811000', '101157.813000', '101157.816000', '101157.819000', '101157.821000', '101157.824000', '101157.827000', '101157.829000', '101157.832000', '101157.835000', '101157.837000', '101157.842000', '101157.844000', '101157.847000', '101157.850000', '101157.852000', '101157.855000', '101157.858000', '101157.860000', '101217.743000', '101217.746000', '101217.749000', '101217.752000', '101217.755000', '101217.757000', '101217.760000', '101217.763000', '101217.765000', '101217.768000', '101217.776000', '101217.779000', '101217.782000', '101217.784000', '101217.787000', '101217.790000', '101217.792000', '101217.795000', '101217.798000', '101217.800000', '101217.803000', '101217.806000', '101217.808000', '101217.811000', '101217.814000', '101217.816000', '101217.819000', '101217.822000', '101217.824000', '101217.827000', '101217.830000', '101217.833000', '101217.835000', '101217.838000', '101217.841000', '101217.843000', '101217.846000', '101217.848000', '101217.851000', '101217.854000', '101217.856000', '101217.859000', '101217.862000', '101217.864000', '101237.744000', '101237.747000', '101237.750000', '101237.753000', '101237.756000', '101237.758000', '101237.761000', '101237.763000', '101237.766000', '101237.769000', '101237.771000', '101237.774000', '101237.793000', '101237.796000', '101237.798000', '101237.801000', '101237.804000', '101237.806000', '101237.809000', '101237.812000', '101237.815000', '101237.818000', '101237.821000', '101237.824000', '101237.826000', '101237.829000', '101237.832000', '101237.835000', '101237.837000', '101237.840000', '101237.843000', '101237.846000', '101237.849000', '101237.851000', '101237.854000', '101237.857000', '101237.859000', '101237.862000', '101237.865000', '101237.867000', '101237.870000', '101237.873000', '101237.876000', '101257.744000', '101257.748000', '101257.750000', '101257.753000', '101257.755000', '101257.758000', '101257.761000', '101257.763000', '101257.766000', '101257.769000', '101257.771000', '101257.774000', '101257.777000', '101257.780000', '101257.782000', '101257.785000', '101257.788000', '101257.790000', '101257.793000', '101257.796000', '101257.798000', '101257.801000', '101257.804000', '101257.806000', '101257.809000', '101257.812000', '101257.815000', '101257.817000', '101257.820000', '101257.823000', '101257.826000', '101257.828000', '101257.831000', '101257.834000', '101257.836000', '101257.839000', '101257.841000', '101257.844000', '101257.847000', '101257.849000', '101257.852000', '101257.855000', '101257.858000', '101257.860000', '101317.744000', '101317.747000', '101317.750000', '101317.753000', '101317.756000', '101317.758000', '101317.761000', '101317.764000', '101317.766000', '101317.769000', '101317.771000', '101317.774000', '101317.777000', '101317.780000', '101317.782000', '101317.785000', '101317.788000', '101317.790000', '101317.793000', '101317.796000', '101317.798000', '101317.801000', '101317.804000', '101317.807000', '101317.809000', '101317.812000', '101317.815000', '101317.818000', '101317.820000', '101317.823000', '101317.826000', '101317.828000', '101317.831000', '101317.834000', '101317.836000', '101317.839000', '101317.841000', '101317.844000', '101317.847000', '101317.850000', '101317.852000', '101317.859000', '101317.862000', '101337.744000', '101337.747000', '101337.750000', '101337.753000', '101337.756000', '101337.758000', '101337.761000', '101337.763000', '101337.766000', '101337.769000', '101337.772000', '101337.774000', '101337.777000', '101337.780000', '101337.782000', '101337.785000', '101337.788000', '101337.790000', '101337.793000', '101337.799000', '101337.802000', '101337.805000', '101337.807000', '101337.810000', '101337.813000', '101337.815000', '101337.818000', '101337.821000', '101337.823000', '101337.826000', '101337.829000', '101337.831000', '101337.834000', '101337.837000', '101337.840000', '101337.842000', '101337.845000', '101337.848000', '101337.851000', '101337.853000', '101337.856000', '101337.859000', '101337.861000', '101337.864000', '101357.744000', '101357.747000', '101357.750000', '101357.753000', '101357.756000', '101357.758000', '101357.761000', '101357.763000', '101357.766000', '101357.769000', '101357.771000', '101357.774000', '101357.777000', '101357.779000', '101357.782000', '101357.784000', '101357.787000', '101357.789000', '101357.792000', '101357.795000', '101357.797000', '101357.800000', '101357.803000', '101357.805000', '101357.808000', '101357.811000', '101357.813000', '101357.816000', '101357.819000', '101357.821000', '101357.824000', '101357.827000', '101357.829000', '101357.832000', '101357.835000', '101357.838000', '101357.840000', '101357.864000', '101357.867000', '101357.869000', '101357.872000', '101357.875000', '101357.877000', '101417.745000', '101417.747000', '101417.750000', '101417.753000', '101417.756000', '101417.758000', '101417.761000', '101417.764000', '101417.766000', '101417.769000', '101417.779000', '101417.781000', '101417.784000', '101417.786000', '101417.789000', '101417.792000', '101417.795000', '101417.797000', '101417.800000', '101417.803000', '101417.805000', '101417.808000', '101417.811000', '101417.814000', '101417.816000', '101417.819000', '101417.822000', '101417.824000', '101417.827000', '101417.830000', '101417.832000', '101417.835000', '101417.838000', '101417.840000', '101417.843000', '101417.846000', '101417.848000', '101417.851000', '101417.854000', '101417.856000', '101417.859000', '101417.862000', '101417.864000', '101417.867000', '101437.743000', '101437.746000', '101437.749000', '101437.751000', '101437.754000', '101437.757000', '101437.760000', '101437.762000', '101437.765000', '101437.768000', '101437.770000', '101437.773000', '101437.775000', '101437.778000', '101437.781000', '101437.783000', '101437.786000', '101437.789000', '101437.791000', '101437.794000', '101437.797000', '101437.799000', '101437.802000', '101437.805000', '101437.807000', '101437.810000', '101437.813000', '101437.815000', '101437.818000', '101437.821000', '101437.823000', '101437.826000', '101437.829000', '101437.831000', '101437.834000', '101437.836000', '101437.839000', '101437.842000', '101437.844000', '101437.847000', '101437.850000', '101437.853000', '101437.855000', '101457.745000', '101457.748000', '101457.750000', '101457.753000', '101457.755000', '101457.758000', '101457.761000', '101457.764000', '101457.766000', '101457.769000', '101457.772000', '101457.774000', '101457.777000', '101457.780000', '101457.782000', '101457.785000', '101457.788000', '101457.790000', '101457.793000', '101457.795000', '101457.798000', '101457.801000', '101457.804000', '101457.806000', '101457.809000', '101457.812000', '101457.815000', '101457.817000', '101457.820000', '101457.822000', '101457.825000', '101457.828000', '101457.830000', '101457.833000', '101457.836000', '101457.838000', '101457.841000', '101457.844000', '101457.847000', '101457.849000', '101457.852000', '101457.855000', '101457.857000', '101457.860000', '101517.744000', '101517.747000', '101517.750000', '101517.753000', '101517.756000', '101517.758000', '101517.761000', '101517.764000', '101517.766000', '101517.769000', '101517.771000', '101517.774000', '101517.777000', '101517.779000', '101517.782000', '101517.785000', '101517.787000', '101517.790000', '101517.793000', '101517.795000', '101517.798000', '101517.801000', '101517.803000', '101517.806000', '101517.809000', '101517.811000', '101517.814000', '101517.817000', '101517.819000', '101517.822000', '101517.825000', '101517.827000', '101517.830000', '101517.833000', '101517.835000', '101517.838000', '101517.841000', '101517.843000', '101517.846000', '101517.849000', '101517.851000', '101517.854000', '101517.857000', '101537.744000', '101537.747000', '101537.750000', '101537.753000', '101537.755000', '101537.758000', '101537.761000', '101537.763000', '101537.766000', '101537.769000', '101537.771000', '101537.774000', '101537.777000', '101537.779000', '101537.782000', '101537.785000', '101537.787000', '101537.790000', '101537.793000', '101537.811000', '101537.814000', '101537.817000', '101537.819000', '101537.822000', '101537.824000', '101537.827000', '101537.830000', '101537.832000', '101537.835000', '101537.838000', '101537.840000', '101537.843000', '101537.846000', '101537.848000', '101537.851000', '101537.854000', '101537.856000', '101537.859000', '101537.862000', '101537.864000', '101537.867000', '101537.870000', '101537.872000', '101537.875000', '101557.745000', '101557.747000', '101557.750000', '101557.753000', '101557.756000', '101557.758000', '101557.761000', '101557.764000', '101557.767000', '101557.769000', '101557.772000', '101557.775000', '101557.777000', '101557.780000', '101557.783000', '101557.785000', '101557.788000', '101557.791000', '101557.793000', '101557.796000', '101557.799000', '101557.801000', '101557.804000', '101557.807000', '101557.809000', '101557.812000', '101557.815000', '101557.817000', '101557.820000', '101557.823000', '101557.825000', '101557.828000', '101557.831000', '101557.833000', '101557.836000', '101557.839000', '101557.842000', '101557.844000', '101557.847000', '101557.850000', '101557.852000', '101557.855000', '101557.858000', '101617.745000', '101617.748000', '101617.750000', '101617.753000', '101617.756000', '101617.759000', '101617.761000', '101617.764000', '101617.767000', '101617.769000', '101617.772000', '101617.775000', '101617.778000', '101617.780000', '101617.783000', '101617.786000', '101617.788000', '101617.791000', '101617.794000', '101617.797000', '101617.799000', '101617.802000', '101617.805000', '101617.807000', '101617.810000', '101617.813000', '101617.815000', '101617.818000', '101617.820000', '101617.823000', '101617.826000', '101617.828000', '101617.831000', '101617.834000', '101617.836000', '101617.839000', '101617.842000', '101617.844000', '101617.847000', '101617.850000', '101617.853000', '101617.855000', '101617.858000', '101617.860000', '101637.745000', '101637.748000', '101637.750000', '101637.753000', '101637.756000', '101637.758000', '101637.761000', '101637.764000', '101637.766000', '101637.769000', '101637.772000', '101637.774000', '101637.777000', '101637.780000', '101637.782000', '101637.785000', '101637.788000', '101637.790000', '101637.793000', '101637.796000', '101637.798000', '101637.801000', '101637.804000', '101637.806000', '101637.809000', '101637.812000', '101637.814000', '101637.817000', '101637.820000', '101637.822000', '101637.825000', '101637.828000', '101637.830000', '101637.833000', '101637.836000', '101637.839000', '101637.841000', '101637.844000', '101637.847000', '101637.849000', '101637.852000', '101637.855000', '101637.857000', '101657.744000', '101657.746000', '101657.749000', '101657.752000', '101657.755000', '101657.757000', '101657.760000', '101657.763000', '101657.765000', '101657.768000', '101657.770000', '101657.773000', '101657.776000', '101657.778000', '101657.781000', '101657.784000', '101657.786000', '101657.789000', '101657.792000', '101657.794000', '101657.797000', '101657.800000', '101657.803000', '101657.805000', '101657.808000', '101657.810000', '101657.813000', '101657.816000', '101657.818000', '101657.821000', '101657.831000', '101657.834000', '101657.837000', '101657.840000', '101657.842000', '101657.845000', '101657.848000', '101657.850000', '101657.853000', '101657.856000', '101657.858000', '101657.861000', '101657.864000', '101657.866000', '101713.783000', '101713.785000', '101713.788000', '101713.791000', '101713.794000', '101713.796000', '101713.799000', '101713.801000', '101713.804000', '101713.807000', '101713.809000', '101713.812000', '101713.815000', '101713.817000', '101713.820000', '101713.823000', '101713.826000', '101713.828000', '101713.831000', '101713.834000', '101713.836000', '101713.839000', '101713.841000', '101713.844000', '101713.847000', '101713.850000', '101713.852000', '101713.855000', '101713.858000', '101713.860000', '101713.863000', '101713.866000', '101713.868000', '101713.871000', '101713.874000'], 'InstanceCreationTime': ['101037.802000', '101037.805000', '101037.808000', '101037.811000', '101037.813000', '101037.816000', '101037.818000', '101037.821000', '101037.824000', '101037.826000', '101037.829000', '101037.832000', '101037.834000', '101037.837000', '101037.840000', '101037.842000', '101037.845000', '101037.847000', '101037.850000', '101037.853000', '101037.855000', '101037.858000', '101037.861000', '101037.863000', '101037.866000', '101037.868000', '101037.871000', '101037.874000', '101037.876000', '101037.879000', '101037.882000', '101037.884000', '101037.887000', '101037.890000', '101037.892000', '101037.895000', '101037.898000', '101037.900000', '101037.903000', '101037.905000', '101037.908000', '101037.911000', '101037.921000', '101037.924000', '101037.927000', '101037.929000', '101037.932000', '101037.934000', '101037.937000', '101037.940000', '101037.942000', '101037.945000', '101057.745000', '101057.747000', '101057.750000', '101057.753000', '101057.756000', '101057.758000', '101057.761000', '101057.763000', '101057.766000', '101057.769000', '101057.771000', '101057.774000', '101057.777000', '101057.779000', '101057.782000', '101057.785000', '101057.787000', '101057.801000', '101057.804000', '101057.806000', '101057.815000', '101057.818000', '101057.820000', '101057.823000', '101057.826000', '101057.829000', '101057.831000', '101057.834000', '101057.837000', '101057.839000', '101057.842000', '101057.844000', '101057.847000', '101057.850000', '101057.852000', '101057.855000', '101057.858000', '101057.860000', '101057.863000', '101057.866000', '101057.869000', '101057.871000', '101057.874000', '101057.876000', '101117.744000', '101117.747000', '101117.750000', '101117.753000', '101117.755000', '101117.758000', '101117.761000', '101117.763000', '101117.766000', '101117.769000', '101117.771000', '101117.774000', '101117.776000', '101117.779000', '101117.782000', '101117.785000', '101117.788000', '101117.790000', '101117.793000', '101117.796000', '101117.799000', '101117.801000', '101117.804000', '101117.807000', '101117.810000', '101117.813000', '101117.822000', '101117.824000', '101117.827000', '101117.830000', '101117.832000', '101117.835000', '101117.838000', '101117.840000', '101117.843000', '101117.846000', '101117.848000', '101117.851000', '101117.853000', '101117.856000', '101117.859000', '101117.862000', '101117.864000', '101137.745000', '101137.748000', '101137.750000', '101137.753000', '101137.756000', '101137.758000', '101137.761000', '101137.764000', '101137.766000', '101137.769000', '101137.771000', '101137.774000', '101137.777000', '101137.779000', '101137.782000', '101137.785000', '101137.788000', '101137.790000', '101137.793000', '101137.797000', '101137.799000', '101137.802000', '101137.805000', '101137.808000', '101137.810000', '101137.813000', '101137.815000', '101137.818000', '101137.821000', '101137.823000', '101137.826000', '101137.829000', '101137.831000', '101137.834000', '101137.837000', '101137.839000', '101137.842000', '101137.845000', '101137.847000', '101137.850000', '101137.853000', '101137.855000', '101137.858000', '101137.861000', '101157.745000', '101157.748000', '101157.750000', '101157.753000', '101157.755000', '101157.758000', '101157.761000', '101157.765000', '101157.767000', '101157.770000', '101157.773000', '101157.776000', '101157.778000', '101157.781000', '101157.784000', '101157.787000', '101157.789000', '101157.792000', '101157.795000', '101157.797000', '101157.800000', '101157.803000', '101157.805000', '101157.808000', '101157.811000', '101157.813000', '101157.816000', '101157.819000', '101157.821000', '101157.824000', '101157.827000', '101157.829000', '101157.832000', '101157.835000', '101157.837000', '101157.842000', '101157.844000', '101157.847000', '101157.850000', '101157.852000', '101157.855000', '101157.858000', '101157.860000', '101217.743000', '101217.746000', '101217.749000', '101217.752000', '101217.755000', '101217.757000', '101217.760000', '101217.763000', '101217.765000', '101217.768000', '101217.776000', '101217.779000', '101217.782000', '101217.784000', '101217.787000', '101217.790000', '101217.792000', '101217.795000', '101217.798000', '101217.800000', '101217.803000', '101217.806000', '101217.808000', '101217.811000', '101217.814000', '101217.816000', '101217.819000', '101217.822000', '101217.824000', '101217.827000', '101217.830000', '101217.833000', '101217.835000', '101217.838000', '101217.841000', '101217.843000', '101217.846000', '101217.848000', '101217.851000', '101217.854000', '101217.856000', '101217.859000', '101217.862000', '101217.864000', '101237.744000', '101237.747000', '101237.750000', '101237.753000', '101237.756000', '101237.758000', '101237.761000', '101237.763000', '101237.766000', '101237.769000', '101237.771000', '101237.774000', '101237.793000', '101237.796000', '101237.798000', '101237.801000', '101237.804000', '101237.806000', '101237.809000', '101237.812000', '101237.815000', '101237.818000', '101237.821000', '101237.824000', '101237.826000', '101237.829000', '101237.832000', '101237.835000', '101237.837000', '101237.840000', '101237.843000', '101237.846000', '101237.849000', '101237.851000', '101237.854000', '101237.857000', '101237.859000', '101237.862000', '101237.865000', '101237.867000', '101237.870000', '101237.873000', '101237.876000', '101257.744000', '101257.748000', '101257.750000', '101257.753000', '101257.755000', '101257.758000', '101257.761000', '101257.763000', '101257.766000', '101257.769000', '101257.771000', '101257.774000', '101257.777000', '101257.780000', '101257.782000', '101257.785000', '101257.788000', '101257.790000', '101257.793000', '101257.796000', '101257.798000', '101257.801000', '101257.804000', '101257.806000', '101257.809000', '101257.812000', '101257.815000', '101257.817000', '101257.820000', '101257.823000', '101257.826000', '101257.828000', '101257.831000', '101257.834000', '101257.836000', '101257.839000', '101257.841000', '101257.844000', '101257.847000', '101257.849000', '101257.852000', '101257.855000', '101257.858000', '101257.860000', '101317.744000', '101317.747000', '101317.750000', '101317.753000', '101317.756000', '101317.758000', '101317.761000', '101317.764000', '101317.766000', '101317.769000', '101317.771000', '101317.774000', '101317.777000', '101317.780000', '101317.782000', '101317.785000', '101317.788000', '101317.790000', '101317.793000', '101317.796000', '101317.798000', '101317.801000', '101317.804000', '101317.807000', '101317.809000', '101317.812000', '101317.815000', '101317.818000', '101317.820000', '101317.823000', '101317.826000', '101317.828000', '101317.831000', '101317.834000', '101317.836000', '101317.839000', '101317.841000', '101317.844000', '101317.847000', '101317.850000', '101317.852000', '101317.859000', '101317.862000', '101337.744000', '101337.747000', '101337.750000', '101337.753000', '101337.756000', '101337.758000', '101337.761000', '101337.763000', '101337.766000', '101337.769000', '101337.772000', '101337.774000', '101337.777000', '101337.780000', '101337.782000', '101337.785000', '101337.788000', '101337.790000', '101337.793000', '101337.799000', '101337.802000', '101337.805000', '101337.807000', '101337.810000', '101337.813000', '101337.815000', '101337.818000', '101337.821000', '101337.823000', '101337.826000', '101337.829000', '101337.831000', '101337.834000', '101337.837000', '101337.840000', '101337.842000', '101337.845000', '101337.848000', '101337.851000', '101337.853000', '101337.856000', '101337.859000', '101337.861000', '101337.864000', '101357.744000', '101357.747000', '101357.750000', '101357.753000', '101357.756000', '101357.758000', '101357.761000', '101357.763000', '101357.766000', '101357.769000', '101357.771000', '101357.774000', '101357.777000', '101357.779000', '101357.782000', '101357.784000', '101357.787000', '101357.789000', '101357.792000', '101357.795000', '101357.797000', '101357.800000', '101357.803000', '101357.805000', '101357.808000', '101357.811000', '101357.813000', '101357.816000', '101357.819000', '101357.821000', '101357.824000', '101357.827000', '101357.829000', '101357.832000', '101357.835000', '101357.838000', '101357.840000', '101357.864000', '101357.867000', '101357.869000', '101357.872000', '101357.875000', '101357.877000', '101417.745000', '101417.747000', '101417.750000', '101417.753000', '101417.756000', '101417.758000', '101417.761000', '101417.764000', '101417.766000', '101417.769000', '101417.779000', '101417.781000', '101417.784000', '101417.786000', '101417.789000', '101417.792000', '101417.795000', '101417.797000', '101417.800000', '101417.803000', '101417.805000', '101417.808000', '101417.811000', '101417.814000', '101417.816000', '101417.819000', '101417.822000', '101417.824000', '101417.827000', '101417.830000', '101417.832000', '101417.835000', '101417.838000', '101417.840000', '101417.843000', '101417.846000', '101417.848000', '101417.851000', '101417.854000', '101417.856000', '101417.859000', '101417.862000', '101417.864000', '101417.867000', '101437.743000', '101437.746000', '101437.749000', '101437.751000', '101437.754000', '101437.757000', '101437.760000', '101437.762000', '101437.765000', '101437.768000', '101437.770000', '101437.773000', '101437.775000', '101437.778000', '101437.781000', '101437.783000', '101437.786000', '101437.789000', '101437.791000', '101437.794000', '101437.797000', '101437.799000', '101437.802000', '101437.805000', '101437.807000', '101437.810000', '101437.813000', '101437.815000', '101437.818000', '101437.821000', '101437.823000', '101437.826000', '101437.829000', '101437.831000', '101437.834000', '101437.836000', '101437.839000', '101437.842000', '101437.844000', '101437.847000', '101437.850000', '101437.853000', '101437.855000', '101457.745000', '101457.748000', '101457.750000', '101457.753000', '101457.755000', '101457.758000', '101457.761000', '101457.764000', '101457.766000', '101457.769000', '101457.772000', '101457.774000', '101457.777000', '101457.780000', '101457.782000', '101457.785000', '101457.788000', '101457.790000', '101457.793000', '101457.795000', '101457.798000', '101457.801000', '101457.804000', '101457.806000', '101457.809000', '101457.812000', '101457.815000', '101457.817000', '101457.820000', '101457.822000', '101457.825000', '101457.828000', '101457.830000', '101457.833000', '101457.836000', '101457.838000', '101457.841000', '101457.844000', '101457.847000', '101457.849000', '101457.852000', '101457.855000', '101457.857000', '101457.860000', '101517.744000', '101517.747000', '101517.750000', '101517.753000', '101517.756000', '101517.758000', '101517.761000', '101517.764000', '101517.766000', '101517.769000', '101517.771000', '101517.774000', '101517.777000', '101517.779000', '101517.782000', '101517.785000', '101517.787000', '101517.790000', '101517.793000', '101517.795000', '101517.798000', '101517.801000', '101517.803000', '101517.806000', '101517.809000', '101517.811000', '101517.814000', '101517.817000', '101517.819000', '101517.822000', '101517.825000', '101517.827000', '101517.830000', '101517.833000', '101517.835000', '101517.838000', '101517.841000', '101517.843000', '101517.846000', '101517.849000', '101517.851000', '101517.854000', '101517.857000', '101537.744000', '101537.747000', '101537.750000', '101537.753000', '101537.755000', '101537.758000', '101537.761000', '101537.763000', '101537.766000', '101537.769000', '101537.771000', '101537.774000', '101537.777000', '101537.779000', '101537.782000', '101537.785000', '101537.787000', '101537.790000', '101537.793000', '101537.811000', '101537.814000', '101537.817000', '101537.819000', '101537.822000', '101537.824000', '101537.827000', '101537.830000', '101537.832000', '101537.835000', '101537.838000', '101537.840000', '101537.843000', '101537.846000', '101537.848000', '101537.851000', '101537.854000', '101537.856000', '101537.859000', '101537.862000', '101537.864000', '101537.867000', '101537.870000', '101537.872000', '101537.875000', '101557.745000', '101557.747000', '101557.750000', '101557.753000', '101557.756000', '101557.758000', '101557.761000', '101557.764000', '101557.767000', '101557.769000', '101557.772000', '101557.775000', '101557.777000', '101557.780000', '101557.783000', '101557.785000', '101557.788000', '101557.791000', '101557.793000', '101557.796000', '101557.799000', '101557.801000', '101557.804000', '101557.807000', '101557.809000', '101557.812000', '101557.815000', '101557.817000', '101557.820000', '101557.823000', '101557.825000', '101557.828000', '101557.831000', '101557.833000', '101557.836000', '101557.839000', '101557.842000', '101557.844000', '101557.847000', '101557.850000', '101557.852000', '101557.855000', '101557.858000', '101617.745000', '101617.748000', '101617.750000', '101617.753000', '101617.756000', '101617.759000', '101617.761000', '101617.764000', '101617.767000', '101617.769000', '101617.772000', '101617.775000', '101617.778000', '101617.780000', '101617.783000', '101617.786000', '101617.788000', '101617.791000', '101617.794000', '101617.797000', '101617.799000', '101617.802000', '101617.805000', '101617.807000', '101617.810000', '101617.813000', '101617.815000', '101617.818000', '101617.820000', '101617.823000', '101617.826000', '101617.828000', '101617.831000', '101617.834000', '101617.836000', '101617.839000', '101617.842000', '101617.844000', '101617.847000', '101617.850000', '101617.853000', '101617.855000', '101617.858000', '101617.860000', '101637.745000', '101637.748000', '101637.750000', '101637.753000', '101637.756000', '101637.758000', '101637.761000', '101637.764000', '101637.766000', '101637.769000', '101637.772000', '101637.774000', '101637.777000', '101637.780000', '101637.782000', '101637.785000', '101637.788000', '101637.790000', '101637.793000', '101637.796000', '101637.798000', '101637.801000', '101637.804000', '101637.806000', '101637.809000', '101637.812000', '101637.814000', '101637.817000', '101637.820000', '101637.822000', '101637.825000', '101637.828000', '101637.830000', '101637.833000', '101637.836000', '101637.839000', '101637.841000', '101637.844000', '101637.847000', '101637.849000', '101637.852000', '101637.855000', '101637.857000', '101657.744000', '101657.746000', '101657.749000', '101657.752000', '101657.755000', '101657.757000', '101657.760000', '101657.763000', '101657.765000', '101657.768000', '101657.770000', '101657.773000', '101657.776000', '101657.778000', '101657.781000', '101657.784000', '101657.786000', '101657.789000', '101657.792000', '101657.794000', '101657.797000', '101657.800000', '101657.803000', '101657.805000', '101657.808000', '101657.810000', '101657.813000', '101657.816000', '101657.818000', '101657.821000', '101657.831000', '101657.834000', '101657.837000', '101657.840000', '101657.842000', '101657.845000', '101657.848000', '101657.850000', '101657.853000', '101657.856000', '101657.858000', '101657.861000', '101657.864000', '101657.866000', '101713.783000', '101713.785000', '101713.788000', '101713.791000', '101713.794000', '101713.796000', '101713.799000', '101713.801000', '101713.804000', '101713.807000', '101713.809000', '101713.812000', '101713.815000', '101713.817000', '101713.820000', '101713.823000', '101713.826000', '101713.828000', '101713.831000', '101713.834000', '101713.836000', '101713.839000', '101713.841000', '101713.844000', '101713.847000', '101713.850000', '101713.852000', '101713.855000', '101713.858000', '101713.860000', '101713.863000', '101713.866000', '101713.868000', '101713.871000', '101713.874000'], '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': [7508, 9932, 7185, 8329, 7048, 7880, 9305, 7347, 10198, 7233, 9671, 7291, 10115, 6853, 9678, 7064, 9486, 6990, 8615, 10785, 7831, 10267, 7207, 9464, 7207, 8577, 7526, 6653, 8221, 6549, 8313, 6395, 8269, 6715, 8147, 6610, 7806, 8025, 6978, 8381, 6751, 8602, 6818, 6883, 6768, 6879, 6984, 6712, 7471, 7066, 7605, 7414, 8055, 6862, 8057, 6846, 8417, 7334, 8180, 7143, 7278, 8251, 6821, 8473, 7654, 8619, 8306, 8007, 7345, 7789, 7746, 8238, 7305, 8150, 6733, 6748, 7219, 8625, 8052, 6832, 8343, 6706, 8208, 9306, 7335, 8910, 6879, 8449, 7048, 7504, 9530, 7423, 8986, 7406, 8451, 7196, 8679, 6527, 7103, 8881, 7367, 8336, 7215, 8306, 6983, 7985, 7085, 8583, 6761, 7718, 8967, 7466, 8616, 7231, 8250, 6911, 8659, 7188, 8208, 7855, 7099, 6919, 8022, 6626, 8277, 8709, 7360, 9589, 7300, 8564, 7352, 7841, 7235, 8331, 7218, 9278, 7498, 8739, 7229, 8287, 7254, 8346, 7100, 9262, 7456, 8832, 7145, 8260, 6926, 8295, 7047, 8264, 7608, 8533, 7406, 8235, 7164, 8393, 7352, 8472, 7193, 7967, 6971, 6863, 6852, 8410, 6700, 8702, 7738, 8211, 8573, 7340, 8265, 6979, 6976, 6567, 7202, 7814, 7261, 8103, 7526, 7820, 7468, 8304, 7502, 8329, 7298, 8033, 7532, 7544, 7434, 7938, 7221, 8568, 7187, 8134, 7400, 8588, 7313, 8412, 6923, 8119, 6902, 6783, 6664, 8206, 8941, 7306, 9042, 7292, 8508, 6968, 8636, 6754, 7609, 8492, 7421, 8669, 7241, 8478, 7077, 8460, 7523, 8112, 7399, 8265, 7255, 9065, 7265, 9034, 7587, 8336, 7458, 8400, 7097, 8530, 7196, 8221, 8685, 7460, 9065, 7302, 9060, 7425, 8750, 7636, 8217, 7588, 7964, 7259, 8872, 7016, 8356, 6975, 7089, 7053, 8392, 6562, 8251, 8587, 7544, 9406, 7512, 8054, 7270, 8401, 7273, 8739, 7210, 8572, 7031, 7397, 6824, 8228, 6812, 8900, 8762, 7386, 9073, 7365, 8509, 7147, 9038, 7107, 8452, 7393, 8132, 7395, 7474, 7358, 8141, 7202, 8722, 7041, 8729, 7364, 7403, 7157, 8010, 7222, 8209, 7520, 8838, 7309, 7752, 8058, 7044, 7987, 8319, 7572, 8921, 7351, 7115, 7964, 6969, 8366, 7199, 7746, 7502, 7557, 7430, 8135, 7281, 8886, 7669, 8982, 7432, 8630, 7431, 8651, 6636, 7210, 7706, 7359, 7861, 7531, 8497, 7324, 8460, 7385, 8573, 7519, 8732, 6726, 6895, 6398, 7244, 8005, 7411, 8909, 7390, 8567, 7415, 8984, 7429, 7058, 8099, 7019, 8009, 8511, 7602, 8530, 7417, 8007, 7674, 6970, 8051, 6999, 8750, 7651, 7840, 7329, 8321, 7164, 8798, 7370, 8833, 7336, 8190, 7196, 8479, 7324, 8303, 7199, 8413, 7385, 8323, 7149, 8427, 7196, 8308, 7377, 7885, 7442, 7365, 7387, 8134, 7433, 9763, 7368, 7949, 7448, 8003, 7380, 8882, 7122, 8814, 7338, 7485, 7387, 8014, 7325, 8377, 7215, 8499, 7496, 8613, 7458, 8987, 7156, 8474, 7642, 7815, 9195, 7422, 8876, 7250, 8966, 7323, 8593, 7382, 8379, 7042, 8160, 6925, 8705, 8667, 6991, 9167, 7489, 8402, 7529, 8428, 7096, 8643, 7088, 7373, 8536, 7508, 8442, 7263, 8936, 7336, 8236, 7389, 7930, 7521, 7680, 7582, 7817, 7492, 8189, 7366, 8057, 7057, 6958, 6830, 7280, 8800, 7393, 8596, 7565, 8425, 7288, 8046, 7222, 8176, 7124, 7909, 7248, 8147, 7484, 7290, 7350, 7765, 7106, 9837, 7382, 8156, 7262, 7793, 7029, 8418, 6980, 8275, 6954, 7871, 9342, 7501, 8843, 7240, 8826, 7042, 9209, 7211, 8665, 7197, 8457, 7239, 7922, 7302, 8529, 6946, 7961, 7160, 6871, 7070, 7733, 7115, 8072, 7426, 7901, 7499, 8012, 7214, 8042, 7343, 8437, 7181, 8077, 6886, 7125, 8038, 7256, 8656, 7046, 8709, 7071, 8584, 7137, 8495, 7168, 8561, 7045, 8511, 7093, 9199, 7399, 8040, 7241, 7139, 7271, 7677, 6883, 8122, 6974, 8250, 6949, 8032, 6959, 7300, 6681, 7282, 6862, 8736, 6572, 6480, 7116, 8142, 7868, 6747, 7570, 7269, 8119, 6888, 8095, 7129, 7837, 6961, 7278, 9339, 7355, 8580, 7049, 8526, 7123, 8702, 7061, 8519, 6968, 7887, 7051, 8264, 7067, 8371, 6905, 8118, 7032, 7245, 6753, 7024, 8361, 7273, 8973, 7093, 8718, 6958, 9443, 7135, 7326, 7226, 6823, 6882, 7514, 8543, 7106, 8789, 7022, 8383, 7194, 8205, 7138, 7491, 6966, 8122, 6787, 6989, 6733, 7174, 8564, 7283, 8904, 7057, 7369, 7095, 7973, 7136, 8618, 7213, 8499, 7181, 8345, 7020, 8116, 7063, 8349, 7229, 8491, 7166, 8737, 7278, 8878, 7229, 8397, 6938, 8453, 6933, 8834, 7104, 8846, 7039, 7702, 6930, 9109, 6929, 9134, 6762, 8375, 6924, 8091, 7028, 7839, 6677, 8098, 6829, 8526, 6817, 8344, 7327, 7852, 7090, 7461, 6973, 8288, 7012, 8065, 7069, 8101, 6869, 8184, 7043, 8543, 6949, 8851, 6963, 8332, 7041, 7336, 7484, 7779, 7904, 7835, 8188, 8359, 8160, 7008, 7311, 6985, 7339, 7061, 7911, 6991, 8519, 6987, 8903, 6827, 8541, 7332, 8298, 8914, 8277, 8368, 7601, 7376, 6941, 7303, 7035, 7883, 6891, 8129, 6996, 8220, 7029, 8051, 6738, 8385, 6816, 8304, 6878, 8368, 6817, 8617, 6887, 9103, 7011, 8648, 6997, 8756, 7067, 8639, 7009, 6761, 6464, 6955, 7524, 6867, 8587, 7584, 7539, 8223, 7081, 7415, 6839, 8058, 7584, 9229, 7776, 9435, 8769, 7547, 8097, 6712, 8077, 8244, 8110, 8664, 7264, 8835, 6734, 9003, 6768, 8443, 6760, 8430, 6619, 7954, 6608, 8512, 6687, 8334, 6584, 8312, 6773, 7866, 6598, 8048, 6552, 8263, 6454, 8378, 6579, 7797, 6766, 7786, 6575, 8079, 6545, 8865, 6683, 7743, 6502, 7842, 6696, 8443, 6556, 8525, 6547, 9032, 6609, 8975, 6749, 8733, 7021, 8533, 7114, 9474, 6920, 8268, 6617, 8495, 7333, 8500, 8256, 6447, 6925, 6708, 8076, 6561, 8286, 6987, 9081, 7544, 6537, 8596, 6717, 7815, 6667, 8820, 6876, 8513, 7063, 8509, 8035, 8853, 8779, 7229, 7602, 6482, 7824, 6478, 8214, 6546, 7861, 6531, 8798, 8129, 6618, 6624, 6997, 6485, 8294, 6723, 8605, 7326, 8873, 6654, 6596, 6877, 6937, 9865, 9497, 11336, 10533, 10390, 7674, 10106, 6955, 10013, 6803, 8991, 6816, 8896, 6827, 8985, 6710, 9029, 6798, 8784, 6574, 8483, 6566, 8604, 6648, 8011, 6437, 6473, 7477, 6775, 6715, 6540, 7296, 6454, 6800, 6850], 'WindowCenter': [3960.0, 3978.0, 3919.0, 3941.0, 3905.0, 3926.0, 3935.0, 3902.0, 3920.0, 3890.0, 3908.0, 3876.0, 3906.0, 3864.0, 3906.0, 3861.0, 3895.0, 3848.0, 3869.0, 3886.0, 3844.0, 3875.0, 3843.0, 3863.0, 3844.0, 3853.0, 3844.0, 3833.0, 3856.0, 3823.0, 3868.0, 3835.0, 3867.0, 3836.0, 3857.0, 3835.0, 3858.0, 3869.0, 3848.0, 3867.0, 3849.0, 3879.0, 3862.0, 3862.0, 3851.0, 3850.0, 3860.0, 3862.0, 3873.0, 3876.0, 3887.0, 3888.0, 3898.0, 3878.0, 3886.0, 3876.0, 3897.0, 3890.0, 3910.0, 3891.0, 3888.0, 3911.0, 3878.0, 3911.0, 3898.0, 3911.0, 3910.0, 3900.0, 3888.0, 3888.0, 3888.0, 3897.0, 3886.0, 3898.0, 3865.0, 3880.0, 3900.0, 3908.0, 3900.0, 3878.0, 3910.0, 3875.0, 3898.0, 3907.0, 3875.0, 3895.0, 3863.0, 3884.0, 3860.0, 3862.0, 3891.0, 3871.0, 3892.0, 3860.0, 3880.0, 3860.0, 3881.0, 3851.0, 3863.0, 3893.0, 3874.0, 3884.0, 3874.0, 3882.0, 3873.0, 3882.0, 3874.0, 3896.0, 3866.0, 3887.0, 3905.0, 3887.0, 3896.0, 3886.0, 3895.0, 3874.0, 3896.0, 3875.0, 3899.0, 3896.0, 3875.0, 3876.0, 3898.0, 3865.0, 3896.0, 3896.0, 3888.0, 3907.0, 3888.0, 3898.0, 3887.0, 3896.0, 3886.0, 3897.0, 3887.0, 3906.0, 3888.0, 3898.0, 3877.0, 3898.0, 3886.0, 3897.0, 3876.0, 3906.0, 3888.0, 3906.0, 3876.0, 3884.0, 3863.0, 3882.0, 3862.0, 3895.0, 3884.0, 3893.0, 3873.0, 3882.0, 3862.0, 3882.0, 3873.0, 3884.0, 3861.0, 3885.0, 3863.0, 3862.0, 3861.0, 3883.0, 3861.0, 3893.0, 3871.0, 3884.0, 3893.0, 3873.0, 3883.0, 3874.0, 3874.0, 3863.0, 3884.0, 3886.0, 3886.0, 3897.0, 3888.0, 3898.0, 3887.0, 3896.0, 3885.0, 3897.0, 3885.0, 3897.0, 3886.0, 3886.0, 3875.0, 3897.0, 3873.0, 3897.0, 3875.0, 3898.0, 3875.0, 3898.0, 3874.0, 3897.0, 3875.0, 3897.0, 3875.0, 3866.0, 3863.0, 3897.0, 3894.0, 3886.0, 3906.0, 3875.0, 3895.0, 3875.0, 3897.0, 3862.0, 3884.0, 3895.0, 3876.0, 3895.0, 3885.0, 3895.0, 3875.0, 3896.0, 3899.0, 3898.0, 3890.0, 3897.0, 3888.0, 3907.0, 3887.0, 3907.0, 3888.0, 3897.0, 3877.0, 3897.0, 3863.0, 3896.0, 3874.0, 3898.0, 3894.0, 3875.0, 3894.0, 3874.0, 3894.0, 3871.0, 3894.0, 3883.0, 3883.0, 3873.0, 3884.0, 3872.0, 3895.0, 3872.0, 3896.0, 3874.0, 3873.0, 3873.0, 3897.0, 3864.0, 3897.0, 3894.0, 3885.0, 3905.0, 3874.0, 3883.0, 3874.0, 3883.0, 3872.0, 3895.0, 3873.0, 3895.0, 3863.0, 3876.0, 3863.0, 3885.0, 3862.0, 3895.0, 3894.0, 3875.0, 3895.0, 3874.0, 3893.0, 3875.0, 3893.0, 3862.0, 3884.0, 3875.0, 3884.0, 3875.0, 3871.0, 3873.0, 3885.0, 3873.0, 3896.0, 3876.0, 3897.0, 3875.0, 3874.0, 3874.0, 3885.0, 3886.0, 3897.0, 3888.0, 3909.0, 3888.0, 3887.0, 3898.0, 3876.0, 3897.0, 3897.0, 3886.0, 3895.0, 3876.0, 3862.0, 3885.0, 3862.0, 3885.0, 3863.0, 3875.0, 3874.0, 3874.0, 3873.0, 3883.0, 3873.0, 3894.0, 3884.0, 3894.0, 3873.0, 3882.0, 3862.0, 3881.0, 3861.0, 3873.0, 3884.0, 3875.0, 3884.0, 3886.0, 3894.0, 3875.0, 3884.0, 3872.0, 3893.0, 3873.0, 3896.0, 3865.0, 3875.0, 3865.0, 3886.0, 3884.0, 3886.0, 3907.0, 3887.0, 3897.0, 3888.0, 3896.0, 3888.0, 3875.0, 3886.0, 3863.0, 3885.0, 3883.0, 3876.0, 3894.0, 3874.0, 3872.0, 3873.0, 3861.0, 3882.0, 3872.0, 3893.0, 3873.0, 3882.0, 3872.0, 3882.0, 3862.0, 3881.0, 3873.0, 3893.0, 3872.0, 3881.0, 3862.0, 3880.0, 3872.0, 3881.0, 3863.0, 3882.0, 3874.0, 3882.0, 3862.0, 3882.0, 3863.0, 3881.0, 3873.0, 3882.0, 3873.0, 3871.0, 3871.0, 3883.0, 3872.0, 3906.0, 3876.0, 3885.0, 3874.0, 3884.0, 3875.0, 3906.0, 3874.0, 3906.0, 3886.0, 3876.0, 3876.0, 3885.0, 3887.0, 3896.0, 3887.0, 3909.0, 3887.0, 3897.0, 3875.0, 3896.0, 3863.0, 3896.0, 3873.0, 3872.0, 3892.0, 3874.0, 3894.0, 3873.0, 3892.0, 3874.0, 3894.0, 3873.0, 3882.0, 3862.0, 3883.0, 3861.0, 3883.0, 3882.0, 3861.0, 3892.0, 3872.0, 3882.0, 3872.0, 3881.0, 3859.0, 3893.0, 3861.0, 3873.0, 3881.0, 3873.0, 3882.0, 3874.0, 3893.0, 3873.0, 3884.0, 3875.0, 3884.0, 3874.0, 3874.0, 3883.0, 3874.0, 3873.0, 3896.0, 3873.0, 3886.0, 3863.0, 3874.0, 3862.0, 3872.0, 3892.0, 3872.0, 3892.0, 3872.0, 3882.0, 3872.0, 3883.0, 3873.0, 3893.0, 3875.0, 3886.0, 3885.0, 3896.0, 3886.0, 3885.0, 3875.0, 3886.0, 3875.0, 3918.0, 3887.0, 3897.0, 3886.0, 3886.0, 3874.0, 3898.0, 3874.0, 3896.0, 3875.0, 3886.0, 3905.0, 3875.0, 3893.0, 3875.0, 3894.0, 3873.0, 3903.0, 3884.0, 3895.0, 3873.0, 3894.0, 3873.0, 3883.0, 3871.0, 3895.0, 3874.0, 3883.0, 3861.0, 3861.0, 3873.0, 3885.0, 3874.0, 3884.0, 3885.0, 3894.0, 3885.0, 3885.0, 3875.0, 3884.0, 3872.0, 3894.0, 3873.0, 3885.0, 3864.0, 3862.0, 3881.0, 3872.0, 3891.0, 3861.0, 3892.0, 3872.0, 3893.0, 3872.0, 3892.0, 3874.0, 3893.0, 3873.0, 3893.0, 3861.0, 3905.0, 3872.0, 3884.0, 3872.0, 3874.0, 3873.0, 3884.0, 3874.0, 3886.0, 3873.0, 3896.0, 3875.0, 3897.0, 3875.0, 3875.0, 3864.0, 3885.0, 3864.0, 3908.0, 3864.0, 3864.0, 3877.0, 3898.0, 3910.0, 3890.0, 3900.0, 3889.0, 3900.0, 3879.0, 3898.0, 3877.0, 3888.0, 3875.0, 3875.0, 3894.0, 3876.0, 3883.0, 3863.0, 3882.0, 3862.0, 3893.0, 3863.0, 3894.0, 3862.0, 3885.0, 3865.0, 3884.0, 3874.0, 3895.0, 3875.0, 3887.0, 3874.0, 3876.0, 3865.0, 3876.0, 3884.0, 3877.0, 3894.0, 3874.0, 3893.0, 3863.0, 3904.0, 3863.0, 3874.0, 3872.0, 3864.0, 3861.0, 3872.0, 3882.0, 3860.0, 3880.0, 3862.0, 3881.0, 3860.0, 3881.0, 3861.0, 3862.0, 3860.0, 3882.0, 3849.0, 3861.0, 3849.0, 3862.0, 3882.0, 3874.0, 3894.0, 3875.0, 3874.0, 3875.0, 3882.0, 3874.0, 3893.0, 3873.0, 3895.0, 3873.0, 3895.0, 3874.0, 3896.0, 3877.0, 3895.0, 3887.0, 3896.0, 3877.0, 3897.0, 3875.0, 3908.0, 3876.0, 3896.0, 3875.0, 3896.0, 3876.0, 3905.0, 3877.0, 3895.0, 3876.0, 3885.0, 3875.0, 3894.0, 3874.0, 3893.0, 3864.0, 3882.0, 3863.0, 3872.0, 3862.0, 3872.0, 3864.0, 3882.0, 3861.0, 3893.0, 3863.0, 3883.0, 3873.0, 3883.0, 3863.0, 3875.0, 3863.0, 3883.0, 3862.0, 3884.0, 3875.0, 3884.0, 3865.0, 3896.0, 3876.0, 3895.0, 3876.0, 3906.0, 3875.0, 3895.0, 3876.0, 3875.0, 3886.0, 3884.0, 3885.0, 3884.0, 3896.0, 3895.0, 3896.0, 3875.0, 3875.0, 3873.0, 3874.0, 3873.0, 3884.0, 3875.0, 3894.0, 3874.0, 3893.0, 3864.0, 3893.0, 3874.0, 3884.0, 3894.0, 3883.0, 3884.0, 3871.0, 3872.0, 3861.0, 3871.0, 3863.0, 3881.0, 3861.0, 3884.0, 3863.0, 3882.0, 3861.0, 3872.0, 3850.0, 3881.0, 3860.0, 3881.0, 3861.0, 3882.0, 3862.0, 3880.0, 3863.0, 3891.0, 3861.0, 3892.0, 3862.0, 3882.0, 3861.0, 3880.0, 3875.0, 3862.0, 3862.0, 3874.0, 3886.0, 3876.0, 3908.0, 3898.0, 3897.0, 3897.0, 3876.0, 3886.0, 3876.0, 3896.0, 3887.0, 3905.0, 3886.0, 3905.0, 3897.0, 3884.0, 3884.0, 3862.0, 3883.0, 3881.0, 3882.0, 3891.0, 3871.0, 3891.0, 3860.0, 3892.0, 3861.0, 3880.0, 3860.0, 3881.0, 3861.0, 3881.0, 3863.0, 3892.0, 3862.0, 3882.0, 3863.0, 3894.0, 3863.0, 3883.0, 3865.0, 3884.0, 3863.0, 3895.0, 3864.0, 3896.0, 3864.0, 3885.0, 3864.0, 3884.0, 3864.0, 3884.0, 3866.0, 3907.0, 3864.0, 3885.0, 3854.0, 3883.0, 3865.0, 3894.0, 3864.0, 3907.0, 3865.0, 3906.0, 3876.0, 3905.0, 3865.0, 3894.0, 3875.0, 3895.0, 3876.0, 3904.0, 3875.0, 3893.0, 3863.0, 3894.0, 3885.0, 3895.0, 3896.0, 3863.0, 3875.0, 3874.0, 3895.0, 3877.0, 3895.0, 3876.0, 3905.0, 3885.0, 3864.0, 3906.0, 3876.0, 3895.0, 3877.0, 3906.0, 3864.0, 3895.0, 3873.0, 3894.0, 3885.0, 3893.0, 3893.0, 3871.0, 3871.0, 3849.0, 3871.0, 3850.0, 3883.0, 3849.0, 3882.0, 3853.0, 3894.0, 3883.0, 3860.0, 3862.0, 3871.0, 3866.0, 3906.0, 3877.0, 3910.0, 3875.0, 3895.0, 3876.0, 3875.0, 3863.0, 3862.0, 3903.0, 3892.0, 3899.0, 3888.0, 3876.0, 3844.0, 3863.0, 3832.0, 3862.0, 3820.0, 3851.0, 3819.0, 3849.0, 3820.0, 3849.0, 3832.0, 3863.0, 3832.0, 3852.0, 3833.0, 3861.0, 3835.0, 3866.0, 3847.0, 3868.0, 3851.0, 3849.0, 3872.0, 3860.0, 3861.0, 3864.0, 3886.0, 3866.0, 3876.0, 3890.0], 'WindowWidth': [8865.0, 8878.0, 8783.0, 8814.0, 8754.0, 8783.0, 8791.0, 8742.0, 8760.0, 8721.0, 8742.0, 8694.0, 8733.0, 8674.0, 8735.0, 8663.0, 8716.0, 8641.0, 8666.0, 8686.0, 8627.0, 8667.0, 8624.0, 8649.0, 8626.0, 8636.0, 8627.0, 8612.0, 8646.0, 8600.0, 8666.0, 8619.0, 8664.0, 8620.0, 8651.0, 8619.0, 8653.0, 8668.0, 8642.0, 8665.0, 8645.0, 8688.0, 8669.0, 8668.0, 8652.0, 8650.0, 8663.0, 8669.0, 8684.0, 8695.0, 8710.0, 8713.0, 8726.0, 8700.0, 8709.0, 8697.0, 8725.0, 8721.0, 8747.0, 8722.0, 8716.0, 8750.0, 8703.0, 8748.0, 8728.0, 8751.0, 8748.0, 8734.0, 8714.0, 8716.0, 8712.0, 8724.0, 8706.0, 8728.0, 8680.0, 8707.0, 8736.0, 8743.0, 8733.0, 8704.0, 8745.0, 8694.0, 8726.0, 8737.0, 8692.0, 8716.0, 8671.0, 8699.0, 8662.0, 8668.0, 8706.0, 8680.0, 8707.0, 8663.0, 8688.0, 8662.0, 8693.0, 8651.0, 8672.0, 8710.0, 8687.0, 8701.0, 8687.0, 8696.0, 8686.0, 8696.0, 8688.0, 8721.0, 8682.0, 8711.0, 8733.0, 8711.0, 8721.0, 8709.0, 8718.0, 8690.0, 8722.0, 8693.0, 8730.0, 8723.0, 8694.0, 8694.0, 8727.0, 8679.0, 8723.0, 8721.0, 8713.0, 8738.0, 8713.0, 8725.0, 8712.0, 8722.0, 8709.0, 8725.0, 8712.0, 8735.0, 8713.0, 8726.0, 8696.0, 8724.0, 8709.0, 8724.0, 8695.0, 8737.0, 8715.0, 8734.0, 8696.0, 8701.0, 8672.0, 8696.0, 8670.0, 8717.0, 8702.0, 8711.0, 8684.0, 8695.0, 8668.0, 8695.0, 8684.0, 8701.0, 8667.0, 8703.0, 8671.0, 8670.0, 8667.0, 8698.0, 8667.0, 8713.0, 8681.0, 8700.0, 8712.0, 8687.0, 8698.0, 8689.0, 8688.0, 8674.0, 8704.0, 8708.0, 8709.0, 8725.0, 8715.0, 8728.0, 8711.0, 8722.0, 8705.0, 8724.0, 8706.0, 8725.0, 8708.0, 8710.0, 8691.0, 8723.0, 8688.0, 8725.0, 8694.0, 8726.0, 8691.0, 8725.0, 8690.0, 8725.0, 8695.0, 8725.0, 8692.0, 8682.0, 8675.0, 8722.0, 8716.0, 8709.0, 8734.0, 8692.0, 8716.0, 8690.0, 8723.0, 8671.0, 8703.0, 8717.0, 8693.0, 8717.0, 8706.0, 8718.0, 8694.0, 8722.0, 8731.0, 8729.0, 8719.0, 8726.0, 8716.0, 8739.0, 8712.0, 8738.0, 8715.0, 8724.0, 8696.0, 8722.0, 8673.0, 8721.0, 8689.0, 8725.0, 8715.0, 8692.0, 8714.0, 8686.0, 8712.0, 8680.0, 8716.0, 8700.0, 8698.0, 8682.0, 8700.0, 8683.0, 8716.0, 8684.0, 8721.0, 8689.0, 8686.0, 8685.0, 8721.0, 8675.0, 8722.0, 8716.0, 8706.0, 8732.0, 8689.0, 8697.0, 8686.0, 8697.0, 8683.0, 8716.0, 8686.0, 8719.0, 8673.0, 8693.0, 8671.0, 8703.0, 8669.0, 8716.0, 8714.0, 8693.0, 8716.0, 8689.0, 8712.0, 8691.0, 8712.0, 8671.0, 8700.0, 8692.0, 8702.0, 8689.0, 8681.0, 8686.0, 8701.0, 8686.0, 8721.0, 8693.0, 8722.0, 8691.0, 8690.0, 8690.0, 8704.0, 8707.0, 8725.0, 8715.0, 8742.0, 8715.0, 8711.0, 8727.0, 8697.0, 8723.0, 8724.0, 8708.0, 8718.0, 8694.0, 8670.0, 8702.0, 8669.0, 8703.0, 8673.0, 8690.0, 8687.0, 8686.0, 8685.0, 8699.0, 8685.0, 8713.0, 8702.0, 8714.0, 8686.0, 8695.0, 8668.0, 8692.0, 8667.0, 8684.0, 8703.0, 8692.0, 8702.0, 8706.0, 8715.0, 8690.0, 8700.0, 8682.0, 8710.0, 8686.0, 8720.0, 8679.0, 8689.0, 8678.0, 8708.0, 8703.0, 8708.0, 8737.0, 8711.0, 8724.0, 8712.0, 8721.0, 8711.0, 8692.0, 8705.0, 8671.0, 8703.0, 8698.0, 8692.0, 8712.0, 8687.0, 8681.0, 8683.0, 8665.0, 8694.0, 8683.0, 8713.0, 8683.0, 8697.0, 8681.0, 8695.0, 8669.0, 8693.0, 8684.0, 8710.0, 8681.0, 8691.0, 8668.0, 8690.0, 8680.0, 8691.0, 8670.0, 8695.0, 8686.0, 8694.0, 8668.0, 8696.0, 8671.0, 8693.0, 8685.0, 8696.0, 8684.0, 8679.0, 8680.0, 8698.0, 8683.0, 8734.0, 8693.0, 8704.0, 8688.0, 8704.0, 8690.0, 8734.0, 8689.0, 8735.0, 8707.0, 8694.0, 8694.0, 8706.0, 8710.0, 8721.0, 8712.0, 8742.0, 8712.0, 8723.0, 8692.0, 8721.0, 8672.0, 8719.0, 8686.0, 8683.0, 8707.0, 8687.0, 8711.0, 8684.0, 8707.0, 8687.0, 8715.0, 8684.0, 8693.0, 8667.0, 8698.0, 8665.0, 8699.0, 8693.0, 8665.0, 8708.0, 8681.0, 8693.0, 8679.0, 8693.0, 8661.0, 8711.0, 8666.0, 8683.0, 8694.0, 8685.0, 8695.0, 8687.0, 8711.0, 8686.0, 8702.0, 8692.0, 8700.0, 8688.0, 8687.0, 8699.0, 8687.0, 8685.0, 8720.0, 8687.0, 8708.0, 8672.0, 8688.0, 8668.0, 8682.0, 8707.0, 8682.0, 8710.0, 8682.0, 8694.0, 8683.0, 8698.0, 8686.0, 8713.0, 8691.0, 8708.0, 8708.0, 8723.0, 8708.0, 8706.0, 8693.0, 8709.0, 8693.0, 8755.0, 8711.0, 8726.0, 8707.0, 8710.0, 8690.0, 8727.0, 8690.0, 8722.0, 8692.0, 8709.0, 8731.0, 8691.0, 8714.0, 8691.0, 8714.0, 8687.0, 8727.0, 8704.0, 8718.0, 8688.0, 8717.0, 8686.0, 8699.0, 8681.0, 8718.0, 8689.0, 8701.0, 8668.0, 8668.0, 8687.0, 8705.0, 8690.0, 8702.0, 8707.0, 8718.0, 8705.0, 8704.0, 8691.0, 8703.0, 8685.0, 8716.0, 8686.0, 8706.0, 8675.0, 8670.0, 8693.0, 8683.0, 8707.0, 8667.0, 8710.0, 8685.0, 8712.0, 8684.0, 8709.0, 8689.0, 8713.0, 8686.0, 8712.0, 8669.0, 8730.0, 8684.0, 8702.0, 8684.0, 8690.0, 8687.0, 8703.0, 8691.0, 8707.0, 8689.0, 8721.0, 8692.0, 8725.0, 8690.0, 8692.0, 8675.0, 8705.0, 8676.0, 8741.0, 8676.0, 8676.0, 8698.0, 8727.0, 8747.0, 8723.0, 8736.0, 8720.0, 8732.0, 8703.0, 8728.0, 8696.0, 8712.0, 8691.0, 8691.0, 8712.0, 8690.0, 8695.0, 8671.0, 8695.0, 8670.0, 8709.0, 8671.0, 8713.0, 8670.0, 8702.0, 8677.0, 8701.0, 8690.0, 8716.0, 8692.0, 8710.0, 8690.0, 8693.0, 8676.0, 8693.0, 8701.0, 8695.0, 8715.0, 8687.0, 8713.0, 8671.0, 8728.0, 8671.0, 8688.0, 8681.0, 8672.0, 8665.0, 8681.0, 8693.0, 8664.0, 8690.0, 8667.0, 8691.0, 8663.0, 8691.0, 8666.0, 8668.0, 8663.0, 8695.0, 8648.0, 8665.0, 8648.0, 8668.0, 8694.0, 8688.0, 8714.0, 8691.0, 8687.0, 8690.0, 8696.0, 8688.0, 8712.0, 8686.0, 8717.0, 8688.0, 8718.0, 8690.0, 8721.0, 8699.0, 8718.0, 8712.0, 8721.0, 8698.0, 8723.0, 8693.0, 8737.0, 8694.0, 8720.0, 8693.0, 8720.0, 8695.0, 8732.0, 8697.0, 8718.0, 8695.0, 8704.0, 8691.0, 8714.0, 8689.0, 8714.0, 8674.0, 8695.0, 8669.0, 8681.0, 8670.0, 8680.0, 8672.0, 8694.0, 8667.0, 8711.0, 8672.0, 8696.0, 8685.0, 8697.0, 8671.0, 8690.0, 8671.0, 8697.0, 8670.0, 8701.0, 8693.0, 8701.0, 8679.0, 8721.0, 8694.0, 8720.0, 8696.0, 8733.0, 8692.0, 8719.0, 8694.0, 8692.0, 8707.0, 8703.0, 8705.0, 8701.0, 8719.0, 8717.0, 8720.0, 8689.0, 8692.0, 8686.0, 8690.0, 8687.0, 8700.0, 8691.0, 8715.0, 8689.0, 8713.0, 8676.0, 8713.0, 8689.0, 8700.0, 8714.0, 8696.0, 8700.0, 8680.0, 8682.0, 8666.0, 8679.0, 8671.0, 8693.0, 8667.0, 8699.0, 8671.0, 8693.0, 8664.0, 8681.0, 8649.0, 8689.0, 8663.0, 8692.0, 8668.0, 8694.0, 8669.0, 8690.0, 8671.0, 8706.0, 8668.0, 8708.0, 8669.0, 8694.0, 8667.0, 8690.0, 8690.0, 8669.0, 8672.0, 8691.0, 8707.0, 8696.0, 8738.0, 8730.0, 8725.0, 8726.0, 8695.0, 8710.0, 8696.0, 8722.0, 8710.0, 8732.0, 8709.0, 8730.0, 8721.0, 8700.0, 8701.0, 8670.0, 8697.0, 8691.0, 8696.0, 8707.0, 8680.0, 8704.0, 8663.0, 8707.0, 8666.0, 8690.0, 8664.0, 8692.0, 8666.0, 8691.0, 8672.0, 8708.0, 8671.0, 8694.0, 8672.0, 8715.0, 8674.0, 8699.0, 8678.0, 8701.0, 8674.0, 8716.0, 8677.0, 8722.0, 8677.0, 8705.0, 8676.0, 8703.0, 8676.0, 8704.0, 8683.0, 8739.0, 8675.0, 8705.0, 8661.0, 8699.0, 8679.0, 8716.0, 8679.0, 8737.0, 8681.0, 8734.0, 8697.0, 8731.0, 8679.0, 8714.0, 8693.0, 8718.0, 8693.0, 8728.0, 8691.0, 8711.0, 8674.0, 8714.0, 8706.0, 8718.0, 8721.0, 8675.0, 8692.0, 8691.0, 8719.0, 8700.0, 8721.0, 8695.0, 8733.0, 8706.0, 8679.0, 8736.0, 8695.0, 8722.0, 8699.0, 8734.0, 8677.0, 8718.0, 8687.0, 8716.0, 8705.0, 8713.0, 8711.0, 8678.0, 8680.0, 8646.0, 8679.0, 8648.0, 8697.0, 8647.0, 8696.0, 8659.0, 8716.0, 8698.0, 8665.0, 8669.0, 8681.0, 8682.0, 8738.0, 8700.0, 8747.0, 8691.0, 8717.0, 8696.0, 8692.0, 8672.0, 8671.0, 8722.0, 8706.0, 8709.0, 8693.0, 8672.0, 8625.0, 8649.0, 8607.0, 8647.0, 8591.0, 8630.0, 8587.0, 8626.0, 8589.0, 8628.0, 8610.0, 8650.0, 8611.0, 8635.0, 8615.0, 8649.0, 8622.0, 8660.0, 8641.0, 8671.0, 8652.0, 8646.0, 8682.0, 8663.0, 8667.0, 8677.0, 8710.0, 8685.0, 8698.0, 8726.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.0010018181818181818</td></tr>
<tr><td colspan=3>aqi</td><td>0.020739081380065718</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.09734311868422</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1976804908881584</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0158589378728073</td></tr>
<tr><td colspan=3>efc</td><td>0.455</td></tr>
<tr><td colspan=3>fber</td><td>5629.9424</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0824405705057496</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3001095290251916</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.609470132514903</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5459023938464114</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.829111750730538</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4533962529677593</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165514</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014463764615356922</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023518335074186325</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.619205918092199</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.9744</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5246</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.5011</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307600.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>706.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.129</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7801</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.4487</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3108.3265</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.4396</td></tr>
<tr><td colspan=3>tsnr</td><td>40.18987851100974</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>