<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-02/func/sub-0089_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>f93ca42b6286b61ee5fcba16eee86add</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>15:57:41.237500</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.998575, -0.0232548, -0.0480397, 0.0369651, 0.950599, 0.308213]</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.101152</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>[4131, -7796, -7290, 673, -40, -274, 58, 125]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.2</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69d58c51-75aa-48de-8784-aef11e1ecf7e||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.679102897644043, 0.09917473793029785, -0.10394741594791412, 110.68763732910156], [0.06239088997244835, 2.550387144088745, 0.8357842564582825, -118.33102416992188], [-0.12888698279857635, -0.8269135355949402, 2.565279722213745, -27.592941284179688], [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': ['155741.237500', '155741.697500', '155742.157500', '155742.617500', '155743.077500', '155743.537500', '155743.997500', '155744.457500', '155744.917500', '155745.377500', '155745.837500', '155746.297500', '155746.757500', '155747.217500', '155747.677500', '155748.137500', '155748.597500', '155749.057500', '155749.517500', '155749.977500', '155750.437500', '155750.897500', '155751.357500', '155751.817500', '155752.277500', '155752.737500', '155753.197500', '155753.657500', '155754.117500', '155754.577500', '155755.037500', '155755.497500', '155755.957500', '155756.417500', '155756.877500', '155757.337500', '155757.797500', '155758.257500', '155758.717500', '155759.177500', '155759.637500', '155800.097500', '155800.557500', '155801.017500', '155801.477500', '155801.937500', '155802.397500', '155802.857500', '155803.317500', '155803.777500', '155804.237500', '155804.697500', '155805.157500', '155805.617500', '155806.077500', '155806.537500', '155806.997500', '155807.457500', '155807.917500', '155808.377500', '155808.837500', '155809.297500', '155809.757500', '155810.217500', '155810.677500', '155811.137500', '155811.597500', '155812.057500', '155812.517500', '155812.977500', '155813.437500', '155813.897500', '155814.357500', '155814.817500', '155815.277500', '155815.737500', '155816.197500', '155816.657500', '155817.117500', '155817.577500', '155818.037500', '155818.497500', '155818.957500', '155819.417500', '155819.877500', '155820.337500', '155820.797500', '155821.257500', '155821.717500', '155822.177500', '155822.637500', '155823.097500', '155823.557500', '155824.017500', '155824.477500', '155824.937500', '155825.397500', '155825.857500', '155826.317500', '155826.777500', '155827.237500', '155827.697500', '155828.157500', '155828.617500', '155829.077500', '155829.537500', '155829.997500', '155830.457500', '155830.917500', '155831.377500', '155831.837500', '155832.297500', '155832.757500', '155833.217500', '155833.677500', '155834.137500', '155834.597500', '155835.057500', '155835.517500', '155835.977500', '155836.437500', '155836.897500', '155837.357500', '155837.817500', '155838.277500', '155838.737500', '155839.197500', '155839.657500', '155840.117500', '155840.577500', '155841.037500', '155841.497500', '155841.957500', '155842.417500', '155842.877500', '155843.337500', '155843.797500', '155844.257500', '155844.717500', '155845.177500', '155845.637500', '155846.097500', '155846.557500', '155847.017500', '155847.477500', '155847.937500', '155848.397500', '155848.857500', '155849.317500', '155849.777500', '155850.237500', '155850.697500', '155851.157500', '155851.617500', '155852.077500', '155852.537500', '155852.997500', '155853.457500', '155853.917500', '155854.377500', '155854.837500', '155855.297500', '155855.757500', '155856.217500', '155856.677500', '155857.137500', '155857.597500', '155858.057500', '155858.517500', '155858.977500', '155859.437500', '155859.897500', '155900.357500', '155900.817500', '155901.277500', '155901.737500', '155902.197500', '155902.657500', '155903.117500', '155903.577500', '155904.037500', '155904.497500', '155904.957500', '155905.417500', '155905.877500', '155906.337500', '155906.797500', '155907.257500', '155907.717500', '155908.177500', '155908.637500', '155909.097500', '155909.557500', '155910.017500', '155910.477500', '155910.937500', '155911.397500', '155911.857500', '155912.317500', '155912.777500', '155913.237500', '155913.697500', '155914.157500', '155914.617500', '155915.077500', '155915.537500', '155915.997500', '155916.457500', '155916.917500', '155917.377500', '155917.837500', '155918.297500', '155918.757500', '155919.217500', '155919.677500', '155920.137500', '155920.597500', '155921.057500', '155921.517500', '155921.977500', '155922.437500', '155922.897500', '155923.357500', '155923.817500', '155924.277500', '155924.737500', '155925.197500', '155925.657500', '155926.117500', '155926.577500', '155927.037500', '155927.497500', '155927.957500', '155928.417500', '155928.877500', '155929.337500', '155929.797500', '155930.257500', '155930.717500', '155931.177500', '155931.637500', '155932.097500', '155932.557500', '155933.017500', '155933.477500', '155933.937500', '155934.397500', '155934.857500', '155935.317500', '155935.777500', '155936.237500', '155936.697500', '155937.157500', '155937.617500', '155938.077500', '155938.537500', '155938.997500', '155939.457500', '155939.917500', '155940.377500', '155940.837500', '155941.297500', '155941.757500', '155942.217500', '155942.677500', '155943.137500', '155943.597500', '155944.057500', '155944.517500', '155944.977500', '155945.437500', '155945.897500', '155946.357500', '155946.817500', '155947.277500', '155947.737500', '155948.197500', '155948.657500', '155949.117500', '155949.577500', '155950.037500', '155950.497500', '155950.957500', '155951.417500', '155951.877500', '155952.337500', '155952.797500', '155953.257500', '155953.717500', '155954.177500', '155954.637500', '155955.097500', '155955.557500', '155956.017500', '155956.477500', '155956.937500', '155957.397500', '155957.857500', '155958.317500', '155958.777500', '155959.237500', '155959.697500', '160000.157500', '160000.617500', '160001.077500', '160001.537500', '160001.997500', '160002.457500', '160002.917500', '160003.377500', '160003.837500', '160004.297500', '160004.757500', '160005.217500', '160005.677500', '160006.137500', '160006.597500', '160007.057500', '160007.517500', '160007.977500', '160008.437500', '160008.897500', '160009.357500', '160009.817500', '160010.277500', '160010.737500', '160011.197500', '160011.657500', '160012.117500', '160012.577500', '160013.037500', '160013.497500', '160013.957500', '160014.417500', '160014.877500', '160015.337500', '160015.797500', '160016.257500', '160016.717500', '160017.177500', '160017.637500', '160018.097500', '160018.557500', '160019.017500', '160019.477500', '160019.937500', '160020.397500', '160020.857500', '160021.317500', '160021.777500', '160022.237500', '160022.697500', '160023.157500', '160023.617500', '160024.077500', '160024.537500', '160024.997500', '160025.457500', '160025.917500', '160026.377500', '160026.837500', '160027.297500', '160027.757500', '160028.217500', '160028.677500', '160029.137500', '160029.597500', '160030.057500', '160030.517500', '160030.977500', '160031.437500', '160031.897500', '160032.357500', '160032.817500', '160033.277500', '160033.737500', '160034.197500', '160034.657500', '160035.117500', '160035.577500', '160036.037500', '160036.497500', '160036.957500', '160037.417500', '160037.877500', '160038.337500', '160038.797500', '160039.257500', '160039.717500', '160040.177500', '160040.637500', '160041.097500', '160041.557500', '160042.017500', '160042.477500', '160042.937500', '160043.397500', '160043.857500', '160044.317500', '160044.777500', '160045.237500', '160045.697500', '160046.157500', '160046.617500', '160047.077500', '160047.537500', '160047.997500', '160048.457500', '160048.917500', '160049.377500', '160049.837500', '160050.297500', '160050.757500', '160051.217500', '160051.677500', '160052.137500', '160052.597500', '160053.057500', '160053.517500', '160053.977500', '160054.437500', '160054.897500', '160055.357500', '160055.817500', '160056.277500', '160056.737500', '160057.197500', '160057.657500', '160058.117500', '160058.577500', '160059.037500', '160059.497500', '160059.957500', '160100.417500', '160100.877500', '160101.337500', '160101.797500', '160102.257500', '160102.717500', '160103.177500', '160103.637500', '160104.097500', '160104.557500', '160105.017500', '160105.477500', '160105.937500', '160106.397500', '160106.857500', '160107.317500', '160107.777500', '160108.237500', '160108.697500', '160109.157500', '160109.617500', '160110.077500', '160110.537500', '160110.997500', '160111.457500', '160111.917500', '160112.377500', '160112.837500', '160113.297500', '160113.757500', '160114.217500', '160114.677500', '160115.137500', '160115.597500', '160116.057500', '160116.517500', '160116.977500', '160117.437500', '160117.897500', '160118.357500', '160118.817500', '160119.277500', '160119.737500', '160120.197500', '160120.657500', '160121.117500', '160121.577500', '160122.037500', '160122.497500', '160122.957500', '160123.417500', '160123.877500', '160124.337500', '160124.797500', '160125.257500', '160125.717500', '160126.177500', '160126.637500', '160127.097500', '160127.557500', '160128.017500', '160128.477500', '160128.937500', '160129.397500', '160129.857500', '160130.317500', '160130.777500', '160131.237500', '160131.697500', '160132.157500', '160132.617500', '160133.077500', '160133.537500', '160133.997500', '160134.457500', '160134.917500', '160135.377500', '160135.837500', '160136.297500', '160136.757500', '160137.217500', '160137.677500', '160138.137500', '160138.597500', '160139.057500', '160139.517500', '160139.977500', '160140.437500', '160140.897500', '160141.357500', '160141.817500', '160142.277500', '160142.737500', '160143.197500', '160143.657500', '160144.117500', '160144.577500', '160145.037500', '160145.497500', '160145.957500', '160146.417500', '160146.877500', '160147.337500', '160147.797500', '160148.257500', '160148.717500', '160149.177500', '160149.637500', '160150.097500', '160150.557500', '160151.017500', '160151.477500', '160151.937500', '160152.397500', '160152.857500', '160153.317500', '160153.777500', '160154.237500', '160154.697500', '160155.157500', '160155.617500', '160156.077500', '160156.537500', '160156.997500', '160157.457500', '160157.917500', '160158.377500', '160158.837500', '160159.297500', '160159.757500', '160200.217500', '160200.677500', '160201.137500', '160201.597500', '160202.057500', '160202.517500', '160202.977500', '160203.437500', '160203.897500', '160204.357500', '160204.817500', '160205.277500', '160205.737500', '160206.197500', '160206.657500', '160207.117500', '160207.577500', '160208.037500', '160208.497500', '160208.957500', '160209.417500', '160209.877500', '160210.337500', '160210.797500', '160211.257500', '160211.717500', '160212.177500', '160212.637500', '160213.097500', '160213.557500', '160214.017500', '160214.477500', '160214.937500', '160215.397500', '160215.857500', '160216.317500', '160216.777500', '160217.237500', '160217.697500', '160218.157500', '160218.617500', '160219.077500', '160219.537500', '160219.997500', '160220.457500', '160220.917500', '160221.377500', '160221.837500', '160222.297500', '160222.757500', '160223.217500', '160223.677500', '160224.137500', '160224.597500', '160225.057500', '160225.517500', '160225.977500', '160226.437500', '160226.897500', '160227.357500', '160227.817500', '160228.277500', '160228.737500', '160229.197500', '160229.657500', '160230.117500', '160230.577500', '160231.037500', '160231.497500', '160231.957500', '160232.417500', '160232.877500', '160233.337500', '160233.797500', '160234.257500', '160234.717500', '160235.177500', '160235.637500', '160236.097500', '160236.557500', '160237.017500', '160237.477500', '160237.937500', '160238.397500', '160238.857500', '160239.317500', '160239.777500', '160240.237500', '160240.697500', '160241.157500', '160241.617500', '160242.077500', '160242.537500', '160242.997500', '160243.457500', '160243.917500', '160244.377500', '160244.837500', '160245.297500', '160245.757500', '160246.217500', '160246.677500', '160247.137500', '160247.597500', '160248.057500', '160248.517500', '160248.977500', '160249.437500', '160249.897500', '160250.357500', '160250.817500', '160251.277500', '160251.737500', '160252.197500', '160252.657500', '160253.117500', '160253.577500', '160254.037500', '160254.497500', '160254.957500', '160255.417500', '160255.877500', '160256.337500', '160256.797500', '160257.257500', '160257.717500', '160258.177500', '160258.637500', '160259.097500', '160259.557500', '160300.017500', '160300.477500', '160300.937500', '160301.397500', '160301.857500', '160302.317500', '160302.777500', '160303.237500', '160303.697500', '160304.157500', '160304.617500', '160305.077500', '160305.537500', '160305.997500', '160306.457500', '160306.917500', '160307.377500', '160307.837500', '160308.297500', '160308.757500', '160309.217500', '160309.677500', '160310.137500', '160310.597500', '160311.057500', '160311.517500', '160311.977500', '160312.437500', '160312.897500', '160313.357500', '160313.817500', '160314.277500', '160314.737500', '160315.197500', '160315.657500', '160316.117500', '160316.577500', '160317.037500', '160317.497500', '160317.957500', '160318.417500', '160318.877500', '160319.337500', '160319.797500', '160320.257500', '160320.717500', '160321.177500', '160321.637500', '160322.097500', '160322.557500', '160323.017500', '160323.477500', '160323.937500', '160324.397500', '160324.857500', '160325.317500', '160325.777500', '160326.237500', '160326.697500', '160327.157500', '160327.617500', '160328.077500', '160328.537500', '160328.997500', '160329.457500', '160329.917500', '160330.377500', '160330.837500', '160331.297500', '160331.757500', '160332.217500', '160332.677500', '160333.137500', '160333.597500', '160334.057500', '160334.517500', '160334.977500', '160335.437500', '160335.897500', '160336.357500', '160336.817500', '160337.277500', '160337.737500', '160338.197500', '160338.657500', '160339.117500', '160339.577500', '160340.037500', '160340.497500', '160340.957500', '160341.417500', '160341.877500', '160342.337500', '160342.797500', '160343.257500', '160343.717500', '160344.177500', '160344.637500', '160345.097500', '160345.557500', '160346.017500', '160346.477500', '160346.937500', '160347.397500', '160347.857500', '160348.317500', '160348.777500', '160349.237500', '160349.697500', '160350.157500', '160350.617500', '160351.077500', '160351.537500', '160351.997500', '160352.457500', '160352.917500', '160353.377500', '160353.837500', '160354.297500', '160354.757500', '160355.217500', '160355.677500', '160356.137500', '160356.597500', '160357.057500', '160357.517500', '160357.977500', '160358.437500', '160358.897500', '160359.357500', '160359.817500', '160400.277500', '160400.737500', '160401.197500', '160401.657500', '160402.117500', '160402.577500', '160403.037500', '160403.497500', '160403.957500', '160404.417500', '160404.877500', '160405.337500', '160405.797500', '160406.257500', '160406.717500', '160407.177500', '160407.637500', '160408.097500', '160408.557500', '160409.017500', '160409.477500', '160409.937500', '160410.397500', '160410.857500', '160411.317500', '160411.777500', '160412.237500', '160412.697500', '160413.157500', '160413.617500', '160414.077500', '160414.537500', '160414.997500', '160415.457500', '160415.917500', '160416.377500', '160416.837500', '160417.297500', '160417.757500', '160418.217500', '160418.677500', '160419.137500', '160419.597500', '160420.057500', '160420.517500', '160420.977500', '160421.437500', '160421.897500', '160422.357500', '160422.817500', '160423.277500', '160423.737500', '160424.197500', '160424.657500', '160425.117500', '160425.577500', '160426.037500', '160426.497500', '160426.957500', '160427.417500', '160427.877500', '160428.337500', '160428.797500', '160429.257500', '160429.717500', '160430.177500', '160430.637500', '160431.097500', '160431.557500', '160432.017500', '160432.477500', '160432.937500', '160433.397500', '160433.857500', '160434.317500', '160434.777500', '160435.237500', '160435.697500', '160436.157500', '160436.617500', '160437.077500', '160437.537500', '160437.997500', '160438.457500', '160438.917500', '160439.377500', '160439.837500', '160440.297500', '160440.757500', '160441.217500'], 'ContentTime': ['155804.529000', '155804.532000', '155804.535000', '155804.538000', '155804.540000', '155804.543000', '155804.546000', '155804.548000', '155804.551000', '155804.553000', '155804.556000', '155804.559000', '155804.561000', '155804.564000', '155804.567000', '155804.569000', '155804.572000', '155804.574000', '155804.577000', '155804.579000', '155804.582000', '155804.584000', '155804.587000', '155804.590000', '155804.592000', '155804.595000', '155804.597000', '155804.600000', '155804.603000', '155804.605000', '155804.608000', '155804.611000', '155804.613000', '155804.616000', '155804.618000', '155804.621000', '155804.623000', '155804.626000', '155804.629000', '155804.631000', '155804.634000', '155804.645000', '155804.648000', '155804.651000', '155804.653000', '155804.656000', '155804.658000', '155804.661000', '155824.466000', '155824.469000', '155824.472000', '155824.474000', '155824.477000', '155824.480000', '155824.482000', '155824.485000', '155824.487000', '155824.491000', '155824.494000', '155824.496000', '155824.499000', '155824.501000', '155824.504000', '155824.506000', '155824.509000', '155824.512000', '155824.514000', '155824.517000', '155824.519000', '155824.531000', '155824.534000', '155824.537000', '155824.540000', '155824.543000', '155824.545000', '155824.548000', '155824.551000', '155824.553000', '155824.556000', '155824.558000', '155824.561000', '155824.564000', '155824.566000', '155824.569000', '155824.576000', '155824.578000', '155824.582000', '155824.585000', '155824.588000', '155824.590000', '155824.593000', '155844.467000', '155844.470000', '155844.473000', '155844.476000', '155844.478000', '155844.481000', '155844.483000', '155844.486000', '155844.489000', '155844.491000', '155844.494000', '155844.496000', '155844.499000', '155844.502000', '155844.504000', '155844.507000', '155844.509000', '155844.512000', '155844.515000', '155844.517000', '155844.520000', '155844.523000', '155844.525000', '155844.528000', '155844.530000', '155844.533000', '155844.536000', '155844.538000', '155844.541000', '155844.543000', '155844.546000', '155844.548000', '155844.551000', '155844.554000', '155844.556000', '155844.559000', '155844.562000', '155844.564000', '155844.567000', '155844.569000', '155844.572000', '155844.574000', '155844.577000', '155844.580000', '155904.467000', '155904.470000', '155904.473000', '155904.475000', '155904.478000', '155904.481000', '155904.483000', '155904.486000', '155904.489000', '155904.491000', '155904.494000', '155904.496000', '155904.499000', '155904.502000', '155904.504000', '155904.507000', '155904.509000', '155904.512000', '155904.514000', '155904.517000', '155904.520000', '155904.522000', '155904.525000', '155904.528000', '155904.530000', '155904.533000', '155904.535000', '155904.538000', '155904.541000', '155904.543000', '155904.546000', '155904.556000', '155904.559000', '155904.561000', '155904.564000', '155904.567000', '155904.569000', '155904.572000', '155904.575000', '155904.577000', '155904.580000', '155904.582000', '155904.585000', '155924.467000', '155924.470000', '155924.473000', '155924.475000', '155924.478000', '155924.481000', '155924.483000', '155924.486000', '155924.489000', '155924.491000', '155924.494000', '155924.496000', '155924.499000', '155924.502000', '155924.504000', '155924.507000', '155924.509000', '155924.512000', '155924.515000', '155924.524000', '155924.527000', '155924.529000', '155924.532000', '155924.534000', '155924.537000', '155924.540000', '155924.542000', '155924.545000', '155924.547000', '155924.550000', '155924.553000', '155924.555000', '155924.558000', '155924.560000', '155924.563000', '155924.566000', '155924.568000', '155924.571000', '155924.573000', '155924.576000', '155924.579000', '155924.581000', '155924.584000', '155924.586000', '155944.467000', '155944.469000', '155944.472000', '155944.475000', '155944.477000', '155944.480000', '155944.483000', '155944.485000', '155944.488000', '155944.490000', '155944.493000', '155944.496000', '155944.498000', '155944.501000', '155944.504000', '155944.506000', '155944.509000', '155944.512000', '155944.514000', '155944.517000', '155944.520000', '155944.522000', '155944.525000', '155944.527000', '155944.530000', '155944.533000', '155944.535000', '155944.538000', '155944.540000', '155944.543000', '155944.545000', '155944.548000', '155944.551000', '155944.553000', '155944.556000', '155944.559000', '155944.561000', '155944.564000', '155944.566000', '155944.569000', '155944.572000', '155944.574000', '155944.577000', '160004.466000', '160004.469000', '160004.472000', '160004.488000', '160004.490000', '160004.493000', '160004.495000', '160004.498000', '160004.501000', '160004.503000', '160004.506000', '160004.508000', '160004.511000', '160004.514000', '160004.516000', '160004.519000', '160004.521000', '160004.524000', '160004.527000', '160004.529000', '160004.532000', '160004.534000', '160004.537000', '160004.540000', '160004.542000', '160004.545000', '160004.547000', '160004.550000', '160004.553000', '160004.555000', '160004.558000', '160004.560000', '160004.563000', '160004.566000', '160004.568000', '160004.571000', '160004.574000', '160004.576000', '160004.579000', '160004.581000', '160004.584000', '160004.587000', '160004.589000', '160004.592000', '160024.467000', '160024.469000', '160024.472000', '160024.475000', '160024.477000', '160024.480000', '160024.482000', '160024.485000', '160024.488000', '160024.490000', '160024.493000', '160024.495000', '160024.498000', '160024.501000', '160024.503000', '160024.506000', '160024.508000', '160024.511000', '160024.514000', '160024.516000', '160024.519000', '160024.521000', '160024.524000', '160024.527000', '160024.529000', '160024.532000', '160024.534000', '160024.537000', '160024.540000', '160024.542000', '160024.545000', '160024.548000', '160024.550000', '160024.559000', '160024.561000', '160024.564000', '160024.566000', '160024.569000', '160024.572000', '160024.574000', '160024.577000', '160024.580000', '160024.582000', '160044.467000', '160044.470000', '160044.473000', '160044.476000', '160044.479000', '160044.481000', '160044.484000', '160044.486000', '160044.489000', '160044.492000', '160044.494000', '160044.497000', '160044.500000', '160044.502000', '160044.505000', '160044.507000', '160044.510000', '160044.513000', '160044.515000', '160044.518000', '160044.521000', '160044.523000', '160044.526000', '160044.528000', '160044.531000', '160044.534000', '160044.536000', '160044.539000', '160044.541000', '160044.544000', '160044.547000', '160044.549000', '160044.552000', '160044.554000', '160044.557000', '160044.560000', '160044.562000', '160044.565000', '160044.568000', '160044.570000', '160044.573000', '160044.576000', '160044.578000', '160044.581000', '160104.467000', '160104.470000', '160104.473000', '160104.476000', '160104.478000', '160104.481000', '160104.484000', '160104.486000', '160104.489000', '160104.491000', '160104.494000', '160104.496000', '160104.499000', '160104.502000', '160104.505000', '160104.507000', '160104.510000', '160104.512000', '160104.515000', '160104.518000', '160104.520000', '160104.523000', '160104.525000', '160104.528000', '160104.531000', '160104.533000', '160104.536000', '160104.538000', '160104.541000', '160104.544000', '160104.546000', '160104.549000', '160104.552000', '160104.554000', '160104.557000', '160104.560000', '160104.562000', '160104.565000', '160104.567000', '160104.570000', '160104.573000', '160104.575000', '160104.578000', '160124.468000', '160124.470000', '160124.473000', '160124.476000', '160124.478000', '160124.481000', '160124.483000', '160124.486000', '160124.489000', '160124.491000', '160124.494000', '160124.496000', '160124.499000', '160124.501000', '160124.504000', '160124.507000', '160124.509000', '160124.512000', '160124.514000', '160124.517000', '160124.520000', '160124.522000', '160124.525000', '160124.527000', '160124.530000', '160124.533000', '160124.535000', '160124.538000', '160124.541000', '160124.543000', '160124.546000', '160124.549000', '160124.551000', '160124.554000', '160124.556000', '160124.559000', '160124.562000', '160124.564000', '160124.567000', '160124.569000', '160124.572000', '160124.575000', '160124.588000', '160124.591000', '160144.467000', '160144.478000', '160144.480000', '160144.483000', '160144.485000', '160144.488000', '160144.491000', '160144.493000', '160144.496000', '160144.498000', '160144.501000', '160144.504000', '160144.506000', '160144.509000', '160144.511000', '160144.514000', '160144.517000', '160144.519000', '160144.522000', '160144.525000', '160144.527000', '160144.530000', '160144.532000', '160144.535000', '160144.538000', '160144.540000', '160144.543000', '160144.546000', '160144.548000', '160144.551000', '160144.554000', '160144.556000', '160144.559000', '160144.561000', '160144.564000', '160144.567000', '160144.569000', '160144.572000', '160144.574000', '160144.577000', '160144.579000', '160144.582000', '160144.585000', '160204.467000', '160204.470000', '160204.472000', '160204.475000', '160204.477000', '160204.480000', '160204.483000', '160204.485000', '160204.488000', '160204.490000', '160204.493000', '160204.495000', '160204.498000', '160204.501000', '160204.504000', '160204.506000', '160204.509000', '160204.511000', '160204.514000', '160204.517000', '160204.519000', '160204.522000', '160204.525000', '160204.527000', '160204.530000', '160204.532000', '160204.535000', '160204.538000', '160204.540000', '160204.543000', '160204.546000', '160204.548000', '160204.551000', '160204.554000', '160204.556000', '160204.559000', '160204.561000', '160204.564000', '160204.566000', '160204.569000', '160204.572000', '160204.574000', '160204.577000', '160204.580000', '160224.467000', '160224.469000', '160224.472000', '160224.475000', '160224.477000', '160224.480000', '160224.483000', '160224.485000', '160224.488000', '160224.490000', '160224.493000', '160224.496000', '160224.498000', '160224.501000', '160224.503000', '160224.506000', '160224.509000', '160224.511000', '160224.514000', '160224.517000', '160224.519000', '160224.522000', '160224.524000', '160224.527000', '160224.530000', '160224.532000', '160224.535000', '160224.537000', '160224.540000', '160224.542000', '160224.545000', '160224.548000', '160224.550000', '160224.553000', '160224.555000', '160224.558000', '160224.561000', '160224.563000', '160224.566000', '160224.568000', '160224.571000', '160224.574000', '160224.576000', '160244.466000', '160244.469000', '160244.472000', '160244.474000', '160244.477000', '160244.480000', '160244.482000', '160244.485000', '160244.487000', '160244.490000', '160244.493000', '160244.495000', '160244.498000', '160244.500000', '160244.503000', '160244.506000', '160244.508000', '160244.511000', '160244.514000', '160244.516000', '160244.519000', '160244.522000', '160244.524000', '160244.527000', '160244.529000', '160244.532000', '160244.535000', '160244.537000', '160244.540000', '160244.543000', '160244.545000', '160244.548000', '160244.551000', '160244.553000', '160244.556000', '160244.559000', '160244.561000', '160244.564000', '160244.566000', '160244.569000', '160244.572000', '160244.574000', '160244.577000', '160304.467000', '160304.470000', '160304.475000', '160304.478000', '160304.480000', '160304.483000', '160304.485000', '160304.488000', '160304.491000', '160304.493000', '160304.496000', '160304.498000', '160304.501000', '160304.504000', '160304.506000', '160304.509000', '160304.512000', '160304.514000', '160304.517000', '160304.519000', '160304.522000', '160304.525000', '160304.527000', '160304.530000', '160304.541000', '160304.543000', '160304.546000', '160304.549000', '160304.551000', '160304.554000', '160304.557000', '160304.559000', '160304.562000', '160304.564000', '160304.567000', '160304.569000', '160304.572000', '160304.575000', '160304.577000', '160304.580000', '160304.583000', '160304.585000', '160304.588000', '160304.590000', '160324.468000', '160324.470000', '160324.473000', '160324.476000', '160324.478000', '160324.481000', '160324.484000', '160324.486000', '160324.489000', '160324.491000', '160324.494000', '160324.497000', '160324.500000', '160324.503000', '160324.506000', '160324.509000', '160324.511000', '160324.514000', '160324.517000', '160324.519000', '160324.522000', '160324.524000', '160324.527000', '160324.530000', '160324.532000', '160324.535000', '160324.538000', '160324.540000', '160324.543000', '160324.545000', '160324.548000', '160324.551000', '160324.553000', '160324.556000', '160324.559000', '160324.561000', '160324.564000', '160324.566000', '160324.569000', '160324.572000', '160324.575000', '160324.577000', '160324.580000', '160344.467000', '160344.471000', '160344.473000', '160344.476000', '160344.478000', '160344.481000', '160344.484000', '160344.486000', '160344.489000', '160344.492000', '160344.494000', '160344.497000', '160344.499000', '160344.502000', '160344.504000', '160344.507000', '160344.510000', '160344.512000', '160344.515000', '160344.518000', '160344.520000', '160344.523000', '160344.525000', '160344.528000', '160344.531000', '160344.533000', '160344.536000', '160344.539000', '160344.541000', '160344.544000', '160344.546000', '160344.549000', '160344.551000', '160344.554000', '160344.557000', '160344.559000', '160344.562000', '160344.565000', '160344.567000', '160344.570000', '160344.572000', '160344.575000', '160344.578000', '160344.580000', '160404.468000', '160404.471000', '160404.474000', '160404.476000', '160404.479000', '160404.481000', '160404.484000', '160404.487000', '160404.489000', '160404.492000', '160404.494000', '160404.497000', '160404.500000', '160404.502000', '160404.505000', '160404.507000', '160404.510000', '160404.513000', '160404.515000', '160404.518000', '160404.520000', '160404.523000', '160404.526000', '160404.528000', '160404.531000', '160404.533000', '160404.536000', '160404.539000', '160404.541000', '160404.544000', '160404.547000', '160404.549000', '160404.552000', '160404.554000', '160404.557000', '160404.560000', '160404.562000', '160404.565000', '160404.568000', '160404.570000', '160404.573000', '160404.575000', '160404.578000', '160424.467000', '160424.469000', '160424.472000', '160424.475000', '160424.477000', '160424.480000', '160424.483000', '160424.485000', '160424.488000', '160424.491000', '160424.493000', '160424.496000', '160424.498000', '160424.501000', '160424.504000', '160424.506000', '160424.509000', '160424.512000', '160424.514000', '160424.517000', '160424.519000', '160424.522000', '160424.524000', '160424.527000', '160424.530000', '160424.532000', '160424.535000', '160424.537000', '160424.540000', '160424.543000', '160424.545000', '160424.548000', '160424.550000', '160424.553000', '160424.556000', '160424.580000', '160424.583000', '160424.585000', '160424.588000', '160424.591000', '160424.593000', '160424.596000', '160424.599000', '160424.601000', '160442.661000', '160442.664000', '160442.666000', '160442.669000', '160442.671000', '160442.674000', '160442.677000', '160442.679000', '160442.682000', '160442.685000', '160442.687000', '160442.690000', '160442.692000', '160442.695000', '160442.697000', '160442.700000', '160442.703000', '160442.705000', '160442.708000', '160442.715000', '160442.718000', '160442.721000', '160442.723000', '160442.726000', '160442.728000', '160442.731000', '160442.734000', '160442.736000', '160442.739000', '160442.741000', '160442.744000', '160442.747000', '160442.749000', '160442.752000', '160442.755000', '160442.757000', '160442.760000', '160442.762000', '160442.765000', '160442.767000'], 'InstanceCreationTime': ['155804.529000', '155804.532000', '155804.535000', '155804.538000', '155804.540000', '155804.543000', '155804.546000', '155804.548000', '155804.551000', '155804.553000', '155804.556000', '155804.559000', '155804.561000', '155804.564000', '155804.567000', '155804.569000', '155804.572000', '155804.574000', '155804.577000', '155804.579000', '155804.582000', '155804.584000', '155804.587000', '155804.590000', '155804.592000', '155804.595000', '155804.597000', '155804.600000', '155804.603000', '155804.605000', '155804.608000', '155804.611000', '155804.613000', '155804.616000', '155804.618000', '155804.621000', '155804.623000', '155804.626000', '155804.629000', '155804.631000', '155804.634000', '155804.645000', '155804.648000', '155804.651000', '155804.653000', '155804.656000', '155804.658000', '155804.661000', '155824.466000', '155824.469000', '155824.472000', '155824.474000', '155824.477000', '155824.480000', '155824.482000', '155824.485000', '155824.487000', '155824.491000', '155824.494000', '155824.496000', '155824.499000', '155824.501000', '155824.504000', '155824.506000', '155824.509000', '155824.512000', '155824.514000', '155824.517000', '155824.519000', '155824.531000', '155824.534000', '155824.537000', '155824.540000', '155824.543000', '155824.545000', '155824.548000', '155824.551000', '155824.553000', '155824.556000', '155824.558000', '155824.561000', '155824.564000', '155824.566000', '155824.569000', '155824.576000', '155824.578000', '155824.582000', '155824.585000', '155824.588000', '155824.590000', '155824.593000', '155844.467000', '155844.470000', '155844.473000', '155844.476000', '155844.478000', '155844.481000', '155844.483000', '155844.486000', '155844.489000', '155844.491000', '155844.494000', '155844.496000', '155844.499000', '155844.502000', '155844.504000', '155844.507000', '155844.509000', '155844.512000', '155844.515000', '155844.517000', '155844.520000', '155844.523000', '155844.525000', '155844.528000', '155844.530000', '155844.533000', '155844.536000', '155844.538000', '155844.541000', '155844.543000', '155844.546000', '155844.548000', '155844.551000', '155844.554000', '155844.556000', '155844.559000', '155844.562000', '155844.564000', '155844.567000', '155844.569000', '155844.572000', '155844.574000', '155844.577000', '155844.580000', '155904.467000', '155904.470000', '155904.473000', '155904.475000', '155904.478000', '155904.481000', '155904.483000', '155904.486000', '155904.489000', '155904.491000', '155904.494000', '155904.496000', '155904.499000', '155904.502000', '155904.504000', '155904.507000', '155904.509000', '155904.512000', '155904.514000', '155904.517000', '155904.520000', '155904.522000', '155904.525000', '155904.528000', '155904.530000', '155904.533000', '155904.535000', '155904.538000', '155904.541000', '155904.543000', '155904.546000', '155904.556000', '155904.559000', '155904.561000', '155904.564000', '155904.567000', '155904.569000', '155904.572000', '155904.575000', '155904.577000', '155904.580000', '155904.582000', '155904.585000', '155924.467000', '155924.470000', '155924.473000', '155924.475000', '155924.478000', '155924.481000', '155924.483000', '155924.486000', '155924.489000', '155924.491000', '155924.494000', '155924.496000', '155924.499000', '155924.502000', '155924.504000', '155924.507000', '155924.509000', '155924.512000', '155924.515000', '155924.524000', '155924.527000', '155924.529000', '155924.532000', '155924.534000', '155924.537000', '155924.540000', '155924.542000', '155924.545000', '155924.547000', '155924.550000', '155924.553000', '155924.555000', '155924.558000', '155924.560000', '155924.563000', '155924.566000', '155924.568000', '155924.571000', '155924.573000', '155924.576000', '155924.579000', '155924.581000', '155924.584000', '155924.586000', '155944.467000', '155944.469000', '155944.472000', '155944.475000', '155944.477000', '155944.480000', '155944.483000', '155944.485000', '155944.488000', '155944.490000', '155944.493000', '155944.496000', '155944.498000', '155944.501000', '155944.504000', '155944.506000', '155944.509000', '155944.512000', '155944.514000', '155944.517000', '155944.520000', '155944.522000', '155944.525000', '155944.527000', '155944.530000', '155944.533000', '155944.535000', '155944.538000', '155944.540000', '155944.543000', '155944.545000', '155944.548000', '155944.551000', '155944.553000', '155944.556000', '155944.559000', '155944.561000', '155944.564000', '155944.566000', '155944.569000', '155944.572000', '155944.574000', '155944.577000', '160004.466000', '160004.469000', '160004.472000', '160004.488000', '160004.490000', '160004.493000', '160004.495000', '160004.498000', '160004.501000', '160004.503000', '160004.506000', '160004.508000', '160004.511000', '160004.514000', '160004.516000', '160004.519000', '160004.521000', '160004.524000', '160004.527000', '160004.529000', '160004.532000', '160004.534000', '160004.537000', '160004.540000', '160004.542000', '160004.545000', '160004.547000', '160004.550000', '160004.553000', '160004.555000', '160004.558000', '160004.560000', '160004.563000', '160004.566000', '160004.568000', '160004.571000', '160004.574000', '160004.576000', '160004.579000', '160004.581000', '160004.584000', '160004.587000', '160004.589000', '160004.592000', '160024.467000', '160024.469000', '160024.472000', '160024.475000', '160024.477000', '160024.480000', '160024.482000', '160024.485000', '160024.488000', '160024.490000', '160024.493000', '160024.495000', '160024.498000', '160024.501000', '160024.503000', '160024.506000', '160024.508000', '160024.511000', '160024.514000', '160024.516000', '160024.519000', '160024.521000', '160024.524000', '160024.527000', '160024.529000', '160024.532000', '160024.534000', '160024.537000', '160024.540000', '160024.542000', '160024.545000', '160024.548000', '160024.550000', '160024.559000', '160024.561000', '160024.564000', '160024.566000', '160024.569000', '160024.572000', '160024.574000', '160024.577000', '160024.580000', '160024.582000', '160044.467000', '160044.470000', '160044.473000', '160044.476000', '160044.479000', '160044.481000', '160044.484000', '160044.486000', '160044.489000', '160044.492000', '160044.494000', '160044.497000', '160044.500000', '160044.502000', '160044.505000', '160044.507000', '160044.510000', '160044.513000', '160044.515000', '160044.518000', '160044.521000', '160044.523000', '160044.526000', '160044.528000', '160044.531000', '160044.534000', '160044.536000', '160044.539000', '160044.541000', '160044.544000', '160044.547000', '160044.549000', '160044.552000', '160044.554000', '160044.557000', '160044.560000', '160044.562000', '160044.565000', '160044.568000', '160044.570000', '160044.573000', '160044.576000', '160044.578000', '160044.581000', '160104.467000', '160104.470000', '160104.473000', '160104.476000', '160104.478000', '160104.481000', '160104.484000', '160104.486000', '160104.489000', '160104.491000', '160104.494000', '160104.496000', '160104.499000', '160104.502000', '160104.505000', '160104.507000', '160104.510000', '160104.512000', '160104.515000', '160104.518000', '160104.520000', '160104.523000', '160104.525000', '160104.528000', '160104.531000', '160104.533000', '160104.536000', '160104.538000', '160104.541000', '160104.544000', '160104.546000', '160104.549000', '160104.552000', '160104.554000', '160104.557000', '160104.560000', '160104.562000', '160104.565000', '160104.567000', '160104.570000', '160104.573000', '160104.575000', '160104.578000', '160124.468000', '160124.470000', '160124.473000', '160124.476000', '160124.478000', '160124.481000', '160124.483000', '160124.486000', '160124.489000', '160124.491000', '160124.494000', '160124.496000', '160124.499000', '160124.501000', '160124.504000', '160124.507000', '160124.509000', '160124.512000', '160124.514000', '160124.517000', '160124.520000', '160124.522000', '160124.525000', '160124.527000', '160124.530000', '160124.533000', '160124.535000', '160124.538000', '160124.541000', '160124.543000', '160124.546000', '160124.549000', '160124.551000', '160124.554000', '160124.556000', '160124.559000', '160124.562000', '160124.564000', '160124.567000', '160124.569000', '160124.572000', '160124.575000', '160124.588000', '160124.591000', '160144.467000', '160144.478000', '160144.480000', '160144.483000', '160144.485000', '160144.488000', '160144.491000', '160144.493000', '160144.496000', '160144.498000', '160144.501000', '160144.504000', '160144.506000', '160144.509000', '160144.511000', '160144.514000', '160144.517000', '160144.519000', '160144.522000', '160144.525000', '160144.527000', '160144.530000', '160144.532000', '160144.535000', '160144.538000', '160144.540000', '160144.543000', '160144.546000', '160144.548000', '160144.551000', '160144.554000', '160144.556000', '160144.559000', '160144.561000', '160144.564000', '160144.567000', '160144.569000', '160144.572000', '160144.574000', '160144.577000', '160144.579000', '160144.582000', '160144.585000', '160204.467000', '160204.470000', '160204.472000', '160204.475000', '160204.477000', '160204.480000', '160204.483000', '160204.485000', '160204.488000', '160204.490000', '160204.493000', '160204.495000', '160204.498000', '160204.501000', '160204.504000', '160204.506000', '160204.509000', '160204.511000', '160204.514000', '160204.517000', '160204.519000', '160204.522000', '160204.525000', '160204.527000', '160204.530000', '160204.532000', '160204.535000', '160204.538000', '160204.540000', '160204.543000', '160204.546000', '160204.548000', '160204.551000', '160204.554000', '160204.556000', '160204.559000', '160204.561000', '160204.564000', '160204.566000', '160204.569000', '160204.572000', '160204.574000', '160204.577000', '160204.580000', '160224.467000', '160224.469000', '160224.472000', '160224.475000', '160224.477000', '160224.480000', '160224.483000', '160224.485000', '160224.488000', '160224.490000', '160224.493000', '160224.496000', '160224.498000', '160224.501000', '160224.503000', '160224.506000', '160224.509000', '160224.511000', '160224.514000', '160224.517000', '160224.519000', '160224.522000', '160224.524000', '160224.527000', '160224.530000', '160224.532000', '160224.535000', '160224.537000', '160224.540000', '160224.542000', '160224.545000', '160224.548000', '160224.550000', '160224.553000', '160224.555000', '160224.558000', '160224.561000', '160224.563000', '160224.566000', '160224.568000', '160224.571000', '160224.574000', '160224.576000', '160244.466000', '160244.469000', '160244.472000', '160244.474000', '160244.477000', '160244.480000', '160244.482000', '160244.485000', '160244.487000', '160244.490000', '160244.493000', '160244.495000', '160244.498000', '160244.500000', '160244.503000', '160244.506000', '160244.508000', '160244.511000', '160244.514000', '160244.516000', '160244.519000', '160244.522000', '160244.524000', '160244.527000', '160244.529000', '160244.532000', '160244.535000', '160244.537000', '160244.540000', '160244.543000', '160244.545000', '160244.548000', '160244.551000', '160244.553000', '160244.556000', '160244.559000', '160244.561000', '160244.564000', '160244.566000', '160244.569000', '160244.572000', '160244.574000', '160244.577000', '160304.467000', '160304.470000', '160304.475000', '160304.478000', '160304.480000', '160304.483000', '160304.485000', '160304.488000', '160304.491000', '160304.493000', '160304.496000', '160304.498000', '160304.501000', '160304.504000', '160304.506000', '160304.509000', '160304.512000', '160304.514000', '160304.517000', '160304.519000', '160304.522000', '160304.525000', '160304.527000', '160304.530000', '160304.541000', '160304.543000', '160304.546000', '160304.549000', '160304.551000', '160304.554000', '160304.557000', '160304.559000', '160304.562000', '160304.564000', '160304.567000', '160304.569000', '160304.572000', '160304.575000', '160304.577000', '160304.580000', '160304.583000', '160304.585000', '160304.588000', '160304.590000', '160324.468000', '160324.470000', '160324.473000', '160324.476000', '160324.478000', '160324.481000', '160324.484000', '160324.486000', '160324.489000', '160324.491000', '160324.494000', '160324.497000', '160324.500000', '160324.503000', '160324.506000', '160324.509000', '160324.511000', '160324.514000', '160324.517000', '160324.519000', '160324.522000', '160324.524000', '160324.527000', '160324.530000', '160324.532000', '160324.535000', '160324.538000', '160324.540000', '160324.543000', '160324.545000', '160324.548000', '160324.551000', '160324.553000', '160324.556000', '160324.559000', '160324.561000', '160324.564000', '160324.566000', '160324.569000', '160324.572000', '160324.575000', '160324.577000', '160324.580000', '160344.467000', '160344.471000', '160344.473000', '160344.476000', '160344.478000', '160344.481000', '160344.484000', '160344.486000', '160344.489000', '160344.492000', '160344.494000', '160344.497000', '160344.499000', '160344.502000', '160344.504000', '160344.507000', '160344.510000', '160344.512000', '160344.515000', '160344.518000', '160344.520000', '160344.523000', '160344.525000', '160344.528000', '160344.531000', '160344.533000', '160344.536000', '160344.539000', '160344.541000', '160344.544000', '160344.546000', '160344.549000', '160344.551000', '160344.554000', '160344.557000', '160344.559000', '160344.562000', '160344.565000', '160344.567000', '160344.570000', '160344.572000', '160344.575000', '160344.578000', '160344.580000', '160404.468000', '160404.471000', '160404.474000', '160404.476000', '160404.479000', '160404.481000', '160404.484000', '160404.487000', '160404.489000', '160404.492000', '160404.494000', '160404.497000', '160404.500000', '160404.502000', '160404.505000', '160404.507000', '160404.510000', '160404.513000', '160404.515000', '160404.518000', '160404.520000', '160404.523000', '160404.526000', '160404.528000', '160404.531000', '160404.533000', '160404.536000', '160404.539000', '160404.541000', '160404.544000', '160404.547000', '160404.549000', '160404.552000', '160404.554000', '160404.557000', '160404.560000', '160404.562000', '160404.565000', '160404.568000', '160404.570000', '160404.573000', '160404.575000', '160404.578000', '160424.467000', '160424.469000', '160424.472000', '160424.475000', '160424.477000', '160424.480000', '160424.483000', '160424.485000', '160424.488000', '160424.491000', '160424.493000', '160424.496000', '160424.498000', '160424.501000', '160424.504000', '160424.506000', '160424.509000', '160424.512000', '160424.514000', '160424.517000', '160424.519000', '160424.522000', '160424.524000', '160424.527000', '160424.530000', '160424.532000', '160424.535000', '160424.537000', '160424.540000', '160424.543000', '160424.545000', '160424.548000', '160424.550000', '160424.553000', '160424.556000', '160424.580000', '160424.583000', '160424.585000', '160424.588000', '160424.591000', '160424.593000', '160424.596000', '160424.599000', '160424.601000', '160442.661000', '160442.664000', '160442.666000', '160442.669000', '160442.671000', '160442.674000', '160442.677000', '160442.679000', '160442.682000', '160442.685000', '160442.687000', '160442.690000', '160442.692000', '160442.695000', '160442.697000', '160442.700000', '160442.703000', '160442.705000', '160442.708000', '160442.715000', '160442.718000', '160442.721000', '160442.723000', '160442.726000', '160442.728000', '160442.731000', '160442.734000', '160442.736000', '160442.739000', '160442.741000', '160442.744000', '160442.747000', '160442.749000', '160442.752000', '160442.755000', '160442.757000', '160442.760000', '160442.762000', '160442.765000', '160442.767000'], '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': [11795, 7646, 10458, 8453, 8418, 9694, 8012, 12325, 7603, 11555, 7606, 9627, 8882, 8019, 9689, 7851, 12524, 7239, 11637, 8451, 9619, 9021, 8014, 13499, 7372, 11073, 8478, 9742, 9543, 7808, 12445, 7613, 11672, 7796, 11433, 9482, 7770, 10969, 7781, 11641, 7535, 11415, 8823, 9187, 10217, 7824, 12323, 7828, 12396, 7460, 12004, 8305, 10562, 9711, 8139, 10972, 8052, 11662, 7351, 11296, 8387, 11579, 8830, 8888, 9809, 8008, 12419, 8054, 11916, 8780, 11526, 7878, 9466, 9438, 7920, 12425, 8069, 11944, 7881, 11625, 7366, 10657, 7802, 9671, 8766, 8408, 8871, 8207, 11996, 8111, 12143, 7493, 11101, 7797, 10596, 9153, 7671, 10727, 7726, 11145, 7579, 11174, 7437, 11450, 8637, 9672, 10897, 7906, 12571, 7794, 11614, 7723, 9937, 9536, 7996, 10374, 7801, 11502, 7597, 10843, 7294, 11397, 7694, 11653, 7946, 10999, 9449, 8389, 13959, 7730, 12020, 7738, 10626, 10112, 7841, 12330, 7777, 11932, 7414, 11792, 7642, 11225, 7646, 10728, 8479, 10342, 11736, 7895, 11171, 10089, 9412, 9984, 8770, 13971, 7700, 12103, 9414, 11572, 7433, 11437, 7479, 11281, 8384, 11835, 8483, 11319, 8863, 9083, 9026, 8908, 8864, 7930, 12477, 7770, 12717, 7368, 11744, 7892, 10932, 8947, 8751, 9483, 7916, 9313, 11188, 8523, 10743, 8062, 10044, 11453, 8196, 12427, 11681, 9646, 9142, 8782, 10123, 8371, 13147, 7926, 11672, 7856, 10890, 7815, 11102, 7695, 11368, 7307, 11276, 7271, 11726, 8556, 9877, 9853, 7977, 10527, 8009, 12122, 7363, 11442, 7618, 10875, 8824, 11173, 9713, 8437, 10448, 7789, 12740, 7532, 11640, 7312, 11744, 8305, 10355, 10105, 8339, 11609, 7607, 12319, 7995, 10511, 10394, 7792, 12358, 7279, 11998, 9180, 7844, 10892, 7593, 11479, 7695, 11368, 9206, 8651, 11119, 7437, 12011, 7510, 11500, 9174, 9288, 13629, 7484, 12000, 9203, 9506, 11133, 7464, 11933, 8317, 10499, 9770, 7774, 11232, 7445, 11937, 8742, 10268, 10090, 7652, 10934, 7610, 11945, 8208, 10975, 10065, 8256, 11350, 7394, 11853, 7944, 9916, 10044, 7659, 11321, 7331, 11806, 8668, 11207, 9744, 10096, 10440, 7584, 12878, 7803, 11829, 9511, 8700, 12173, 7846, 11738, 8035, 9338, 9233, 7913, 11399, 7621, 11671, 7869, 11634, 8711, 8790, 10126, 7768, 12166, 7372, 11636, 7937, 11262, 9015, 8393, 10520, 7623, 11447, 7434, 11556, 8353, 8573, 10114, 7671, 11713, 7562, 11502, 7333, 11603, 8366, 9519, 9979, 7681, 11909, 7514, 11333, 8547, 9036, 10332, 8057, 12727, 7783, 11533, 8321, 8902, 9952, 7808, 11406, 7571, 11884, 7785, 10994, 8814, 7939, 10355, 7621, 12033, 7385, 11343, 8241, 9557, 10068, 7848, 12506, 7348, 11486, 7770, 11306, 8486, 8905, 10193, 7657, 12381, 7357, 11634, 7605, 11681, 9804, 7586, 11645, 7687, 11612, 7522, 11818, 9861, 7373, 12116, 7487, 11446, 7904, 10854, 9113, 7752, 10945, 7307, 11399, 7559, 11389, 9023, 9671, 11646, 7353, 11791, 8161, 9492, 10127, 7658, 12107, 7545, 11040, 9487, 7844, 13539, 7367, 11968, 9738, 7513, 12259, 7413, 11308, 9203, 7698, 12319, 7685, 10128, 9669, 7794, 12510, 7560, 11217, 10215, 7176, 11786, 7676, 11397, 9414, 7900, 11368, 7718, 11337, 9292, 9065, 10745, 7501, 12466, 8799, 9584, 13615, 7482, 12742, 7903, 10684, 10909, 7238, 11815, 8261, 9978, 9578, 7384, 11156, 7458, 11307, 8680, 9542, 9958, 7602, 12806, 7690, 11788, 8733, 9684, 10030, 7819, 11315, 7572, 12364, 8084, 11206, 9555, 8436, 10626, 7648, 12025, 7911, 11633, 9361, 8813, 10004, 7672, 12102, 7460, 12390, 8381, 10446, 9382, 8254, 11144, 7752, 11816, 7673, 11631, 8553, 10955, 9598, 8255, 11415, 7584, 12483, 7979, 11670, 9154, 8979, 11211, 7845, 11777, 7556, 11784, 8244, 11705, 8991, 9389, 10541, 8004, 12321, 7464, 11764, 8132, 12574, 8950, 9776, 10435, 8117, 13198, 7606, 11974, 8320, 11546, 10167, 7616, 11714, 7824, 12072, 8770, 10850, 10025, 7852, 12030, 8268, 13188, 8859, 12578, 10017, 8930, 11281, 8234, 12567, 8293, 12368, 9963, 9046, 11377, 8134, 12083, 8190, 12431, 9948, 9218, 11535, 8081, 12807, 8408, 12274, 9845, 8813, 11731, 7822, 12468, 9005, 9804, 10384, 7747, 12357, 7952, 11919, 9435, 9412, 10206, 7706, 11693, 8001, 12545, 8387, 12596, 9733, 11403, 10146, 8446, 11727, 7801, 12594, 8307, 11642, 8459, 10394, 10125, 8315, 12704, 7583, 11835, 8147, 12461, 8364, 12649, 8909, 10046, 10409, 7940, 10653, 7422, 13450, 8776, 9609, 11603, 7653, 12450, 8277, 12128, 10518, 7780, 12981, 7788, 12819, 8438, 11996, 10186, 7987, 11819, 7541, 11798, 8242, 12767, 8815, 10190, 11279, 7721, 12591, 8010, 12411, 9125, 9260, 11987, 7432, 12223, 8141, 12740, 9713, 7931, 12081, 7943, 12079, 9032, 9506, 11040, 7958, 13094, 8561, 10820, 10483, 7910, 13650, 8209, 12563, 9242, 9498, 10796, 7815, 12034, 8775, 13243, 8709, 10662, 10027, 8325, 11439, 8172, 12846, 8449, 12526, 9133, 9390, 10922, 8668, 12852, 7823, 12631, 8553, 12927, 8984, 12253, 10225, 8676, 12294, 7661, 12168, 8021, 12322, 9115, 9988, 10595, 7852, 11427, 7659, 12342, 8472, 12834, 9616, 8657, 11204, 7634, 12292, 8087, 13184, 9625, 8714, 10773, 7733, 12251, 8305, 12662, 8566, 12028, 8973, 12618, 9833, 8938, 14119, 7848, 12256, 8421, 12920, 8764, 13086, 9770, 8802, 10118, 7726, 10750, 8103, 12931, 8239, 12190, 9131, 11724, 9329, 9454, 11274, 7965, 12273, 8331, 12560, 8714, 12403, 9952, 8007, 11086, 7792, 11354, 7624, 11914, 8469, 12165, 8591, 12551, 9432, 12387, 10430, 8515, 12983, 8161, 12585, 9091, 10689, 10470, 8604, 14425, 8262, 12499, 9146, 10681, 9884, 7760, 11698, 8278, 13010, 8646, 12507, 9684, 9544, 10758, 7915, 11988, 7989, 12499, 8730, 13187, 8851, 12738, 10123, 9045, 11922, 8285, 11920, 8399, 12860, 9429, 9831, 11600, 7846, 12067, 8695, 12935, 9014, 9473, 10702, 7607, 11137, 8020, 11735, 7987, 12681, 8662, 12988, 9024, 12319, 9556, 10152, 10343, 8091, 11749, 8037, 12507, 8531, 12458, 9200, 11907, 9481, 9051, 10731, 7964, 13779, 8155, 12552, 8550, 12282, 9115, 10108, 9448, 7956, 10662, 8169, 11518, 8049, 12426, 8684, 12855, 8846, 12571, 10089, 8599, 10899, 7893, 11715, 8163, 12939, 9157, 10333, 10510, 7750, 12017, 8221, 12383, 9432, 9042, 10499, 7862, 10875, 7904, 11590, 8171, 12609, 8580, 12040, 8998, 12496, 9890, 8819], 'WindowCenter': [4068.0, 4003.0, 4029.0, 3997.0, 3998.0, 4005.0, 3985.0, 4033.0, 3975.0, 4025.0, 3972.0, 4005.0, 3990.0, 3984.0, 3992.0, 3983.0, 4022.0, 3960.0, 4025.0, 3982.0, 4004.0, 3992.0, 3983.0, 4033.0, 3962.0, 4014.0, 3982.0, 4003.0, 3992.0, 3974.0, 4021.0, 3972.0, 4022.0, 3973.0, 4014.0, 3991.0, 3972.0, 4010.0, 3974.0, 4023.0, 3972.0, 4023.0, 3993.0, 4004.0, 4013.0, 3984.0, 4034.0, 3973.0, 4034.0, 3973.0, 4024.0, 3982.0, 4015.0, 4002.0, 3982.0, 4012.0, 3983.0, 4024.0, 3972.0, 4023.0, 3983.0, 4024.0, 3992.0, 3994.0, 4002.0, 3983.0, 4033.0, 3982.0, 4023.0, 3981.0, 4012.0, 3970.0, 3992.0, 3979.0, 3970.0, 4020.0, 3970.0, 4010.0, 3970.0, 4010.0, 3960.0, 4002.0, 3970.0, 4004.0, 3981.0, 3981.0, 3981.0, 3982.0, 4011.0, 3971.0, 4023.0, 3960.0, 4012.0, 3959.0, 4002.0, 3990.0, 3972.0, 4010.0, 3984.0, 4024.0, 3973.0, 4024.0, 3973.0, 4025.0, 3993.0, 4005.0, 4013.0, 3984.0, 4023.0, 3972.0, 4013.0, 3971.0, 4003.0, 4000.0, 3982.0, 4001.0, 3972.0, 4012.0, 3972.0, 4013.0, 3973.0, 4023.0, 3973.0, 4023.0, 3984.0, 4026.0, 4003.0, 3984.0, 4043.0, 3972.0, 4022.0, 3973.0, 4013.0, 4001.0, 3983.0, 4021.0, 3971.0, 4022.0, 3961.0, 4023.0, 3973.0, 4026.0, 3985.0, 4025.0, 3996.0, 4016.0, 4037.0, 3999.0, 4042.0, 4016.0, 4005.0, 4003.0, 3984.0, 4034.0, 3973.0, 4023.0, 3993.0, 4012.0, 3961.0, 4010.0, 3961.0, 4013.0, 3971.0, 4023.0, 3980.0, 4013.0, 3991.0, 3994.0, 3993.0, 3993.0, 3991.0, 3984.0, 4022.0, 3971.0, 4023.0, 3973.0, 4023.0, 3970.0, 4012.0, 3980.0, 3983.0, 4001.0, 3982.0, 3991.0, 4025.0, 3995.0, 4025.0, 3996.0, 4016.0, 4038.0, 3998.0, 4050.0, 4037.0, 4006.0, 3992.0, 3995.0, 4003.0, 3984.0, 4035.0, 3984.0, 4013.0, 3972.0, 4011.0, 3972.0, 4013.0, 3985.0, 4024.0, 3974.0, 4023.0, 3974.0, 4025.0, 3993.0, 4014.0, 4004.0, 3985.0, 4013.0, 3984.0, 4023.0, 3973.0, 4023.0, 3984.0, 4015.0, 3993.0, 4024.0, 4005.0, 3996.0, 4014.0, 3986.0, 4035.0, 3984.0, 4024.0, 3974.0, 4024.0, 3984.0, 4017.0, 4013.0, 3994.0, 4024.0, 3973.0, 4024.0, 3983.0, 4015.0, 4002.0, 3973.0, 4023.0, 3961.0, 4023.0, 3990.0, 3982.0, 4012.0, 3973.0, 4024.0, 3973.0, 4024.0, 4004.0, 4005.0, 4024.0, 3976.0, 4035.0, 3974.0, 4026.0, 4004.0, 4005.0, 4045.0, 3974.0, 4036.0, 3991.0, 4004.0, 4012.0, 3973.0, 4023.0, 3983.0, 4015.0, 4002.0, 3973.0, 4023.0, 3974.0, 4024.0, 3994.0, 4016.0, 4013.0, 3984.0, 4014.0, 3984.0, 4034.0, 3984.0, 4026.0, 4003.0, 3983.0, 4013.0, 3973.0, 4023.0, 3971.0, 4003.0, 4002.0, 3972.0, 4012.0, 3972.0, 4023.0, 3993.0, 4024.0, 4015.0, 4026.0, 4025.0, 3985.0, 4035.0, 3986.0, 4038.0, 4003.0, 3993.0, 4023.0, 3982.0, 4023.0, 3972.0, 3993.0, 3990.0, 3971.0, 4012.0, 3972.0, 4023.0, 3982.0, 4024.0, 3991.0, 3992.0, 4002.0, 3973.0, 4023.0, 3972.0, 4023.0, 3982.0, 4013.0, 3992.0, 3984.0, 4013.0, 3984.0, 4023.0, 3972.0, 4023.0, 3982.0, 3993.0, 4001.0, 3973.0, 4022.0, 3972.0, 4012.0, 3971.0, 4022.0, 3982.0, 4005.0, 4002.0, 3973.0, 4023.0, 3971.0, 4012.0, 3982.0, 3994.0, 4001.0, 3972.0, 4022.0, 3971.0, 4012.0, 3981.0, 3993.0, 3989.0, 3970.0, 4011.0, 3971.0, 4022.0, 3972.0, 4024.0, 3991.0, 3983.0, 4001.0, 3973.0, 4023.0, 3973.0, 4013.0, 3981.0, 4003.0, 4001.0, 3982.0, 4022.0, 3962.0, 4023.0, 3971.0, 4013.0, 3981.0, 3992.0, 4000.0, 3972.0, 4033.0, 3961.0, 4012.0, 3971.0, 4022.0, 4000.0, 3972.0, 4012.0, 3972.0, 4012.0, 3971.0, 4024.0, 4001.0, 3973.0, 4022.0, 3973.0, 4022.0, 3973.0, 4013.0, 3991.0, 3985.0, 4013.0, 3974.0, 4023.0, 3984.0, 4024.0, 3994.0, 4017.0, 4023.0, 3974.0, 4025.0, 3981.0, 4003.0, 4001.0, 3972.0, 4023.0, 3972.0, 4024.0, 3991.0, 3971.0, 4032.0, 3961.0, 4023.0, 3990.0, 3973.0, 4022.0, 3960.0, 4013.0, 3991.0, 3971.0, 4022.0, 3972.0, 4014.0, 3991.0, 3972.0, 4023.0, 3971.0, 4014.0, 4002.0, 3962.0, 4023.0, 3973.0, 4024.0, 3992.0, 3984.0, 4012.0, 3973.0, 4026.0, 4003.0, 3994.0, 4013.0, 3973.0, 4034.0, 3982.0, 4005.0, 4033.0, 3962.0, 4022.0, 3971.0, 4014.0, 4001.0, 3971.0, 4024.0, 3982.0, 4002.0, 4001.0, 3973.0, 4012.0, 3974.0, 4025.0, 3994.0, 4005.0, 4002.0, 3973.0, 4033.0, 3973.0, 4025.0, 3993.0, 4005.0, 4002.0, 3973.0, 4012.0, 3973.0, 4033.0, 3983.0, 4025.0, 4002.0, 3984.0, 4000.0, 3971.0, 4021.0, 3982.0, 4025.0, 3992.0, 3992.0, 4002.0, 3973.0, 4021.0, 3972.0, 4034.0, 3983.0, 4014.0, 3992.0, 3983.0, 4012.0, 3974.0, 4023.0, 3972.0, 4024.0, 3993.0, 4014.0, 4002.0, 3984.0, 4022.0, 3973.0, 4033.0, 3984.0, 4025.0, 3992.0, 3994.0, 4012.0, 3983.0, 4023.0, 3983.0, 4024.0, 3982.0, 4024.0, 3992.0, 4005.0, 4012.0, 3984.0, 4034.0, 3973.0, 4024.0, 3983.0, 4035.0, 3992.0, 4004.0, 4012.0, 3984.0, 4032.0, 3973.0, 4023.0, 3982.0, 4024.0, 4001.0, 3972.0, 4021.0, 3972.0, 4022.0, 3992.0, 4013.0, 4001.0, 3983.0, 4022.0, 3983.0, 4043.0, 4006.0, 4046.0, 4015.0, 4006.0, 4025.0, 3994.0, 4036.0, 3996.0, 4037.0, 4004.0, 3994.0, 4023.0, 3984.0, 4034.0, 3995.0, 4037.0, 4004.0, 4004.0, 4022.0, 3984.0, 4034.0, 3994.0, 4036.0, 4003.0, 3995.0, 4023.0, 3973.0, 4035.0, 3993.0, 4003.0, 4001.0, 3973.0, 4023.0, 3982.0, 4024.0, 4003.0, 4005.0, 4013.0, 3983.0, 4021.0, 3983.0, 4033.0, 3995.0, 4036.0, 4003.0, 4025.0, 4013.0, 3997.0, 4024.0, 3974.0, 4035.0, 3983.0, 4013.0, 3982.0, 4003.0, 4001.0, 3980.0, 4022.0, 3972.0, 4022.0, 3971.0, 4021.0, 3982.0, 4033.0, 3993.0, 4015.0, 4012.0, 3984.0, 4013.0, 3974.0, 4034.0, 3982.0, 4005.0, 4013.0, 3972.0, 4023.0, 3982.0, 4025.0, 4000.0, 3973.0, 4033.0, 3973.0, 4022.0, 3982.0, 4023.0, 4002.0, 3984.0, 4024.0, 3985.0, 4024.0, 3983.0, 4034.0, 3994.0, 4016.0, 4023.0, 3973.0, 4024.0, 3983.0, 4025.0, 3992.0, 3994.0, 4023.0, 3972.0, 4023.0, 3971.0, 4023.0, 3991.0, 3983.0, 4021.0, 3982.0, 4023.0, 3992.0, 4004.0, 4012.0, 3983.0, 4032.0, 3992.0, 4015.0, 4011.0, 3982.0, 4033.0, 3982.0, 4022.0, 3993.0, 4004.0, 4012.0, 3971.0, 4023.0, 3983.0, 4033.0, 3994.0, 4026.0, 4003.0, 3995.0, 4023.0, 3983.0, 4034.0, 3984.0, 4035.0, 3993.0, 3994.0, 4012.0, 3983.0, 4023.0, 3973.0, 4023.0, 3982.0, 4032.0, 3993.0, 4035.0, 4013.0, 3994.0, 4024.0, 3973.0, 4023.0, 3972.0, 4023.0, 3981.0, 4003.0, 4001.0, 3972.0, 4009.0, 3971.0, 4021.0, 3981.0, 4033.0, 3989.0, 3983.0, 4011.0, 3961.0, 4011.0, 3969.0, 4033.0, 4000.0, 3993.0, 4010.0, 3972.0, 4022.0, 3982.0, 4031.0, 3994.0, 4034.0, 3993.0, 4034.0, 4003.0, 3995.0, 4045.0, 3984.0, 4021.0, 3982.0, 4033.0, 3991.0, 4034.0, 4014.0, 4005.0, 4013.0, 3984.0, 4012.0, 3984.0, 4034.0, 3983.0, 4023.0, 3992.0, 4023.0, 3992.0, 4003.0, 4012.0, 3982.0, 4021.0, 3982.0, 4022.0, 3982.0, 4023.0, 4001.0, 3970.0, 4012.0, 3973.0, 4011.0, 3972.0, 4022.0, 3983.0, 4023.0, 3995.0, 4035.0, 4003.0, 4036.0, 4014.0, 3995.0, 4034.0, 3983.0, 4035.0, 3992.0, 4014.0, 4001.0, 3982.0, 4032.0, 3981.0, 4022.0, 3991.0, 4013.0, 3990.0, 3971.0, 4010.0, 3982.0, 4032.0, 3981.0, 4034.0, 4001.0, 4002.0, 4011.0, 3982.0, 4011.0, 3982.0, 4033.0, 3993.0, 4032.0, 3993.0, 4035.0, 4014.0, 4006.0, 4034.0, 3995.0, 4024.0, 3995.0, 4035.0, 4004.0, 4016.0, 4024.0, 3984.0, 4024.0, 3981.0, 4032.0, 3992.0, 4005.0, 4013.0, 3972.0, 4011.0, 3984.0, 4023.0, 3983.0, 4034.0, 3994.0, 4035.0, 3994.0, 4035.0, 4005.0, 4014.0, 4013.0, 3984.0, 4023.0, 3983.0, 4024.0, 3994.0, 4034.0, 3992.0, 4023.0, 4001.0, 3992.0, 4013.0, 3983.0, 4033.0, 3983.0, 4023.0, 3982.0, 4023.0, 3981.0, 4013.0, 3991.0, 3971.0, 3998.0, 3982.0, 4011.0, 3971.0, 4023.0, 3982.0, 4022.0, 3992.0, 4035.0, 4002.0, 3993.0, 4012.0, 3972.0, 4012.0, 3982.0, 4022.0, 3992.0, 4003.0, 4001.0, 3972.0, 4012.0, 3969.0, 4022.0, 3978.0, 3991.0, 4002.0, 3984.0, 4011.0, 3982.0, 4012.0, 3981.0, 4034.0, 3994.0, 4035.0, 3993.0, 4035.0, 4002.0, 3994.0], 'WindowWidth': [9049.0, 8951.0, 8976.0, 8929.0, 8932.0, 8930.0, 8905.0, 8966.0, 8889.0, 8955.0, 8883.0, 8931.0, 8902.0, 8898.0, 8907.0, 8898.0, 8948.0, 8866.0, 8958.0, 8895.0, 8927.0, 8905.0, 8899.0, 8963.0, 8867.0, 8941.0, 8894.0, 8924.0, 8907.0, 8886.0, 8947.0, 8883.0, 8948.0, 8882.0, 8939.0, 8903.0, 8882.0, 8929.0, 8887.0, 8949.0, 8883.0, 8950.0, 8911.0, 8928.0, 8937.0, 8903.0, 8966.0, 8885.0, 8966.0, 8886.0, 8955.0, 8895.0, 8943.0, 8921.0, 8896.0, 8935.0, 8898.0, 8952.0, 8882.0, 8952.0, 8898.0, 8952.0, 8909.0, 8914.0, 8921.0, 8899.0, 8965.0, 8897.0, 8950.0, 8892.0, 8933.0, 8874.0, 8906.0, 8884.0, 8876.0, 8943.0, 8876.0, 8926.0, 8875.0, 8928.0, 8863.0, 8919.0, 8876.0, 8926.0, 8889.0, 8891.0, 8889.0, 8895.0, 8932.0, 8879.0, 8950.0, 8862.0, 8932.0, 8859.0, 8919.0, 8901.0, 8881.0, 8929.0, 8901.0, 8953.0, 8885.0, 8953.0, 8886.0, 8957.0, 8911.0, 8929.0, 8937.0, 8900.0, 8950.0, 8881.0, 8936.0, 8878.0, 8923.0, 8916.0, 8895.0, 8916.0, 8881.0, 8932.0, 8883.0, 8937.0, 8888.0, 8953.0, 8887.0, 8952.0, 8901.0, 8959.0, 8923.0, 8903.0, 8979.0, 8882.0, 8948.0, 8882.0, 8938.0, 8916.0, 8898.0, 8946.0, 8879.0, 8948.0, 8868.0, 8948.0, 8887.0, 8958.0, 8904.0, 8958.0, 8922.0, 8947.0, 8979.0, 8932.0, 8996.0, 8948.0, 8933.0, 8924.0, 8899.0, 8966.0, 8883.0, 8951.0, 8908.0, 8934.0, 8866.0, 8929.0, 8865.0, 8937.0, 8876.0, 8947.0, 8887.0, 8935.0, 8904.0, 8913.0, 8910.0, 8912.0, 8905.0, 8899.0, 8948.0, 8879.0, 8950.0, 8883.0, 8949.0, 8873.0, 8933.0, 8887.0, 8896.0, 8918.0, 8898.0, 8906.0, 8955.0, 8918.0, 8955.0, 8922.0, 8947.0, 8979.0, 8927.0, 9003.0, 8976.0, 8932.0, 8909.0, 8915.0, 8921.0, 8900.0, 8970.0, 8901.0, 8937.0, 8882.0, 8932.0, 8883.0, 8937.0, 8904.0, 8954.0, 8887.0, 8950.0, 8888.0, 8957.0, 8910.0, 8941.0, 8927.0, 8904.0, 8935.0, 8900.0, 8950.0, 8884.0, 8952.0, 8903.0, 8944.0, 8911.0, 8954.0, 8928.0, 8920.0, 8939.0, 8908.0, 8972.0, 8902.0, 8953.0, 8887.0, 8954.0, 8899.0, 8948.0, 8938.0, 8915.0, 8953.0, 8886.0, 8954.0, 8896.0, 8942.0, 8921.0, 8886.0, 8949.0, 8866.0, 8949.0, 8903.0, 8896.0, 8934.0, 8886.0, 8952.0, 8885.0, 8954.0, 8928.0, 8932.0, 8953.0, 8895.0, 8971.0, 8889.0, 8960.0, 8929.0, 8932.0, 8983.0, 8888.0, 8973.0, 8906.0, 8927.0, 8933.0, 8884.0, 8950.0, 8897.0, 8945.0, 8921.0, 8885.0, 8950.0, 8888.0, 8955.0, 8914.0, 8947.0, 8937.0, 8903.0, 8939.0, 8902.0, 8969.0, 8900.0, 8959.0, 8924.0, 8898.0, 8937.0, 8884.0, 8950.0, 8880.0, 8926.0, 8921.0, 8884.0, 8934.0, 8883.0, 8950.0, 8913.0, 8957.0, 8947.0, 8963.0, 8958.0, 8908.0, 8972.0, 8907.0, 8981.0, 8924.0, 8912.0, 8949.0, 8896.0, 8949.0, 8881.0, 8911.0, 8902.0, 8880.0, 8933.0, 8881.0, 8950.0, 8896.0, 8953.0, 8905.0, 8910.0, 8921.0, 8886.0, 8953.0, 8884.0, 8951.0, 8894.0, 8938.0, 8906.0, 8900.0, 8937.0, 8901.0, 8951.0, 8883.0, 8951.0, 8893.0, 8910.0, 8918.0, 8886.0, 8947.0, 8882.0, 8935.0, 8881.0, 8948.0, 8895.0, 8929.0, 8920.0, 8884.0, 8950.0, 8880.0, 8936.0, 8895.0, 8915.0, 8917.0, 8881.0, 8946.0, 8880.0, 8934.0, 8889.0, 8910.0, 8899.0, 8876.0, 8930.0, 8878.0, 8947.0, 8883.0, 8954.0, 8903.0, 8897.0, 8917.0, 8885.0, 8950.0, 8884.0, 8938.0, 8891.0, 8923.0, 8916.0, 8894.0, 8947.0, 8868.0, 8949.0, 8880.0, 8936.0, 8892.0, 8910.0, 8915.0, 8884.0, 8963.0, 8867.0, 8934.0, 8879.0, 8949.0, 8914.0, 8882.0, 8934.0, 8883.0, 8933.0, 8879.0, 8952.0, 8916.0, 8885.0, 8949.0, 8885.0, 8947.0, 8883.0, 8937.0, 8905.0, 8903.0, 8936.0, 8890.0, 8951.0, 8900.0, 8955.0, 8914.0, 8949.0, 8951.0, 8888.0, 8958.0, 8892.0, 8924.0, 8917.0, 8883.0, 8949.0, 8882.0, 8954.0, 8902.0, 8879.0, 8959.0, 8865.0, 8949.0, 8900.0, 8884.0, 8946.0, 8862.0, 8935.0, 8904.0, 8881.0, 8947.0, 8881.0, 8942.0, 8905.0, 8883.0, 8950.0, 8879.0, 8940.0, 8918.0, 8871.0, 8950.0, 8883.0, 8952.0, 8907.0, 8900.0, 8935.0, 8885.0, 8959.0, 8925.0, 8916.0, 8935.0, 8885.0, 8967.0, 8895.0, 8929.0, 8964.0, 8868.0, 8947.0, 8877.0, 8940.0, 8916.0, 8881.0, 8954.0, 8896.0, 8922.0, 8917.0, 8886.0, 8934.0, 8887.0, 8956.0, 8913.0, 8929.0, 8921.0, 8885.0, 8964.0, 8884.0, 8955.0, 8910.0, 8930.0, 8920.0, 8885.0, 8935.0, 8884.0, 8964.0, 8897.0, 8959.0, 8922.0, 8900.0, 8915.0, 8879.0, 8946.0, 8894.0, 8956.0, 8908.0, 8910.0, 8918.0, 8884.0, 8945.0, 8883.0, 8966.0, 8899.0, 8942.0, 8905.0, 8899.0, 8933.0, 8887.0, 8952.0, 8883.0, 8955.0, 8911.0, 8941.0, 8920.0, 8902.0, 8948.0, 8886.0, 8966.0, 8903.0, 8957.0, 8908.0, 8914.0, 8933.0, 8897.0, 8951.0, 8899.0, 8954.0, 8895.0, 8952.0, 8908.0, 8930.0, 8934.0, 8902.0, 8968.0, 8886.0, 8952.0, 8898.0, 8968.0, 8909.0, 8928.0, 8934.0, 8901.0, 8965.0, 8886.0, 8952.0, 8894.0, 8953.0, 8916.0, 8882.0, 8945.0, 8881.0, 8949.0, 8909.0, 8938.0, 8918.0, 8900.0, 8949.0, 8899.0, 8980.0, 8935.0, 8989.0, 8943.0, 8935.0, 8957.0, 8918.0, 8974.0, 8923.0, 8978.0, 8926.0, 8915.0, 8950.0, 8903.0, 8968.0, 8919.0, 8977.0, 8926.0, 8927.0, 8949.0, 8902.0, 8967.0, 8917.0, 8973.0, 8924.0, 8917.0, 8950.0, 8887.0, 8970.0, 8913.0, 8927.0, 8918.0, 8885.0, 8951.0, 8897.0, 8956.0, 8925.0, 8932.0, 8937.0, 8899.0, 8946.0, 8901.0, 8965.0, 8919.0, 8975.0, 8925.0, 8958.0, 8938.0, 8922.0, 8953.0, 8888.0, 8969.0, 8897.0, 8937.0, 8893.0, 8922.0, 8915.0, 8891.0, 8947.0, 8882.0, 8947.0, 8878.0, 8943.0, 8893.0, 8961.0, 8909.0, 8943.0, 8934.0, 8902.0, 8936.0, 8887.0, 8968.0, 8894.0, 8930.0, 8936.0, 8882.0, 8948.0, 8893.0, 8957.0, 8913.0, 8884.0, 8963.0, 8885.0, 8947.0, 8894.0, 8951.0, 8920.0, 8900.0, 8953.0, 8903.0, 8953.0, 8899.0, 8965.0, 8914.0, 8947.0, 8952.0, 8887.0, 8952.0, 8897.0, 8955.0, 8907.0, 8913.0, 8949.0, 8884.0, 8950.0, 8878.0, 8949.0, 8901.0, 8896.0, 8944.0, 8895.0, 8949.0, 8905.0, 8925.0, 8932.0, 8900.0, 8962.0, 8910.0, 8944.0, 8932.0, 8896.0, 8964.0, 8896.0, 8948.0, 8912.0, 8928.0, 8932.0, 8880.0, 8948.0, 8896.0, 8964.0, 8915.0, 8961.0, 8923.0, 8917.0, 8950.0, 8898.0, 8967.0, 8901.0, 8970.0, 8909.0, 8913.0, 8932.0, 8898.0, 8950.0, 8885.0, 8949.0, 8895.0, 8962.0, 8912.0, 8971.0, 8938.0, 8917.0, 8954.0, 8885.0, 8950.0, 8882.0, 8951.0, 8890.0, 8925.0, 8918.0, 8881.0, 8926.0, 8878.0, 8945.0, 8891.0, 8963.0, 8900.0, 8897.0, 8929.0, 8864.0, 8931.0, 8873.0, 8963.0, 8918.0, 8912.0, 8929.0, 8883.0, 8946.0, 8896.0, 8960.0, 8917.0, 8968.0, 8910.0, 8967.0, 8922.0, 8916.0, 8985.0, 8900.0, 8947.0, 8895.0, 8963.0, 8906.0, 8967.0, 8941.0, 8930.0, 8937.0, 8901.0, 8935.0, 8901.0, 8967.0, 8900.0, 8953.0, 8910.0, 8949.0, 8907.0, 8925.0, 8932.0, 8897.0, 8948.0, 8894.0, 8948.0, 8894.0, 8950.0, 8918.0, 8877.0, 8933.0, 8885.0, 8932.0, 8882.0, 8946.0, 8898.0, 8952.0, 8918.0, 8972.0, 8927.0, 8972.0, 8939.0, 8919.0, 8969.0, 8899.0, 8971.0, 8908.0, 8939.0, 8918.0, 8894.0, 8962.0, 8892.0, 8948.0, 8905.0, 8937.0, 8900.0, 8879.0, 8927.0, 8894.0, 8962.0, 8893.0, 8967.0, 8918.0, 8921.0, 8930.0, 8896.0, 8931.0, 8896.0, 8965.0, 8911.0, 8961.0, 8912.0, 8967.0, 8940.0, 8934.0, 8967.0, 8919.0, 8954.0, 8917.0, 8971.0, 8926.0, 8947.0, 8954.0, 8902.0, 8951.0, 8893.0, 8960.0, 8908.0, 8930.0, 8936.0, 8884.0, 8930.0, 8900.0, 8951.0, 8901.0, 8967.0, 8914.0, 8969.0, 8916.0, 8971.0, 8932.0, 8945.0, 8938.0, 8901.0, 8951.0, 8899.0, 8953.0, 8913.0, 8966.0, 8908.0, 8950.0, 8917.0, 8909.0, 8938.0, 8900.0, 8964.0, 8896.0, 8949.0, 8894.0, 8951.0, 8892.0, 8938.0, 8903.0, 8878.0, 8909.0, 8894.0, 8930.0, 8880.0, 8949.0, 8895.0, 8947.0, 8909.0, 8969.0, 8920.0, 8911.0, 8934.0, 8882.0, 8934.0, 8895.0, 8948.0, 8905.0, 8924.0, 8918.0, 8881.0, 8932.0, 8873.0, 8945.0, 8883.0, 8905.0, 8919.0, 8899.0, 8930.0, 8896.0, 8933.0, 8894.0, 8967.0, 8916.0, 8970.0, 8910.0, 8969.0, 8920.0, 8912.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.0001757205720572057</td></tr>
<tr><td colspan=3>aqi</td><td>0.01642699295929593</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.73188651909689</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2504247009140979</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9866341980066069</td></tr>
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
<tr><td colspan=3>fber</td><td>6478.4468</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06385306062027792</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.22002200220022003</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4783776234111525</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.471584304709202</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.725996753188991</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2375518123352647</td></tr>
<tr><td colspan=3>gcor</td><td>0.00442964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019832365214824677</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021776145324110985</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.4240980139658714</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>37.1112</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7225</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.9954</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311180.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.0936</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.71</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.7737</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3223.5003</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.566</td></tr>
<tr><td colspan=3>tsnr</td><td>45.43177237221971</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>