<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-02/func/sub-0011_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>f5cdc1a9d133a15f35e586f3a6d2e969</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>17:10:28.110000</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_VE11C_LATEST_20160120</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.999793, 0.0148028, 0.0139919, -0.0165787, 0.990465, 0.13676]</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.0777757</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7732, -7313, 492, -67, -189, -31, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.713</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09bf99ba-6d44-41ed-9f47-83f626939d3e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682370185852051, -0.04447935149073601, 0.031951989978551865, 112.64012908935547], [-0.03971490636467934, 2.657346487045288, 0.3698021471500397, -108.6791000366211], [0.0375392846763134, -0.36691755056381226, 2.6743643283843994, -65.99459838867188], [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': ['171028.110000', '171028.570000', '171029.030000', '171029.490000', '171029.950000', '171030.410000', '171030.870000', '171031.330000', '171031.790000', '171032.250000', '171032.710000', '171033.170000', '171033.630000', '171034.090000', '171034.550000', '171035.010000', '171035.470000', '171035.930000', '171036.390000', '171036.850000', '171037.310000', '171037.770000', '171038.230000', '171038.690000', '171039.150000', '171039.610000', '171040.070000', '171040.530000', '171040.990000', '171041.450000', '171041.910000', '171042.370000', '171042.830000', '171043.290000', '171043.750000', '171044.210000', '171044.670000', '171045.130000', '171045.590000', '171046.050000', '171046.510000', '171046.970000', '171047.430000', '171047.890000', '171048.350000', '171048.810000', '171049.270000', '171049.730000', '171050.190000', '171050.650000', '171051.110000', '171051.570000', '171052.030000', '171052.490000', '171052.950000', '171053.410000', '171053.870000', '171054.330000', '171054.790000', '171055.250000', '171055.710000', '171056.170000', '171056.630000', '171057.090000', '171057.550000', '171058.010000', '171058.470000', '171058.930000', '171059.390000', '171059.850000', '171100.310000', '171100.770000', '171101.230000', '171101.690000', '171102.150000', '171102.610000', '171103.070000', '171103.530000', '171103.990000', '171104.450000', '171104.910000', '171105.370000', '171105.830000', '171106.290000', '171106.750000', '171107.210000', '171107.670000', '171108.130000', '171108.590000', '171109.050000', '171109.510000', '171109.970000', '171110.430000', '171110.890000', '171111.350000', '171111.810000', '171112.270000', '171112.730000', '171113.190000', '171113.650000', '171114.110000', '171114.570000', '171115.030000', '171115.490000', '171115.950000', '171116.410000', '171116.870000', '171117.330000', '171117.790000', '171118.250000', '171118.710000', '171119.170000', '171119.630000', '171120.090000', '171120.550000', '171121.010000', '171121.470000', '171121.930000', '171122.390000', '171122.850000', '171123.310000', '171123.770000', '171124.230000', '171124.690000', '171125.150000', '171125.610000', '171126.070000', '171126.530000', '171126.990000', '171127.450000', '171127.910000', '171128.370000', '171128.830000', '171129.290000', '171129.750000', '171130.210000', '171130.670000', '171131.130000', '171131.590000', '171132.050000', '171132.510000', '171132.970000', '171133.430000', '171133.890000', '171134.350000', '171134.810000', '171135.270000', '171135.730000', '171136.190000', '171136.650000', '171137.110000', '171137.570000', '171138.030000', '171138.490000', '171138.950000', '171139.410000', '171139.870000', '171140.330000', '171140.790000', '171141.250000', '171141.710000', '171142.170000', '171142.630000', '171143.090000', '171143.550000', '171144.010000', '171144.470000', '171144.930000', '171145.390000', '171145.850000', '171146.310000', '171146.770000', '171147.230000', '171147.690000', '171148.150000', '171148.610000', '171149.070000', '171149.530000', '171149.990000', '171150.450000', '171150.910000', '171151.370000', '171151.830000', '171152.290000', '171152.750000', '171153.210000', '171153.670000', '171154.130000', '171154.590000', '171155.050000', '171155.510000', '171155.970000', '171156.430000', '171156.890000', '171157.350000', '171157.810000', '171158.270000', '171158.730000', '171159.190000', '171159.650000', '171200.110000', '171200.570000', '171201.030000', '171201.490000', '171201.950000', '171202.410000', '171202.870000', '171203.330000', '171203.790000', '171204.250000', '171204.710000', '171205.170000', '171205.630000', '171206.090000', '171206.550000', '171207.010000', '171207.470000', '171207.930000', '171208.390000', '171208.850000', '171209.310000', '171209.770000', '171210.230000', '171210.690000', '171211.150000', '171211.610000', '171212.070000', '171212.530000', '171212.990000', '171213.450000', '171213.910000', '171214.370000', '171214.830000', '171215.290000', '171215.750000', '171216.210000', '171216.670000', '171217.130000', '171217.590000', '171218.050000', '171218.510000', '171218.970000', '171219.430000', '171219.890000', '171220.350000', '171220.810000', '171221.270000', '171221.730000', '171222.190000', '171222.650000', '171223.110000', '171223.570000', '171224.030000', '171224.490000', '171224.950000', '171225.410000', '171225.870000', '171226.330000', '171226.790000', '171227.250000', '171227.710000', '171228.170000', '171228.630000', '171229.090000', '171229.550000', '171230.010000', '171230.470000', '171230.930000', '171231.390000', '171231.850000', '171232.310000', '171232.770000', '171233.230000', '171233.690000', '171234.150000', '171234.610000', '171235.070000', '171235.530000', '171235.990000', '171236.450000', '171236.910000', '171237.370000', '171237.830000', '171238.290000', '171238.750000', '171239.210000', '171239.670000', '171240.130000', '171240.590000', '171241.050000', '171241.510000', '171241.970000', '171242.430000', '171242.890000', '171243.350000', '171243.810000', '171244.270000', '171244.730000', '171245.190000', '171245.650000', '171246.110000', '171246.570000', '171247.030000', '171247.490000', '171247.950000', '171248.410000', '171248.870000', '171249.330000', '171249.790000', '171250.250000', '171250.710000', '171251.170000', '171251.630000', '171252.090000', '171252.550000', '171253.010000', '171253.470000', '171253.930000', '171254.390000', '171254.850000', '171255.310000', '171255.770000', '171256.230000', '171256.690000', '171257.150000', '171257.610000', '171258.070000', '171258.530000', '171258.990000', '171259.450000', '171259.910000', '171300.370000', '171300.830000', '171301.290000', '171301.750000', '171302.210000', '171302.670000', '171303.130000', '171303.590000', '171304.050000', '171304.510000', '171304.970000', '171305.430000', '171305.890000', '171306.350000', '171306.810000', '171307.270000', '171307.730000', '171308.190000', '171308.650000', '171309.110000', '171309.570000', '171310.030000', '171310.490000', '171310.950000', '171311.410000', '171311.870000', '171312.330000', '171312.790000', '171313.250000', '171313.710000', '171314.170000', '171314.630000', '171315.090000', '171315.550000', '171316.010000', '171316.470000', '171316.930000', '171317.390000', '171317.850000', '171318.310000', '171318.770000', '171319.230000', '171319.690000', '171320.150000', '171320.610000', '171321.070000', '171321.530000', '171321.990000', '171322.450000', '171322.910000', '171323.370000', '171323.830000', '171324.290000', '171324.750000', '171325.210000', '171325.670000', '171326.130000', '171326.590000', '171327.050000', '171327.510000', '171327.970000', '171328.430000', '171328.890000', '171329.350000', '171329.810000', '171330.270000', '171330.730000', '171331.190000', '171331.650000', '171332.110000', '171332.570000', '171333.030000', '171333.490000', '171333.950000', '171334.410000', '171334.870000', '171335.330000', '171335.790000', '171336.250000', '171336.710000', '171337.170000', '171337.630000', '171338.090000', '171338.550000', '171339.010000', '171339.470000', '171339.930000', '171340.390000', '171340.850000', '171341.310000', '171341.770000', '171342.230000', '171342.690000', '171343.150000', '171343.610000', '171344.070000', '171344.530000', '171344.990000', '171345.450000', '171345.910000', '171346.370000', '171346.830000', '171347.290000', '171347.750000', '171348.210000', '171348.670000', '171349.130000', '171349.590000', '171350.050000', '171350.510000', '171350.970000', '171351.430000', '171351.890000', '171352.350000', '171352.810000', '171353.270000', '171353.730000', '171354.190000', '171354.650000', '171355.110000', '171355.570000', '171356.030000', '171356.490000', '171356.950000', '171357.410000', '171357.870000', '171358.330000', '171358.790000', '171359.250000', '171359.710000', '171400.170000', '171400.630000', '171401.090000', '171401.550000', '171402.010000', '171402.470000', '171402.930000', '171403.390000', '171403.850000', '171404.310000', '171404.770000', '171405.230000', '171405.690000', '171406.150000', '171406.610000', '171407.070000', '171407.530000', '171407.990000', '171408.450000', '171408.910000', '171409.370000', '171409.830000', '171410.290000', '171410.750000', '171411.210000', '171411.670000', '171412.130000', '171412.590000', '171413.050000', '171413.510000', '171413.970000', '171414.430000', '171414.890000', '171415.350000', '171415.810000', '171416.270000', '171416.730000', '171417.190000', '171417.650000', '171418.110000', '171418.570000', '171419.030000', '171419.490000', '171419.950000', '171420.410000', '171420.870000', '171421.330000', '171421.790000', '171422.250000', '171422.710000', '171423.170000', '171423.630000', '171424.090000', '171424.550000', '171425.010000', '171425.470000', '171425.930000', '171426.390000', '171426.850000', '171427.310000', '171427.770000', '171428.230000', '171428.690000', '171429.150000', '171429.610000', '171430.070000', '171430.530000', '171430.990000', '171431.450000', '171431.910000', '171432.370000', '171432.830000', '171433.290000', '171433.750000', '171434.210000', '171434.670000', '171435.130000', '171435.590000', '171436.050000', '171436.510000', '171436.970000', '171437.430000', '171437.890000', '171438.350000', '171438.810000', '171439.270000', '171439.730000', '171440.190000', '171440.650000', '171441.110000', '171441.570000', '171442.030000', '171442.490000', '171442.950000', '171443.410000', '171443.870000', '171444.330000', '171444.790000', '171445.250000', '171445.710000', '171446.170000', '171446.630000', '171447.090000', '171447.550000', '171448.010000', '171448.470000', '171448.930000', '171449.390000', '171449.850000', '171450.310000', '171450.770000', '171451.230000', '171451.690000', '171452.150000', '171452.610000', '171453.070000', '171453.530000', '171453.990000', '171454.450000', '171454.910000', '171455.370000', '171455.830000', '171456.290000', '171456.750000', '171457.210000', '171457.670000', '171458.130000', '171458.590000', '171459.050000', '171459.510000', '171459.970000', '171500.430000', '171500.890000', '171501.350000', '171501.810000', '171502.270000', '171502.730000', '171503.190000', '171503.650000', '171504.110000', '171504.570000', '171505.030000', '171505.490000', '171505.950000', '171506.410000', '171506.870000', '171507.330000', '171507.790000', '171508.250000', '171508.710000', '171509.170000', '171509.630000', '171510.090000', '171510.550000', '171511.010000', '171511.470000', '171511.930000', '171512.390000', '171512.850000', '171513.310000', '171513.770000', '171514.230000', '171514.690000', '171515.150000', '171515.610000', '171516.070000', '171516.530000', '171516.990000', '171517.450000', '171517.910000', '171518.370000', '171518.830000', '171519.290000', '171519.750000', '171520.210000', '171520.670000', '171521.130000', '171521.590000', '171522.050000', '171522.510000', '171522.970000', '171523.430000', '171523.890000', '171524.350000', '171524.810000', '171525.270000', '171525.730000', '171526.190000', '171526.650000', '171527.110000', '171527.570000', '171528.030000', '171528.490000', '171528.950000', '171529.410000', '171529.870000', '171530.330000', '171530.790000', '171531.250000', '171531.710000', '171532.170000', '171532.630000', '171533.090000', '171533.550000', '171534.010000', '171534.470000', '171534.930000', '171535.390000', '171535.850000', '171536.310000', '171536.770000', '171537.230000', '171537.690000', '171538.150000', '171538.610000', '171539.070000', '171539.530000', '171539.990000', '171540.450000', '171540.910000', '171541.370000', '171541.830000', '171542.290000', '171542.750000', '171543.210000', '171543.670000', '171544.130000', '171544.590000', '171545.050000', '171545.510000', '171545.970000', '171546.430000', '171546.890000', '171547.350000', '171547.810000', '171548.270000', '171548.730000', '171549.190000', '171549.650000', '171550.110000', '171550.570000', '171551.030000', '171551.490000', '171551.950000', '171552.410000', '171552.870000', '171553.330000', '171553.790000', '171554.250000', '171554.710000', '171555.170000', '171555.630000', '171556.090000', '171556.550000', '171557.010000', '171557.470000', '171557.930000', '171558.390000', '171558.850000', '171559.310000', '171559.770000', '171600.230000', '171600.690000', '171601.150000', '171601.610000', '171602.070000', '171602.530000', '171602.990000', '171603.450000', '171603.910000', '171604.370000', '171604.830000', '171605.290000', '171605.750000', '171606.210000', '171606.670000', '171607.130000', '171607.590000', '171608.050000', '171608.510000', '171608.970000', '171609.430000', '171609.890000', '171610.350000', '171610.810000', '171611.270000', '171611.730000', '171612.190000', '171612.650000', '171613.110000', '171613.570000', '171614.030000', '171614.490000', '171614.950000', '171615.410000', '171615.870000', '171616.330000', '171616.790000', '171617.250000', '171617.710000', '171618.170000', '171618.630000', '171619.090000', '171619.550000', '171620.010000', '171620.470000', '171620.930000', '171621.390000', '171621.850000', '171622.310000', '171622.770000', '171623.230000', '171623.690000', '171624.150000', '171624.610000', '171625.070000', '171625.530000', '171625.990000', '171626.450000', '171626.910000', '171627.370000', '171627.830000', '171628.290000', '171628.750000', '171629.210000', '171629.670000', '171630.130000', '171630.590000', '171631.050000', '171631.510000', '171631.970000', '171632.430000', '171632.890000', '171633.350000', '171633.810000', '171634.270000', '171634.730000', '171635.190000', '171635.650000', '171636.110000', '171636.570000', '171637.030000', '171637.490000', '171637.950000', '171638.410000', '171638.870000', '171639.330000', '171639.790000', '171640.250000', '171640.710000', '171641.170000', '171641.630000', '171642.090000', '171642.550000', '171643.010000', '171643.470000', '171643.930000', '171644.390000', '171644.850000', '171645.310000', '171645.770000', '171646.230000', '171646.690000', '171647.150000', '171647.610000', '171648.070000', '171648.530000', '171648.990000', '171649.450000', '171649.910000', '171650.370000', '171650.830000', '171651.290000', '171651.750000', '171652.210000', '171652.670000', '171653.130000', '171653.590000', '171654.050000', '171654.510000', '171654.970000', '171655.430000', '171655.890000', '171656.350000', '171656.810000', '171657.270000', '171657.730000', '171658.190000', '171658.650000', '171659.110000', '171659.570000', '171700.030000', '171700.490000', '171700.950000', '171701.410000', '171701.870000', '171702.330000', '171702.790000', '171703.250000', '171703.710000', '171704.170000', '171704.630000', '171705.090000', '171705.550000', '171706.010000', '171706.470000', '171706.930000', '171707.390000', '171707.850000', '171708.310000', '171708.770000', '171709.230000', '171709.690000', '171710.150000', '171710.610000', '171711.070000', '171711.530000', '171711.990000', '171712.450000', '171712.910000', '171713.370000', '171713.830000', '171714.290000', '171714.750000', '171715.210000', '171715.670000', '171716.130000', '171716.590000', '171717.050000', '171717.510000', '171717.970000', '171718.430000', '171718.890000', '171719.350000', '171719.810000', '171720.270000', '171720.730000', '171721.190000', '171721.650000', '171722.110000', '171722.570000', '171723.030000', '171723.490000', '171723.950000', '171724.410000', '171724.870000', '171725.330000', '171725.790000', '171726.250000', '171726.710000', '171727.170000', '171727.630000', '171728.090000'], 'ContentTime': ['171042.547000', '171042.561000', '171042.566000', '171042.570000', '171042.573000', '171042.576000', '171042.579000', '171042.582000', '171042.585000', '171042.587000', '171042.590000', '171042.593000', '171042.596000', '171042.599000', '171042.602000', '171042.605000', '171042.607000', '171042.610000', '171042.617000', '171042.620000', '171042.623000', '171042.626000', '171042.629000', '171042.632000', '171042.635000', '171042.638000', '171042.641000', '171042.644000', '171042.648000', '171042.650000', '171102.508000', '171102.511000', '171102.514000', '171102.520000', '171102.523000', '171102.525000', '171102.528000', '171102.531000', '171102.537000', '171102.540000', '171102.543000', '171102.546000', '171102.549000', '171102.551000', '171102.554000', '171102.557000', '171102.560000', '171102.562000', '171102.565000', '171102.568000', '171102.571000', '171102.574000', '171102.577000', '171102.579000', '171102.582000', '171102.585000', '171102.588000', '171102.591000', '171102.594000', '171102.596000', '171102.599000', '171102.602000', '171102.605000', '171102.607000', '171102.610000', '171102.613000', '171102.616000', '171102.618000', '171102.621000', '171102.624000', '171102.627000', '171102.630000', '171102.632000', '171102.635000', '171122.508000', '171122.511000', '171122.514000', '171122.516000', '171122.519000', '171122.522000', '171122.525000', '171122.528000', '171122.530000', '171122.533000', '171122.536000', '171122.539000', '171122.542000', '171122.544000', '171122.547000', '171122.550000', '171122.553000', '171122.556000', '171122.558000', '171122.561000', '171122.564000', '171122.567000', '171122.570000', '171122.573000', '171122.575000', '171122.579000', '171122.584000', '171122.587000', '171122.602000', '171122.605000', '171122.608000', '171122.611000', '171122.613000', '171122.616000', '171122.619000', '171122.622000', '171122.625000', '171122.627000', '171122.630000', '171122.633000', '171122.636000', '171122.639000', '171122.642000', '171142.508000', '171142.511000', '171142.514000', '171142.516000', '171142.519000', '171142.522000', '171142.525000', '171142.528000', '171142.530000', '171142.533000', '171142.536000', '171142.539000', '171142.542000', '171142.544000', '171142.547000', '171142.550000', '171142.553000', '171142.556000', '171142.559000', '171142.561000', '171142.564000', '171142.567000', '171142.570000', '171142.573000', '171142.576000', '171142.578000', '171142.581000', '171142.584000', '171142.587000', '171142.590000', '171142.593000', '171142.595000', '171142.598000', '171142.601000', '171142.604000', '171142.607000', '171142.609000', '171142.612000', '171142.615000', '171142.618000', '171142.621000', '171142.624000', '171142.626000', '171142.629000', '171202.508000', '171202.511000', '171202.514000', '171202.516000', '171202.519000', '171202.522000', '171202.525000', '171202.528000', '171202.531000', '171202.533000', '171202.536000', '171202.539000', '171202.543000', '171202.546000', '171202.549000', '171202.552000', '171202.555000', '171202.557000', '171202.560000', '171202.563000', '171202.566000', '171202.569000', '171202.588000', '171202.591000', '171202.593000', '171202.596000', '171202.599000', '171202.602000', '171202.606000', '171202.610000', '171202.613000', '171202.616000', '171202.619000', '171202.622000', '171202.625000', '171202.627000', '171202.630000', '171202.633000', '171202.636000', '171202.639000', '171202.641000', '171202.644000', '171202.647000', '171222.507000', '171222.510000', '171222.513000', '171222.516000', '171222.518000', '171222.521000', '171222.524000', '171222.527000', '171222.530000', '171222.532000', '171222.535000', '171222.538000', '171222.541000', '171222.544000', '171222.547000', '171222.550000', '171222.552000', '171222.555000', '171222.558000', '171222.561000', '171222.564000', '171222.567000', '171222.570000', '171222.573000', '171222.575000', '171222.578000', '171222.581000', '171222.584000', '171222.587000', '171222.589000', '171222.592000', '171222.595000', '171222.598000', '171222.601000', '171222.604000', '171222.606000', '171222.609000', '171222.612000', '171222.615000', '171222.618000', '171222.620000', '171222.623000', '171222.626000', '171222.629000', '171242.507000', '171242.510000', '171242.513000', '171242.515000', '171242.518000', '171242.521000', '171242.524000', '171242.527000', '171242.530000', '171242.533000', '171242.536000', '171242.539000', '171242.542000', '171242.545000', '171242.548000', '171242.550000', '171242.553000', '171242.556000', '171242.559000', '171242.562000', '171242.565000', '171242.567000', '171242.570000', '171242.573000', '171242.576000', '171242.579000', '171242.582000', '171242.584000', '171242.587000', '171242.590000', '171242.593000', '171242.595000', '171242.598000', '171242.601000', '171242.604000', '171242.607000', '171242.610000', '171242.613000', '171242.617000', '171242.619000', '171242.622000', '171242.625000', '171242.628000', '171302.508000', '171302.511000', '171302.514000', '171302.516000', '171302.519000', '171302.522000', '171302.525000', '171302.528000', '171302.531000', '171302.533000', '171302.536000', '171302.539000', '171302.542000', '171302.545000', '171302.548000', '171302.550000', '171302.553000', '171302.556000', '171302.559000', '171302.562000', '171302.565000', '171302.567000', '171302.570000', '171302.573000', '171302.576000', '171302.579000', '171302.582000', '171302.584000', '171302.587000', '171302.590000', '171302.593000', '171302.596000', '171302.599000', '171302.601000', '171302.604000', '171302.607000', '171302.610000', '171302.613000', '171302.616000', '171302.619000', '171302.621000', '171302.624000', '171302.627000', '171302.630000', '171322.508000', '171322.511000', '171322.514000', '171322.517000', '171322.520000', '171322.522000', '171322.525000', '171322.528000', '171322.531000', '171322.533000', '171322.536000', '171322.539000', '171322.542000', '171322.545000', '171322.548000', '171322.551000', '171322.553000', '171322.556000', '171322.559000', '171322.562000', '171322.565000', '171322.568000', '171322.571000', '171322.573000', '171322.576000', '171322.581000', '171322.584000', '171322.587000', '171322.590000', '171322.592000', '171322.595000', '171322.598000', '171322.601000', '171322.604000', '171322.607000', '171322.609000', '171322.612000', '171322.615000', '171322.618000', '171322.621000', '171322.623000', '171322.626000', '171322.629000', '171342.508000', '171342.511000', '171342.514000', '171342.517000', '171342.519000', '171342.522000', '171342.525000', '171342.528000', '171342.531000', '171342.533000', '171342.536000', '171342.539000', '171342.542000', '171342.545000', '171342.548000', '171342.551000', '171342.553000', '171342.556000', '171342.567000', '171342.570000', '171342.573000', '171342.575000', '171342.578000', '171342.581000', '171342.584000', '171342.587000', '171342.589000', '171342.592000', '171342.595000', '171342.598000', '171342.601000', '171342.604000', '171342.607000', '171342.609000', '171342.612000', '171342.615000', '171342.618000', '171342.621000', '171342.623000', '171342.626000', '171342.629000', '171342.632000', '171342.635000', '171342.637000', '171402.508000', '171402.511000', '171402.514000', '171402.517000', '171402.519000', '171402.522000', '171402.525000', '171402.528000', '171402.531000', '171402.533000', '171402.536000', '171402.539000', '171402.542000', '171402.545000', '171402.548000', '171402.550000', '171402.553000', '171402.556000', '171402.559000', '171402.562000', '171402.565000', '171402.567000', '171402.570000', '171402.573000', '171402.576000', '171402.579000', '171402.582000', '171402.585000', '171402.587000', '171402.590000', '171402.593000', '171402.596000', '171402.599000', '171402.602000', '171402.604000', '171402.607000', '171402.610000', '171402.613000', '171402.616000', '171402.618000', '171402.621000', '171402.624000', '171402.627000', '171422.508000', '171422.511000', '171422.514000', '171422.516000', '171422.519000', '171422.522000', '171422.525000', '171422.528000', '171422.531000', '171422.533000', '171422.536000', '171422.539000', '171422.542000', '171422.545000', '171422.547000', '171422.550000', '171422.553000', '171422.556000', '171422.559000', '171422.562000', '171422.564000', '171422.567000', '171422.570000', '171422.573000', '171422.576000', '171422.579000', '171422.581000', '171422.584000', '171422.587000', '171422.590000', '171422.593000', '171422.596000', '171422.598000', '171422.601000', '171422.604000', '171422.607000', '171422.610000', '171422.612000', '171422.615000', '171422.618000', '171422.621000', '171422.624000', '171422.626000', '171422.629000', '171442.507000', '171442.510000', '171442.513000', '171442.516000', '171442.518000', '171442.521000', '171442.524000', '171442.527000', '171442.530000', '171442.533000', '171442.535000', '171442.538000', '171442.541000', '171442.544000', '171442.547000', '171442.550000', '171442.553000', '171442.555000', '171442.558000', '171442.561000', '171442.564000', '171442.567000', '171442.570000', '171442.573000', '171442.576000', '171442.578000', '171442.581000', '171442.584000', '171442.587000', '171442.590000', '171442.593000', '171442.596000', '171442.598000', '171442.601000', '171442.604000', '171442.607000', '171442.610000', '171442.612000', '171442.615000', '171442.620000', '171442.623000', '171442.626000', '171442.629000', '171502.508000', '171502.511000', '171502.514000', '171502.517000', '171502.519000', '171502.522000', '171502.525000', '171502.528000', '171502.531000', '171502.534000', '171502.536000', '171502.539000', '171502.542000', '171502.545000', '171502.548000', '171502.551000', '171502.554000', '171502.557000', '171502.559000', '171502.562000', '171502.565000', '171502.568000', '171502.571000', '171502.573000', '171502.576000', '171502.579000', '171502.582000', '171502.585000', '171502.588000', '171502.591000', '171502.594000', '171502.596000', '171502.599000', '171502.602000', '171502.605000', '171502.608000', '171502.611000', '171502.613000', '171502.616000', '171502.619000', '171502.622000', '171502.625000', '171502.628000', '171502.644000', '171522.508000', '171522.511000', '171522.514000', '171522.517000', '171522.519000', '171522.522000', '171522.525000', '171522.528000', '171522.531000', '171522.534000', '171522.536000', '171522.539000', '171522.542000', '171522.545000', '171522.548000', '171522.551000', '171522.554000', '171522.557000', '171522.559000', '171522.562000', '171522.565000', '171522.568000', '171522.571000', '171522.574000', '171522.577000', '171522.580000', '171522.582000', '171522.585000', '171522.588000', '171522.591000', '171522.594000', '171522.597000', '171522.599000', '171522.602000', '171522.605000', '171522.608000', '171522.611000', '171522.614000', '171522.616000', '171522.619000', '171522.622000', '171522.625000', '171522.628000', '171542.508000', '171542.511000', '171542.514000', '171542.517000', '171542.519000', '171542.522000', '171542.525000', '171542.528000', '171542.531000', '171542.534000', '171542.536000', '171542.539000', '171542.542000', '171542.545000', '171542.548000', '171542.551000', '171542.554000', '171542.556000', '171542.559000', '171542.562000', '171542.565000', '171542.570000', '171542.573000', '171542.576000', '171542.579000', '171542.582000', '171542.585000', '171542.587000', '171542.590000', '171542.593000', '171542.596000', '171542.599000', '171542.601000', '171542.604000', '171542.607000', '171542.610000', '171542.613000', '171542.615000', '171542.618000', '171542.621000', '171542.624000', '171542.627000', '171542.630000', '171542.632000', '171602.508000', '171602.511000', '171602.514000', '171602.516000', '171602.519000', '171602.522000', '171602.525000', '171602.528000', '171602.531000', '171602.533000', '171602.536000', '171602.539000', '171602.542000', '171602.545000', '171602.548000', '171602.551000', '171602.553000', '171602.556000', '171602.559000', '171602.562000', '171602.565000', '171602.568000', '171602.571000', '171602.574000', '171602.576000', '171602.579000', '171602.582000', '171602.585000', '171602.588000', '171602.591000', '171602.593000', '171602.596000', '171602.599000', '171602.602000', '171602.605000', '171602.608000', '171602.610000', '171602.613000', '171602.616000', '171602.619000', '171602.622000', '171602.625000', '171602.627000', '171622.508000', '171622.511000', '171622.514000', '171622.517000', '171622.519000', '171622.522000', '171622.525000', '171622.528000', '171622.531000', '171622.533000', '171622.536000', '171622.539000', '171622.542000', '171622.545000', '171622.548000', '171622.551000', '171622.553000', '171622.556000', '171622.559000', '171622.562000', '171622.565000', '171622.567000', '171622.570000', '171622.573000', '171622.576000', '171622.580000', '171622.583000', '171622.586000', '171622.589000', '171622.591000', '171622.594000', '171622.597000', '171622.600000', '171622.603000', '171622.606000', '171622.608000', '171622.611000', '171622.614000', '171622.617000', '171622.620000', '171622.623000', '171622.626000', '171622.628000', '171642.508000', '171642.511000', '171642.514000', '171642.517000', '171642.520000', '171642.522000', '171642.525000', '171642.528000', '171642.531000', '171642.534000', '171642.536000', '171642.548000', '171642.551000', '171642.554000', '171642.557000', '171642.560000', '171642.563000', '171642.566000', '171642.568000', '171642.571000', '171642.574000', '171642.577000', '171642.580000', '171642.583000', '171642.585000', '171642.588000', '171642.591000', '171642.594000', '171642.597000', '171642.600000', '171642.602000', '171642.605000', '171642.608000', '171642.611000', '171642.614000', '171642.616000', '171642.619000', '171642.622000', '171642.625000', '171642.628000', '171642.631000', '171642.633000', '171642.636000', '171642.639000', '171702.507000', '171702.510000', '171702.513000', '171702.516000', '171702.519000', '171702.522000', '171702.525000', '171702.527000', '171702.532000', '171702.537000', '171702.540000', '171702.542000', '171702.545000', '171702.548000', '171702.551000', '171702.554000', '171702.557000', '171702.560000', '171702.562000', '171702.565000', '171702.568000', '171702.571000', '171702.574000', '171702.577000', '171702.579000', '171702.582000', '171702.585000', '171702.588000', '171702.591000', '171702.594000', '171702.596000', '171702.599000', '171702.602000', '171702.605000', '171702.608000', '171702.610000', '171702.613000', '171702.616000', '171702.619000', '171702.622000', '171702.624000', '171702.627000', '171702.630000', '171722.508000', '171722.511000', '171722.514000', '171722.517000', '171722.519000', '171722.522000', '171722.525000', '171722.528000', '171722.531000', '171722.533000', '171722.536000', '171722.539000', '171722.542000', '171722.545000', '171722.548000', '171722.550000', '171722.553000', '171722.556000', '171722.559000', '171722.562000', '171722.565000', '171722.568000', '171722.570000', '171722.573000', '171722.576000', '171722.579000', '171722.582000', '171722.585000', '171722.587000', '171722.590000', '171722.593000', '171722.596000', '171722.599000', '171722.602000', '171722.604000', '171722.607000', '171722.610000', '171722.617000', '171722.620000', '171722.623000', '171722.626000', '171722.628000', '171722.631000', '171722.634000', '171728.808000', '171728.811000', '171728.814000', '171728.817000', '171728.820000', '171728.823000', '171728.826000', '171728.829000', '171728.832000', '171728.834000', '171728.837000', '171728.840000', '171728.843000', '171728.846000'], 'InstanceCreationTime': ['171042.547000', '171042.561000', '171042.566000', '171042.570000', '171042.573000', '171042.576000', '171042.579000', '171042.582000', '171042.585000', '171042.587000', '171042.590000', '171042.593000', '171042.596000', '171042.599000', '171042.602000', '171042.605000', '171042.607000', '171042.610000', '171042.617000', '171042.620000', '171042.623000', '171042.626000', '171042.629000', '171042.632000', '171042.635000', '171042.638000', '171042.641000', '171042.644000', '171042.648000', '171042.650000', '171102.508000', '171102.511000', '171102.514000', '171102.520000', '171102.523000', '171102.525000', '171102.528000', '171102.531000', '171102.537000', '171102.540000', '171102.543000', '171102.546000', '171102.549000', '171102.551000', '171102.554000', '171102.557000', '171102.560000', '171102.562000', '171102.565000', '171102.568000', '171102.571000', '171102.574000', '171102.577000', '171102.579000', '171102.582000', '171102.585000', '171102.588000', '171102.591000', '171102.594000', '171102.596000', '171102.599000', '171102.602000', '171102.605000', '171102.607000', '171102.610000', '171102.613000', '171102.616000', '171102.618000', '171102.621000', '171102.624000', '171102.627000', '171102.630000', '171102.632000', '171102.635000', '171122.508000', '171122.511000', '171122.514000', '171122.516000', '171122.519000', '171122.522000', '171122.525000', '171122.528000', '171122.530000', '171122.533000', '171122.536000', '171122.539000', '171122.542000', '171122.544000', '171122.547000', '171122.550000', '171122.553000', '171122.556000', '171122.558000', '171122.561000', '171122.564000', '171122.567000', '171122.570000', '171122.573000', '171122.575000', '171122.579000', '171122.584000', '171122.587000', '171122.602000', '171122.605000', '171122.608000', '171122.611000', '171122.613000', '171122.616000', '171122.619000', '171122.622000', '171122.625000', '171122.627000', '171122.630000', '171122.633000', '171122.636000', '171122.639000', '171122.642000', '171142.508000', '171142.511000', '171142.514000', '171142.516000', '171142.519000', '171142.522000', '171142.525000', '171142.528000', '171142.530000', '171142.533000', '171142.536000', '171142.539000', '171142.542000', '171142.544000', '171142.547000', '171142.550000', '171142.553000', '171142.556000', '171142.559000', '171142.561000', '171142.564000', '171142.567000', '171142.570000', '171142.573000', '171142.576000', '171142.578000', '171142.581000', '171142.584000', '171142.587000', '171142.590000', '171142.593000', '171142.595000', '171142.598000', '171142.601000', '171142.604000', '171142.607000', '171142.609000', '171142.612000', '171142.615000', '171142.618000', '171142.621000', '171142.624000', '171142.626000', '171142.629000', '171202.508000', '171202.511000', '171202.514000', '171202.516000', '171202.519000', '171202.522000', '171202.525000', '171202.528000', '171202.531000', '171202.533000', '171202.536000', '171202.539000', '171202.543000', '171202.546000', '171202.549000', '171202.552000', '171202.555000', '171202.557000', '171202.560000', '171202.563000', '171202.566000', '171202.569000', '171202.588000', '171202.591000', '171202.593000', '171202.596000', '171202.599000', '171202.602000', '171202.606000', '171202.610000', '171202.613000', '171202.616000', '171202.619000', '171202.622000', '171202.625000', '171202.627000', '171202.630000', '171202.633000', '171202.636000', '171202.639000', '171202.641000', '171202.644000', '171202.647000', '171222.507000', '171222.510000', '171222.513000', '171222.516000', '171222.518000', '171222.521000', '171222.524000', '171222.527000', '171222.530000', '171222.532000', '171222.535000', '171222.538000', '171222.541000', '171222.544000', '171222.547000', '171222.550000', '171222.552000', '171222.555000', '171222.558000', '171222.561000', '171222.564000', '171222.567000', '171222.570000', '171222.573000', '171222.575000', '171222.578000', '171222.581000', '171222.584000', '171222.587000', '171222.589000', '171222.592000', '171222.595000', '171222.598000', '171222.601000', '171222.604000', '171222.606000', '171222.609000', '171222.612000', '171222.615000', '171222.618000', '171222.620000', '171222.623000', '171222.626000', '171222.629000', '171242.507000', '171242.510000', '171242.513000', '171242.515000', '171242.518000', '171242.521000', '171242.524000', '171242.527000', '171242.530000', '171242.533000', '171242.536000', '171242.539000', '171242.542000', '171242.545000', '171242.548000', '171242.550000', '171242.553000', '171242.556000', '171242.559000', '171242.562000', '171242.565000', '171242.567000', '171242.570000', '171242.573000', '171242.576000', '171242.579000', '171242.582000', '171242.584000', '171242.587000', '171242.590000', '171242.593000', '171242.595000', '171242.598000', '171242.601000', '171242.604000', '171242.607000', '171242.610000', '171242.613000', '171242.617000', '171242.619000', '171242.622000', '171242.625000', '171242.628000', '171302.508000', '171302.511000', '171302.514000', '171302.516000', '171302.519000', '171302.522000', '171302.525000', '171302.528000', '171302.531000', '171302.533000', '171302.536000', '171302.539000', '171302.542000', '171302.545000', '171302.548000', '171302.550000', '171302.553000', '171302.556000', '171302.559000', '171302.562000', '171302.565000', '171302.567000', '171302.570000', '171302.573000', '171302.576000', '171302.579000', '171302.582000', '171302.584000', '171302.587000', '171302.590000', '171302.593000', '171302.596000', '171302.599000', '171302.601000', '171302.604000', '171302.607000', '171302.610000', '171302.613000', '171302.616000', '171302.619000', '171302.621000', '171302.624000', '171302.627000', '171302.630000', '171322.508000', '171322.511000', '171322.514000', '171322.517000', '171322.520000', '171322.522000', '171322.525000', '171322.528000', '171322.531000', '171322.533000', '171322.536000', '171322.539000', '171322.542000', '171322.545000', '171322.548000', '171322.551000', '171322.553000', '171322.556000', '171322.559000', '171322.562000', '171322.565000', '171322.568000', '171322.571000', '171322.573000', '171322.576000', '171322.581000', '171322.584000', '171322.587000', '171322.590000', '171322.592000', '171322.595000', '171322.598000', '171322.601000', '171322.604000', '171322.607000', '171322.609000', '171322.612000', '171322.615000', '171322.618000', '171322.621000', '171322.623000', '171322.626000', '171322.629000', '171342.508000', '171342.511000', '171342.514000', '171342.517000', '171342.519000', '171342.522000', '171342.525000', '171342.528000', '171342.531000', '171342.533000', '171342.536000', '171342.539000', '171342.542000', '171342.545000', '171342.548000', '171342.551000', '171342.553000', '171342.556000', '171342.567000', '171342.570000', '171342.573000', '171342.575000', '171342.578000', '171342.581000', '171342.584000', '171342.587000', '171342.589000', '171342.592000', '171342.595000', '171342.598000', '171342.601000', '171342.604000', '171342.607000', '171342.609000', '171342.612000', '171342.615000', '171342.618000', '171342.621000', '171342.623000', '171342.626000', '171342.629000', '171342.632000', '171342.635000', '171342.637000', '171402.508000', '171402.511000', '171402.514000', '171402.517000', '171402.519000', '171402.522000', '171402.525000', '171402.528000', '171402.531000', '171402.533000', '171402.536000', '171402.539000', '171402.542000', '171402.545000', '171402.548000', '171402.550000', '171402.553000', '171402.556000', '171402.559000', '171402.562000', '171402.565000', '171402.567000', '171402.570000', '171402.573000', '171402.576000', '171402.579000', '171402.582000', '171402.585000', '171402.587000', '171402.590000', '171402.593000', '171402.596000', '171402.599000', '171402.602000', '171402.604000', '171402.607000', '171402.610000', '171402.613000', '171402.616000', '171402.618000', '171402.621000', '171402.624000', '171402.627000', '171422.508000', '171422.511000', '171422.514000', '171422.516000', '171422.519000', '171422.522000', '171422.525000', '171422.528000', '171422.531000', '171422.533000', '171422.536000', '171422.539000', '171422.542000', '171422.545000', '171422.547000', '171422.550000', '171422.553000', '171422.556000', '171422.559000', '171422.562000', '171422.564000', '171422.567000', '171422.570000', '171422.573000', '171422.576000', '171422.579000', '171422.581000', '171422.584000', '171422.587000', '171422.590000', '171422.593000', '171422.596000', '171422.598000', '171422.601000', '171422.604000', '171422.607000', '171422.610000', '171422.612000', '171422.615000', '171422.618000', '171422.621000', '171422.624000', '171422.626000', '171422.629000', '171442.507000', '171442.510000', '171442.513000', '171442.516000', '171442.518000', '171442.521000', '171442.524000', '171442.527000', '171442.530000', '171442.533000', '171442.535000', '171442.538000', '171442.541000', '171442.544000', '171442.547000', '171442.550000', '171442.553000', '171442.555000', '171442.558000', '171442.561000', '171442.564000', '171442.567000', '171442.570000', '171442.573000', '171442.576000', '171442.578000', '171442.581000', '171442.584000', '171442.587000', '171442.590000', '171442.593000', '171442.596000', '171442.598000', '171442.601000', '171442.604000', '171442.607000', '171442.610000', '171442.612000', '171442.615000', '171442.620000', '171442.623000', '171442.626000', '171442.629000', '171502.508000', '171502.511000', '171502.514000', '171502.517000', '171502.519000', '171502.522000', '171502.525000', '171502.528000', '171502.531000', '171502.534000', '171502.536000', '171502.539000', '171502.542000', '171502.545000', '171502.548000', '171502.551000', '171502.554000', '171502.557000', '171502.559000', '171502.562000', '171502.565000', '171502.568000', '171502.571000', '171502.573000', '171502.576000', '171502.579000', '171502.582000', '171502.585000', '171502.588000', '171502.591000', '171502.594000', '171502.596000', '171502.599000', '171502.602000', '171502.605000', '171502.608000', '171502.611000', '171502.613000', '171502.616000', '171502.619000', '171502.622000', '171502.625000', '171502.628000', '171502.644000', '171522.508000', '171522.511000', '171522.514000', '171522.517000', '171522.519000', '171522.522000', '171522.525000', '171522.528000', '171522.531000', '171522.534000', '171522.536000', '171522.539000', '171522.542000', '171522.545000', '171522.548000', '171522.551000', '171522.554000', '171522.557000', '171522.559000', '171522.562000', '171522.565000', '171522.568000', '171522.571000', '171522.574000', '171522.577000', '171522.580000', '171522.582000', '171522.585000', '171522.588000', '171522.591000', '171522.594000', '171522.597000', '171522.599000', '171522.602000', '171522.605000', '171522.608000', '171522.611000', '171522.614000', '171522.616000', '171522.619000', '171522.622000', '171522.625000', '171522.628000', '171542.508000', '171542.511000', '171542.514000', '171542.517000', '171542.519000', '171542.522000', '171542.525000', '171542.528000', '171542.531000', '171542.534000', '171542.536000', '171542.539000', '171542.542000', '171542.545000', '171542.548000', '171542.551000', '171542.554000', '171542.556000', '171542.559000', '171542.562000', '171542.565000', '171542.570000', '171542.573000', '171542.576000', '171542.579000', '171542.582000', '171542.585000', '171542.587000', '171542.590000', '171542.593000', '171542.596000', '171542.599000', '171542.601000', '171542.604000', '171542.607000', '171542.610000', '171542.613000', '171542.615000', '171542.618000', '171542.621000', '171542.624000', '171542.627000', '171542.630000', '171542.632000', '171602.508000', '171602.511000', '171602.514000', '171602.516000', '171602.519000', '171602.522000', '171602.525000', '171602.528000', '171602.531000', '171602.533000', '171602.536000', '171602.539000', '171602.542000', '171602.545000', '171602.548000', '171602.551000', '171602.553000', '171602.556000', '171602.559000', '171602.562000', '171602.565000', '171602.568000', '171602.571000', '171602.574000', '171602.576000', '171602.579000', '171602.582000', '171602.585000', '171602.588000', '171602.591000', '171602.593000', '171602.596000', '171602.599000', '171602.602000', '171602.605000', '171602.608000', '171602.610000', '171602.613000', '171602.616000', '171602.619000', '171602.622000', '171602.625000', '171602.627000', '171622.508000', '171622.511000', '171622.514000', '171622.517000', '171622.519000', '171622.522000', '171622.525000', '171622.528000', '171622.531000', '171622.533000', '171622.536000', '171622.539000', '171622.542000', '171622.545000', '171622.548000', '171622.551000', '171622.553000', '171622.556000', '171622.559000', '171622.562000', '171622.565000', '171622.567000', '171622.570000', '171622.573000', '171622.576000', '171622.580000', '171622.583000', '171622.586000', '171622.589000', '171622.591000', '171622.594000', '171622.597000', '171622.600000', '171622.603000', '171622.606000', '171622.608000', '171622.611000', '171622.614000', '171622.617000', '171622.620000', '171622.623000', '171622.626000', '171622.628000', '171642.508000', '171642.511000', '171642.514000', '171642.517000', '171642.520000', '171642.522000', '171642.525000', '171642.528000', '171642.531000', '171642.534000', '171642.536000', '171642.548000', '171642.551000', '171642.554000', '171642.557000', '171642.560000', '171642.563000', '171642.566000', '171642.568000', '171642.571000', '171642.574000', '171642.577000', '171642.580000', '171642.583000', '171642.585000', '171642.588000', '171642.591000', '171642.594000', '171642.597000', '171642.600000', '171642.602000', '171642.605000', '171642.608000', '171642.611000', '171642.614000', '171642.616000', '171642.619000', '171642.622000', '171642.625000', '171642.628000', '171642.631000', '171642.633000', '171642.636000', '171642.639000', '171702.507000', '171702.510000', '171702.513000', '171702.516000', '171702.519000', '171702.522000', '171702.525000', '171702.527000', '171702.532000', '171702.537000', '171702.540000', '171702.542000', '171702.545000', '171702.548000', '171702.551000', '171702.554000', '171702.557000', '171702.560000', '171702.562000', '171702.565000', '171702.568000', '171702.571000', '171702.574000', '171702.577000', '171702.579000', '171702.582000', '171702.585000', '171702.588000', '171702.591000', '171702.594000', '171702.596000', '171702.599000', '171702.602000', '171702.605000', '171702.608000', '171702.610000', '171702.613000', '171702.616000', '171702.619000', '171702.622000', '171702.624000', '171702.627000', '171702.630000', '171722.508000', '171722.511000', '171722.514000', '171722.517000', '171722.519000', '171722.522000', '171722.525000', '171722.528000', '171722.531000', '171722.533000', '171722.536000', '171722.539000', '171722.542000', '171722.545000', '171722.548000', '171722.550000', '171722.553000', '171722.556000', '171722.559000', '171722.562000', '171722.565000', '171722.568000', '171722.570000', '171722.573000', '171722.576000', '171722.579000', '171722.582000', '171722.585000', '171722.587000', '171722.590000', '171722.593000', '171722.596000', '171722.599000', '171722.602000', '171722.604000', '171722.607000', '171722.610000', '171722.617000', '171722.620000', '171722.623000', '171722.626000', '171722.628000', '171722.631000', '171722.634000', '171728.808000', '171728.811000', '171728.814000', '171728.817000', '171728.820000', '171728.823000', '171728.826000', '171728.829000', '171728.832000', '171728.834000', '171728.837000', '171728.840000', '171728.843000', '171728.846000'], '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': [8643, 9533, 7769, 9450, 6632, 8949, 6448, 8539, 9065, 8392, 9627, 8110, 9271, 6990, 9221, 6410, 8881, 11694, 8291, 9480, 7705, 9139, 6746, 8564, 6489, 8302, 10547, 7852, 9444, 7368, 8889, 6580, 8217, 11818, 7956, 9580, 7191, 9117, 6613, 7942, 11294, 7627, 9352, 7072, 8932, 6581, 7641, 10085, 7204, 9263, 6622, 8075, 11514, 7236, 9448, 6779, 8520, 8800, 7514, 9494, 6722, 9101, 9971, 7691, 10365, 7227, 9356, 6696, 8185, 12085, 7242, 9905, 6877, 8371, 8739, 7543, 9973, 6585, 9261, 12389, 7752, 10218, 7122, 9060, 6602, 7554, 10176, 6775, 9084, 6984, 7307, 9896, 6639, 8958, 6692, 7647, 10295, 6873, 9427, 6595, 8380, 9428, 7232, 9685, 7101, 9074, 6563, 7933, 10830, 6811, 9647, 6698, 8180, 9170, 6858, 9474, 6502, 9129, 6589, 8913, 6551, 7985, 6610, 8951, 6676, 9924, 7004, 9129, 6910, 8872, 6999, 8099, 6546, 8717, 9517, 7849, 9260, 7629, 8279, 7023, 10843, 6782, 10466, 6681, 9943, 6685, 9507, 6847, 9684, 6640, 9240, 6639, 9102, 6560, 8970, 9056, 7409, 9912, 7518, 9554, 6770, 10166, 6667, 9605, 6498, 8833, 6527, 7850, 8980, 6784, 10138, 6685, 9374, 6503, 9327, 6474, 8357, 6605, 7455, 7552, 7040, 9824, 6850, 9895, 6614, 10470, 6721, 9589, 6514, 9583, 6556, 9626, 6580, 9556, 6611, 9247, 6510, 8656, 12269, 7238, 11005, 6812, 10012, 6462, 8770, 8652, 6861, 9700, 6655, 9414, 6440, 9200, 6604, 6896, 10020, 6634, 9498, 6484, 8339, 7103, 6861, 10232, 6682, 9475, 6549, 9394, 6513, 9551, 7376, 8172, 8618, 7611, 10984, 6724, 9802, 6541, 9620, 6635, 8384, 10675, 6867, 9891, 6542, 9263, 9374, 7263, 10103, 6522, 9341, 6656, 7289, 9895, 6530, 9368, 6491, 8973, 7864, 6712, 9765, 6497, 9314, 6638, 8775, 11297, 6812, 9803, 6610, 9497, 6680, 7445, 10636, 6571, 9823, 6536, 9262, 9508, 6655, 9862, 6619, 9395, 6641, 8888, 6614, 7209, 10361, 6557, 9551, 8163, 7624, 10035, 6584, 9724, 6521, 9044, 10157, 6573, 9528, 6518, 8941, 6836, 8825, 6875, 7192, 8063, 6652, 9511, 6673, 10835, 6513, 10608, 8592, 9842, 8205, 8885, 11314, 7157, 11547, 7697, 10982, 6966, 10100, 6538, 9893, 6766, 8669, 6503, 8215, 7264, 7295, 10400, 6692, 9871, 6794, 9658, 6827, 9457, 6813, 9472, 6578, 9537, 6633, 9215, 7061, 8207, 8004, 8087, 7474, 8185, 6711, 9184, 8385, 8477, 6739, 8569, 9872, 7618, 11168, 6735, 9900, 6752, 9446, 6719, 9227, 6562, 9183, 6721, 8645, 6748, 8826, 6768, 9350, 6930, 9487, 6766, 9338, 6585, 9477, 9378, 8550, 7364, 8374, 10465, 7311, 10552, 6505, 9906, 6477, 9119, 6893, 8198, 9728, 6803, 9465, 6593, 9237, 6541, 8533, 9675, 6905, 9420, 6512, 9361, 6403, 8206, 9098, 6593, 9163, 6510, 9010, 6571, 8450, 8256, 7724, 9995, 6569, 9396, 6678, 9129, 10597, 7376, 10050, 6696, 9311, 6950, 8208, 10218, 6880, 9628, 6593, 9099, 6621, 7702, 9718, 6769, 9375, 6692, 8592, 11300, 6737, 9546, 6400, 9372, 6868, 7606, 9787, 6525, 9163, 6566, 9189, 6560, 8780, 6758, 7780, 9962, 6675, 9687, 6535, 8994, 6540, 8628, 8416, 8118, 6754, 9234, 6470, 8400, 6484, 8784, 6501, 9804, 6794, 10364, 11546, 8154, 11071, 7432, 10539, 7062, 10164, 6890, 9397, 12208, 7916, 10596, 7119, 9872, 6849, 9488, 6581, 8552, 8201, 7965, 10341, 7162, 9895, 7098, 9690, 10856, 8458, 10507, 6974, 9857, 7343, 9238, 12036, 8222, 10329, 6917, 9814, 10438, 8477, 10081, 7970, 10387, 7089, 9896, 6784, 9007, 9391, 8296, 10304, 7773, 9615, 6525, 9581, 7818, 9069, 8308, 8207, 8589, 8089, 9950, 6865, 8752, 6848, 8982, 6932, 9464, 7045, 9180, 7248, 10018, 6845, 10051, 6841, 9071, 11729, 7870, 10310, 6908, 9827, 6768, 9816, 6706, 9293, 11493, 7667, 10038, 6809, 10121, 6976, 8522, 10377, 7089, 9599, 6525, 9105, 7188, 8185, 10055, 6910, 9916, 6892, 9269, 9824, 7867, 9619, 7473, 9988, 6582, 9402, 7201, 8682, 12215, 7902, 11003, 7056, 10142, 6739, 9156, 12403, 7137, 10298, 7325, 9112, 9830, 7689, 10342, 6862, 9508, 10585, 7362, 10537, 7056, 10114, 6741, 9105, 11932, 7609, 10370, 6890, 10150, 7262, 8411, 10800, 7152, 9987, 7857, 8419, 8601, 7918, 10521, 7012, 9855, 7263, 8193, 10041, 7714, 10522, 6811, 9736, 8062, 8552, 11977, 7556, 10773, 6982, 10087, 8003, 8624, 11413, 7074, 11063, 6739, 9947, 7692, 8242, 10896, 6934, 10175, 6720, 9462, 6313, 8627, 6354, 9459, 6706, 8484, 7110, 11062, 7799, 12892, 8125, 12437, 8289, 12345, 7188, 10994, 7358, 10194, 12403, 8013, 11501, 7882, 10795, 6724, 10126, 6517, 9547, 6552, 8497, 7692, 8067, 8430, 7672, 10630, 6746, 9450, 6751, 8852, 7423, 9568, 6855, 7481, 8372, 6926, 10023, 6557, 9988, 9731, 9362, 12368, 7302, 10788, 6743, 10347, 6870, 10174, 6808, 9740, 6596, 9063, 6614, 8682, 6682, 9834, 7072, 9301, 8391, 12853, 8785, 12472, 8566, 11807, 7412, 10769, 6723, 10864, 7203, 10680, 6764, 9864, 6614, 9575, 6640, 9081, 6859, 10064, 6781, 9914, 6770, 9732, 7122, 9896, 6989, 9779, 6888, 9597, 8423, 8970, 12955, 8729, 12486, 8682, 11236, 8441, 10391, 7521, 10250, 6924, 10336, 7782, 6665, 8797, 6865, 9857, 7480, 9276, 8794, 8534, 11565, 8162, 11371, 7685, 10878, 8392, 10037, 10712, 9299, 12034, 8301, 10515, 6575, 10251, 7051, 9050, 9196, 8725, 10299, 7570, 9964, 6558, 9475, 7435, 8900, 10051, 8241, 10343, 7579, 9811, 6607, 9294, 6750, 8685, 8843, 7772, 9857, 7049, 9836, 6619, 9427, 6560, 8533, 8010, 7874, 10224, 7530, 9854, 6557, 9465, 6627, 8810, 7212, 8111, 7979, 7768, 9453, 7098, 9827, 7312, 9628, 6746, 9429, 6774, 9243, 6702, 9468, 6502, 9311, 6586, 9279, 6709, 9504, 7462, 8510, 7991, 7109, 9825, 7246, 12264, 6981, 12363, 7143, 12433, 7080, 10875, 6791, 9914, 6687, 9931, 6663, 10499, 6956, 9816, 6643, 9347, 6586, 10175, 6661, 9995, 6600, 9637, 6499, 9639, 7203, 9389, 6468, 9981, 6564, 9558, 6689, 9094, 6972, 9191, 6479, 9803, 6442, 9544, 10614, 8750, 8946, 8938, 12026, 8005, 10564, 7023, 10116, 6424, 9963, 6671, 9237, 6659, 8493, 7810, 7736, 7862, 8090, 7368, 8349, 7271, 8509, 6747, 9249, 6764], 'WindowCenter': [4020.0, 4016.0, 3982.0, 4013.0, 3972.0, 4004.0, 3963.0, 4004.0, 4014.0, 4006.0, 4027.0, 4004.0, 4015.0, 3996.0, 4027.0, 3975.0, 4027.0, 4048.0, 4018.0, 4026.0, 4008.0, 4027.0, 3986.0, 4028.0, 3999.0, 4031.0, 4050.0, 4019.0, 4040.0, 4009.0, 4042.0, 3999.0, 4033.0, 4063.0, 4020.0, 4041.0, 4009.0, 4041.0, 3999.0, 4032.0, 4062.0, 4021.0, 4041.0, 4009.0, 4042.0, 3999.0, 4021.0, 4052.0, 4021.0, 4042.0, 4001.0, 4021.0, 4062.0, 4023.0, 4043.0, 4000.0, 4032.0, 4029.0, 4010.0, 4041.0, 4010.0, 4043.0, 4051.0, 4022.0, 4052.0, 4022.0, 4041.0, 3999.0, 4032.0, 4061.0, 4021.0, 4041.0, 3999.0, 4020.0, 4019.0, 4020.0, 4041.0, 3999.0, 4041.0, 4060.0, 4010.0, 4039.0, 3997.0, 4030.0, 3986.0, 4008.0, 4039.0, 3999.0, 4031.0, 3997.0, 4008.0, 4039.0, 3997.0, 4029.0, 3997.0, 4020.0, 4040.0, 3998.0, 4030.0, 3998.0, 4030.0, 4030.0, 4010.0, 4041.0, 3998.0, 4030.0, 3997.0, 4020.0, 4050.0, 4000.0, 4040.0, 3998.0, 4019.0, 4027.0, 3997.0, 4029.0, 3987.0, 4041.0, 3999.0, 4031.0, 4000.0, 4032.0, 4012.0, 4043.0, 4014.0, 4066.0, 4013.0, 4044.0, 4011.0, 4031.0, 4009.0, 4022.0, 3999.0, 4031.0, 4040.0, 4020.0, 4029.0, 4009.0, 4016.0, 3999.0, 4038.0, 3998.0, 4039.0, 3987.0, 4028.0, 3986.0, 4027.0, 3997.0, 4029.0, 3988.0, 4027.0, 3997.0, 4029.0, 3998.0, 4030.0, 4028.0, 4009.0, 4028.0, 4009.0, 4028.0, 3997.0, 4038.0, 3998.0, 4029.0, 3987.0, 4018.0, 3986.0, 4007.0, 4018.0, 3987.0, 4039.0, 3986.0, 4027.0, 3985.0, 4027.0, 3985.0, 4018.0, 3998.0, 4009.0, 4006.0, 3998.0, 4028.0, 3998.0, 4039.0, 3988.0, 4039.0, 3987.0, 4027.0, 3986.0, 4027.0, 3987.0, 4039.0, 3999.0, 4038.0, 3999.0, 4030.0, 3987.0, 4029.0, 4048.0, 3997.0, 4035.0, 3986.0, 4027.0, 3973.0, 4015.0, 4016.0, 3985.0, 4025.0, 3985.0, 4014.0, 3973.0, 4026.0, 3984.0, 3997.0, 4026.0, 3986.0, 4026.0, 3987.0, 4030.0, 3995.0, 3997.0, 4038.0, 3999.0, 4028.0, 3988.0, 4039.0, 3999.0, 4042.0, 4011.0, 4020.0, 4018.0, 4009.0, 4039.0, 3998.0, 4039.0, 3988.0, 4039.0, 3986.0, 4019.0, 4037.0, 3997.0, 4039.0, 3987.0, 4028.0, 4026.0, 3996.0, 4026.0, 3985.0, 4028.0, 3986.0, 4007.0, 4026.0, 3986.0, 4027.0, 3986.0, 4029.0, 4017.0, 3998.0, 4038.0, 3988.0, 4029.0, 3997.0, 4030.0, 4049.0, 3998.0, 4038.0, 3986.0, 4039.0, 3986.0, 4008.0, 4038.0, 3997.0, 4029.0, 3986.0, 4028.0, 4025.0, 3986.0, 4037.0, 3997.0, 4029.0, 3997.0, 4029.0, 3997.0, 4009.0, 4039.0, 3988.0, 4040.0, 4018.0, 4008.0, 4028.0, 3986.0, 4027.0, 3985.0, 4028.0, 4037.0, 3997.0, 4027.0, 3988.0, 4029.0, 4011.0, 4041.0, 4022.0, 4024.0, 4044.0, 4024.0, 4054.0, 4014.0, 4065.0, 4003.0, 4053.0, 4030.0, 4040.0, 4007.0, 4029.0, 4048.0, 3997.0, 4037.0, 4006.0, 4035.0, 3985.0, 4026.0, 3974.0, 4026.0, 3984.0, 4005.0, 3973.0, 4005.0, 3994.0, 3996.0, 4036.0, 3986.0, 4026.0, 3985.0, 4026.0, 3986.0, 4027.0, 3997.0, 4029.0, 3997.0, 4027.0, 3985.0, 4027.0, 3985.0, 4006.0, 4005.0, 4006.0, 3996.0, 4017.0, 3998.0, 4041.0, 4018.0, 4017.0, 3984.0, 4018.0, 4025.0, 4007.0, 4037.0, 3985.0, 4025.0, 3984.0, 4015.0, 3984.0, 4016.0, 3985.0, 4026.0, 3996.0, 4028.0, 3999.0, 4041.0, 4012.0, 4042.0, 4012.0, 4042.0, 4001.0, 4041.0, 4000.0, 4042.0, 4029.0, 4018.0, 3997.0, 4018.0, 4036.0, 3996.0, 4037.0, 3975.0, 4026.0, 3974.0, 4016.0, 3983.0, 4005.0, 4014.0, 3985.0, 4014.0, 3973.0, 4014.0, 3961.0, 4004.0, 4013.0, 3984.0, 4015.0, 3974.0, 4015.0, 3972.0, 4005.0, 4003.0, 3984.0, 4027.0, 3987.0, 4017.0, 3985.0, 4007.0, 4005.0, 4007.0, 4027.0, 3987.0, 4028.0, 3985.0, 4017.0, 4025.0, 3996.0, 4026.0, 3985.0, 4017.0, 3984.0, 4006.0, 4024.0, 3984.0, 4025.0, 3985.0, 4017.0, 3985.0, 4007.0, 4026.0, 3987.0, 4028.0, 3986.0, 4018.0, 4037.0, 3987.0, 4027.0, 3975.0, 4028.0, 3986.0, 4009.0, 4028.0, 3987.0, 4027.0, 3987.0, 4028.0, 3987.0, 4019.0, 3999.0, 4022.0, 4052.0, 4001.0, 4041.0, 4001.0, 4043.0, 4001.0, 4032.0, 4020.0, 4021.0, 4000.0, 4056.0, 4002.0, 4045.0, 4015.0, 4057.0, 4027.0, 4065.0, 4014.0, 4064.0, 4062.0, 4021.0, 4050.0, 3998.0, 4038.0, 3996.0, 4038.0, 3996.0, 4029.0, 4047.0, 4006.0, 4035.0, 3995.0, 4036.0, 3986.0, 4039.0, 3997.0, 4018.0, 4017.0, 4018.0, 4038.0, 3998.0, 4040.0, 3997.0, 4028.0, 4036.0, 4016.0, 4036.0, 3985.0, 4027.0, 3995.0, 4016.0, 4045.0, 4005.0, 4025.0, 3984.0, 4026.0, 4025.0, 4004.0, 4023.0, 4004.0, 4024.0, 3983.0, 4025.0, 3984.0, 4027.0, 4026.0, 4017.0, 4037.0, 4007.0, 4028.0, 3985.0, 4028.0, 4006.0, 4017.0, 4006.0, 4007.0, 4016.0, 4007.0, 4027.0, 3986.0, 4019.0, 3997.0, 4027.0, 3997.0, 4028.0, 3998.0, 4029.0, 4010.0, 4041.0, 3999.0, 4040.0, 3987.0, 4029.0, 4046.0, 4006.0, 4026.0, 3996.0, 4027.0, 3985.0, 4026.0, 3985.0, 4027.0, 4035.0, 4006.0, 4027.0, 3985.0, 4037.0, 3984.0, 4016.0, 4025.0, 3995.0, 4027.0, 3986.0, 4017.0, 3996.0, 4018.0, 4027.0, 3997.0, 4039.0, 3997.0, 4040.0, 4039.0, 4019.0, 4028.0, 4008.0, 4039.0, 3998.0, 4041.0, 4008.0, 4031.0, 4060.0, 4019.0, 4038.0, 3997.0, 4039.0, 3986.0, 4029.0, 4058.0, 3997.0, 4038.0, 3996.0, 4017.0, 4025.0, 4007.0, 4037.0, 3986.0, 4039.0, 4038.0, 4008.0, 4038.0, 3997.0, 4038.0, 3986.0, 4029.0, 4047.0, 4008.0, 4039.0, 3996.0, 4038.0, 3995.0, 4017.0, 4037.0, 3985.0, 4038.0, 4007.0, 4017.0, 4016.0, 4007.0, 4037.0, 3996.0, 4039.0, 4007.0, 4019.0, 4027.0, 4008.0, 4049.0, 3999.0, 4040.0, 4007.0, 4019.0, 4049.0, 4007.0, 4037.0, 3997.0, 4039.0, 4006.0, 4018.0, 4048.0, 3997.0, 4038.0, 3985.0, 4028.0, 3995.0, 4007.0, 4037.0, 3997.0, 4038.0, 3986.0, 4027.0, 3977.0, 4019.0, 3989.0, 4041.0, 4001.0, 4032.0, 4001.0, 4052.0, 4012.0, 4063.0, 4023.0, 4051.0, 4009.0, 4038.0, 3986.0, 4027.0, 3983.0, 4016.0, 4035.0, 3994.0, 4024.0, 3993.0, 4013.0, 3972.0, 4014.0, 3973.0, 4016.0, 3975.0, 4018.0, 3995.0, 4008.0, 4006.0, 4009.0, 4040.0, 4013.0, 4042.0, 4000.0, 4030.0, 4011.0, 4042.0, 4013.0, 4024.0, 4046.0, 4014.0, 4054.0, 3991.0, 4042.0, 4030.0, 4031.0, 4061.0, 3998.0, 4037.0, 3986.0, 4026.0, 3998.0, 4038.0, 3998.0, 4028.0, 3986.0, 4017.0, 3986.0, 4018.0, 3999.0, 4040.0, 4011.0, 4041.0, 4033.0, 4061.0, 4020.0, 4047.0, 4007.0, 4036.0, 3985.0, 4026.0, 3974.0, 4024.0, 3983.0, 4024.0, 3973.0, 4014.0, 3974.0, 4016.0, 3985.0, 4016.0, 3985.0, 4026.0, 3987.0, 4027.0, 3987.0, 4029.0, 3997.0, 4028.0, 3985.0, 4026.0, 3984.0, 4026.0, 4004.0, 4016.0, 4045.0, 4005.0, 4034.0, 4005.0, 4023.0, 3994.0, 4014.0, 3996.0, 4025.0, 3984.0, 4025.0, 4008.0, 3985.0, 4015.0, 3997.0, 4038.0, 3984.0, 4016.0, 4004.0, 4005.0, 4034.0, 4004.0, 4035.0, 3993.0, 4024.0, 3992.0, 4001.0, 3999.0, 3989.0, 4008.0, 3966.0, 3997.0, 3944.0, 3997.0, 3944.0, 3975.0, 3974.0, 3975.0, 3984.0, 3954.0, 3986.0, 3934.0, 3998.0, 3955.0, 3988.0, 3986.0, 3978.0, 3998.0, 3968.0, 4000.0, 3959.0, 4001.0, 3958.0, 3991.0, 4000.0, 3981.0, 4013.0, 3972.0, 4013.0, 3971.0, 4013.0, 3971.0, 4004.0, 3994.0, 4005.0, 4024.0, 3995.0, 4025.0, 3974.0, 4026.0, 3985.0, 4017.0, 3995.0, 4006.0, 4004.0, 4007.0, 4027.0, 3998.0, 4039.0, 4011.0, 4029.0, 3999.0, 4029.0, 4000.0, 4042.0, 4000.0, 4041.0, 4001.0, 4041.0, 4001.0, 4044.0, 4001.0, 4041.0, 4012.0, 4032.0, 4032.0, 4022.0, 4053.0, 4022.0, 4063.0, 4011.0, 4062.0, 4000.0, 4060.0, 3998.0, 4038.0, 3986.0, 4027.0, 3986.0, 4027.0, 3986.0, 4026.0, 3986.0, 4025.0, 3986.0, 4028.0, 3986.0, 4026.0, 3985.0, 4026.0, 3974.0, 4016.0, 3975.0, 4016.0, 3983.0, 4015.0, 3973.0, 4025.0, 3974.0, 4027.0, 3986.0, 4016.0, 3984.0, 4015.0, 3974.0, 4027.0, 3976.0, 4028.0, 4036.0, 4006.0, 4003.0, 4016.0, 4034.0, 3994.0, 4025.0, 3984.0, 4024.0, 3962.0, 4013.0, 3971.0, 4013.0, 3972.0, 4005.0, 3994.0, 3995.0, 4005.0, 4006.0, 3994.0, 4006.0, 3997.0, 4018.0, 3987.0, 4028.0, 3987.0], 'WindowWidth': [8967.0, 8953.0, 8901.0, 8942.0, 8884.0, 8931.0, 8873.0, 8932.0, 8944.0, 8939.0, 8965.0, 8933.0, 8947.0, 8925.0, 8968.0, 8895.0, 8969.0, 8997.0, 8958.0, 8965.0, 8942.0, 8966.0, 8913.0, 8973.0, 8936.0, 8981.0, 9004.0, 8962.0, 8990.0, 8950.0, 8996.0, 8937.0, 8987.0, 9024.0, 8966.0, 8992.0, 8949.0, 8994.0, 8937.0, 8986.0, 9026.0, 8968.0, 8994.0, 8949.0, 8996.0, 8935.0, 8968.0, 9011.0, 8968.0, 8998.0, 8940.0, 8969.0, 9022.0, 8973.0, 9001.0, 8938.0, 8983.0, 8974.0, 8954.0, 8995.0, 8953.0, 9001.0, 9008.0, 8970.0, 9009.0, 8970.0, 8995.0, 8937.0, 8983.0, 9019.0, 8968.0, 8993.0, 8934.0, 8964.0, 8961.0, 8963.0, 8992.0, 8933.0, 8994.0, 9016.0, 8950.0, 8986.0, 8930.0, 8977.0, 8913.0, 8946.0, 8988.0, 8933.0, 8978.0, 8927.0, 8945.0, 8985.0, 8928.0, 8975.0, 8931.0, 8964.0, 8989.0, 8933.0, 8976.0, 8931.0, 8978.0, 8975.0, 8952.0, 8991.0, 8934.0, 8978.0, 8929.0, 8963.0, 9003.0, 8937.0, 8990.0, 8931.0, 8960.0, 8968.0, 8929.0, 8972.0, 8917.0, 8993.0, 8934.0, 8979.0, 8939.0, 8985.0, 8960.0, 9001.0, 8967.0, 9037.0, 8960.0, 9001.0, 8953.0, 8980.0, 8949.0, 8969.0, 8935.0, 8982.0, 8990.0, 8962.0, 8971.0, 8946.0, 8951.0, 8933.0, 8982.0, 8930.0, 8986.0, 8913.0, 8967.0, 8913.0, 8966.0, 8929.0, 8972.0, 8917.0, 8968.0, 8929.0, 8973.0, 8932.0, 8978.0, 8971.0, 8946.0, 8970.0, 8946.0, 8968.0, 8929.0, 8983.0, 8931.0, 8972.0, 8913.0, 8957.0, 8911.0, 8943.0, 8954.0, 8915.0, 8985.0, 8911.0, 8966.0, 8909.0, 8966.0, 8909.0, 8957.0, 8931.0, 8947.0, 8937.0, 8931.0, 8969.0, 8930.0, 8985.0, 8917.0, 8984.0, 8914.0, 8965.0, 8911.0, 8966.0, 8916.0, 8988.0, 8934.0, 8985.0, 8935.0, 8976.0, 8914.0, 8973.0, 8996.0, 8927.0, 8973.0, 8913.0, 8966.0, 8886.0, 8947.0, 8950.0, 8908.0, 8959.0, 8906.0, 8943.0, 8890.0, 8964.0, 8907.0, 8927.0, 8963.0, 8910.0, 8964.0, 8915.0, 8979.0, 8923.0, 8930.0, 8982.0, 8933.0, 8970.0, 8919.0, 8989.0, 8934.0, 8996.0, 8952.0, 8964.0, 8955.0, 8948.0, 8985.0, 8931.0, 8987.0, 8918.0, 8986.0, 8912.0, 8960.0, 8980.0, 8928.0, 8987.0, 8916.0, 8971.0, 8963.0, 8926.0, 8962.0, 8908.0, 8969.0, 8912.0, 8942.0, 8963.0, 8912.0, 8967.0, 8911.0, 8974.0, 8955.0, 8931.0, 8983.0, 8918.0, 8973.0, 8928.0, 8976.0, 8999.0, 8931.0, 8984.0, 8914.0, 8987.0, 8910.0, 8943.0, 8985.0, 8929.0, 8971.0, 8911.0, 8970.0, 8961.0, 8913.0, 8981.0, 8930.0, 8973.0, 8929.0, 8975.0, 8929.0, 8950.0, 8987.0, 8918.0, 8992.0, 8957.0, 8944.0, 8968.0, 8913.0, 8968.0, 8909.0, 8971.0, 8978.0, 8928.0, 8967.0, 8919.0, 8974.0, 8955.0, 8995.0, 8977.0, 8981.0, 9008.0, 8979.0, 9018.0, 8964.0, 9033.0, 8950.0, 9013.0, 8976.0, 8989.0, 8939.0, 8971.0, 8995.0, 8928.0, 8979.0, 8938.0, 8974.0, 8908.0, 8962.0, 8891.0, 8964.0, 8903.0, 8933.0, 8887.0, 8935.0, 8918.0, 8925.0, 8977.0, 8911.0, 8963.0, 8908.0, 8963.0, 8911.0, 8966.0, 8928.0, 8973.0, 8928.0, 8967.0, 8908.0, 8967.0, 8906.0, 8938.0, 8934.0, 8939.0, 8923.0, 8955.0, 8933.0, 8994.0, 8956.0, 8954.0, 8905.0, 8956.0, 8959.0, 8939.0, 8979.0, 8908.0, 8957.0, 8904.0, 8945.0, 8905.0, 8951.0, 8908.0, 8965.0, 8926.0, 8971.0, 8936.0, 8994.0, 8961.0, 8997.0, 8957.0, 8996.0, 8941.0, 8995.0, 8938.0, 8995.0, 8973.0, 8957.0, 8926.0, 8955.0, 8976.0, 8925.0, 8980.0, 8895.0, 8962.0, 8891.0, 8948.0, 8900.0, 8935.0, 8943.0, 8908.0, 8945.0, 8889.0, 8944.0, 8869.0, 8931.0, 8939.0, 8904.0, 8948.0, 8893.0, 8945.0, 8883.0, 8931.0, 8926.0, 8904.0, 8966.0, 8916.0, 8953.0, 8907.0, 8940.0, 8933.0, 8940.0, 8966.0, 8916.0, 8969.0, 8907.0, 8953.0, 8958.0, 8922.0, 8962.0, 8907.0, 8951.0, 8902.0, 8934.0, 8955.0, 8905.0, 8960.0, 8908.0, 8954.0, 8908.0, 8939.0, 8965.0, 8914.0, 8969.0, 8910.0, 8957.0, 8981.0, 8915.0, 8967.0, 8895.0, 8970.0, 8910.0, 8946.0, 8968.0, 8915.0, 8966.0, 8913.0, 8969.0, 8915.0, 8961.0, 8935.0, 8972.0, 9010.0, 8942.0, 8994.0, 8943.0, 9000.0, 8942.0, 8985.0, 8962.0, 8966.0, 8940.0, 9023.0, 8946.0, 9006.0, 8970.0, 9031.0, 8990.0, 9037.0, 8966.0, 9032.0, 9025.0, 8967.0, 9003.0, 8930.0, 8983.0, 8925.0, 8982.0, 8927.0, 8973.0, 8993.0, 8939.0, 8975.0, 8924.0, 8979.0, 8912.0, 8987.0, 8928.0, 8959.0, 8953.0, 8960.0, 8984.0, 8932.0, 8990.0, 8928.0, 8970.0, 8975.0, 8952.0, 8976.0, 8908.0, 8968.0, 8920.0, 8951.0, 8985.0, 8935.0, 8959.0, 8905.0, 8965.0, 8959.0, 8932.0, 8954.0, 8930.0, 8957.0, 8904.0, 8962.0, 8905.0, 8968.0, 8964.0, 8956.0, 8980.0, 8941.0, 8972.0, 8912.0, 8970.0, 8938.0, 8954.0, 8936.0, 8940.0, 8951.0, 8943.0, 8968.0, 8909.0, 8960.0, 8930.0, 8969.0, 8930.0, 8970.0, 8934.0, 8974.0, 8953.0, 8994.0, 8934.0, 8988.0, 8914.0, 8972.0, 8990.0, 8939.0, 8964.0, 8925.0, 8968.0, 8909.0, 8965.0, 8908.0, 8968.0, 8975.0, 8938.0, 8967.0, 8911.0, 8979.0, 8905.0, 8952.0, 8961.0, 8923.0, 8967.0, 8912.0, 8955.0, 8924.0, 8957.0, 8967.0, 8930.0, 8987.0, 8930.0, 8992.0, 8989.0, 8963.0, 8969.0, 8946.0, 8986.0, 8934.0, 8992.0, 8945.0, 8981.0, 9017.0, 8960.0, 8982.0, 8929.0, 8987.0, 8912.0, 8973.0, 9008.0, 8928.0, 8984.0, 8924.0, 8954.0, 8961.0, 8941.0, 8980.0, 8913.0, 8987.0, 8983.0, 8946.0, 8984.0, 8929.0, 8985.0, 8913.0, 8973.0, 8994.0, 8943.0, 8985.0, 8926.0, 8981.0, 8919.0, 8953.0, 8978.0, 8909.0, 8984.0, 8941.0, 8954.0, 8951.0, 8942.0, 8980.0, 8927.0, 8986.0, 8943.0, 8959.0, 8966.0, 8943.0, 9000.0, 8937.0, 8991.0, 8942.0, 8960.0, 8999.0, 8940.0, 8980.0, 8926.0, 8985.0, 8936.0, 8956.0, 8997.0, 8927.0, 8980.0, 8908.0, 8969.0, 8920.0, 8940.0, 8979.0, 8928.0, 8983.0, 8909.0, 8965.0, 8898.0, 8957.0, 8919.0, 8990.0, 8941.0, 8979.0, 8938.0, 9007.0, 8953.0, 9021.0, 8970.0, 9003.0, 8941.0, 8977.0, 8905.0, 8962.0, 8897.0, 8945.0, 8968.0, 8912.0, 8950.0, 8909.0, 8935.0, 8883.0, 8940.0, 8886.0, 8947.0, 8893.0, 8952.0, 8919.0, 8940.0, 8935.0, 8945.0, 8986.0, 8962.0, 8996.0, 8935.0, 8975.0, 8951.0, 8995.0, 8960.0, 8976.0, 9009.0, 8964.0, 9014.0, 8926.0, 8996.0, 8972.0, 8977.0, 9019.0, 8929.0, 8977.0, 8908.0, 8962.0, 8929.0, 8983.0, 8931.0, 8967.0, 8912.0, 8953.0, 8913.0, 8954.0, 8934.0, 8988.0, 8952.0, 8991.0, 8984.0, 9016.0, 8960.0, 8990.0, 8937.0, 8973.0, 8903.0, 8960.0, 8890.0, 8954.0, 8898.0, 8952.0, 8886.0, 8942.0, 8888.0, 8948.0, 8905.0, 8949.0, 8906.0, 8962.0, 8913.0, 8966.0, 8913.0, 8971.0, 8927.0, 8968.0, 8906.0, 8961.0, 8902.0, 8962.0, 8928.0, 8948.0, 8985.0, 8931.0, 8967.0, 8930.0, 8950.0, 8914.0, 8941.0, 8922.0, 8958.0, 8904.0, 8958.0, 8943.0, 8907.0, 8946.0, 8927.0, 8984.0, 8902.0, 8947.0, 8926.0, 8930.0, 8968.0, 8929.0, 8969.0, 8913.0, 8956.0, 8907.0, 8918.0, 8908.0, 8895.0, 8918.0, 8861.0, 8902.0, 8829.0, 8902.0, 8830.0, 8872.0, 8867.0, 8871.0, 8882.0, 8842.0, 8886.0, 8816.0, 8908.0, 8847.0, 8894.0, 8888.0, 8881.0, 8908.0, 8868.0, 8914.0, 8858.0, 8916.0, 8856.0, 8905.0, 8915.0, 8893.0, 8937.0, 8884.0, 8937.0, 8880.0, 8939.0, 8881.0, 8929.0, 8915.0, 8932.0, 8954.0, 8917.0, 8957.0, 8889.0, 8961.0, 8906.0, 8951.0, 8918.0, 8935.0, 8930.0, 8939.0, 8964.0, 8930.0, 8985.0, 8953.0, 8974.0, 8934.0, 8973.0, 8938.0, 8994.0, 8937.0, 8993.0, 8940.0, 8993.0, 8941.0, 9001.0, 8943.0, 8993.0, 8956.0, 8983.0, 8986.0, 8972.0, 9015.0, 8972.0, 9022.0, 8953.0, 9020.0, 8936.0, 9013.0, 8929.0, 8979.0, 8910.0, 8964.0, 8909.0, 8964.0, 8909.0, 8961.0, 8910.0, 8959.0, 8910.0, 8968.0, 8911.0, 8962.0, 8906.0, 8960.0, 8890.0, 8947.0, 8893.0, 8948.0, 8899.0, 8945.0, 8887.0, 8959.0, 8889.0, 8963.0, 8909.0, 8948.0, 8904.0, 8946.0, 8892.0, 8964.0, 8895.0, 8969.0, 8975.0, 8934.0, 8926.0, 8947.0, 8966.0, 8916.0, 8958.0, 8902.0, 8956.0, 8868.0, 8938.0, 8880.0, 8938.0, 8884.0, 8932.0, 8915.0, 8919.0, 8932.0, 8936.0, 8916.0, 8936.0, 8925.0, 8956.0, 8914.0, 8969.0, 8913.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.004126115973741794</td></tr>
<tr><td colspan=3>aqi</td><td>0.04279071323851203</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.13450625475357</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2281787431653879</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006460356319824</td></tr>
<tr><td colspan=3>efc</td><td>0.4357</td></tr>
<tr><td colspan=3>fber</td><td>8263.5449</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07374753401431995</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9540481400437635</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.441492518613383</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2918663999031015</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6468332096218514</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3857779463151965</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111902</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01693946309387684</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026033392176032066</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9339958833610775</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.2203</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.0089</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.9642</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311140.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>618.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.3171</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3178</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.1472</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.0377</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3506.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.199</td></tr>
<tr><td colspan=3>tsnr</td><td>33.749037228990346</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>