<?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-0033_ses-02_task-faces_acq-mb8_run-02_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-0033_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0033_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0033_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0033_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0033_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0033_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-02_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-0033/ses-02/func/sub-0033_ses-02_task-faces_acq-mb8_run-02_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>bd79c53564af379370a2015ace986a86</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:03:35.392500</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.999347, 0.0347726, 0.00980601, -0.0340248, 0.997091, -0.0682087]</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102833</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7738, -7262, 431, -65, -89, 26, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.689</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>86508ff2-a9bc-4d65-8748-d4c62091b0b7||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.6811752319335938, -0.0912860855460167, 0.032803039997816086, 116.06156158447266], [-0.09329239279031754, 2.675121545791626, -0.18314231932163239, -87.956787109375], [0.026308802887797356, 0.1829988658428192, 2.6935818195343018, -92.93982696533203], [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': ['120335.392500', '120335.852500', '120336.312500', '120336.772500', '120337.232500', '120337.692500', '120338.152500', '120338.612500', '120339.072500', '120339.532500', '120339.992500', '120340.452500', '120340.912500', '120341.372500', '120341.832500', '120342.292500', '120342.752500', '120343.212500', '120343.672500', '120344.132500', '120344.592500', '120345.052500', '120345.512500', '120345.972500', '120346.432500', '120346.892500', '120347.352500', '120347.812500', '120348.272500', '120348.732500', '120349.192500', '120349.652500', '120350.112500', '120350.572500', '120351.032500', '120351.492500', '120351.952500', '120352.412500', '120352.872500', '120353.332500', '120353.792500', '120354.252500', '120354.712500', '120355.172500', '120355.632500', '120356.092500', '120356.552500', '120357.012500', '120357.472500', '120357.932500', '120358.392500', '120358.852500', '120359.312500', '120359.772500', '120400.232500', '120400.692500', '120401.152500', '120401.612500', '120402.072500', '120402.532500', '120402.992500', '120403.452500', '120403.912500', '120404.372500', '120404.832500', '120405.292500', '120405.752500', '120406.212500', '120406.672500', '120407.132500', '120407.592500', '120408.052500', '120408.512500', '120408.972500', '120409.432500', '120409.892500', '120410.352500', '120410.812500', '120411.272500', '120411.732500', '120412.192500', '120412.652500', '120413.112500', '120413.572500', '120414.032500', '120414.492500', '120414.952500', '120415.412500', '120415.872500', '120416.332500', '120416.792500', '120417.252500', '120417.712500', '120418.172500', '120418.632500', '120419.092500', '120419.552500', '120420.012500', '120420.472500', '120420.932500', '120421.392500', '120421.852500', '120422.312500', '120422.772500', '120423.232500', '120423.692500', '120424.152500', '120424.612500', '120425.072500', '120425.532500', '120425.992500', '120426.452500', '120426.912500', '120427.372500', '120427.832500', '120428.292500', '120428.752500', '120429.212500', '120429.672500', '120430.132500', '120430.592500', '120431.052500', '120431.512500', '120431.972500', '120432.432500', '120432.892500', '120433.352500', '120433.812500', '120434.272500', '120434.732500', '120435.192500', '120435.652500', '120436.112500', '120436.572500', '120437.032500', '120437.492500', '120437.952500', '120438.412500', '120438.872500', '120439.332500', '120439.792500', '120440.252500', '120440.712500', '120441.172500', '120441.632500', '120442.092500', '120442.552500', '120443.012500', '120443.472500', '120443.932500', '120444.392500', '120444.852500', '120445.312500', '120445.772500', '120446.232500', '120446.692500', '120447.152500', '120447.612500', '120448.072500', '120448.532500', '120448.992500', '120449.452500', '120449.912500', '120450.372500', '120450.832500', '120451.292500', '120451.752500', '120452.212500', '120452.672500', '120453.132500', '120453.592500', '120454.052500', '120454.512500', '120454.972500', '120455.432500', '120455.892500', '120456.352500', '120456.812500', '120457.272500', '120457.732500', '120458.192500', '120458.652500', '120459.112500', '120459.572500', '120500.032500', '120500.492500', '120500.952500', '120501.412500', '120501.872500', '120502.332500', '120502.792500', '120503.252500', '120503.712500', '120504.172500', '120504.632500', '120505.092500', '120505.552500', '120506.012500', '120506.472500', '120506.932500', '120507.392500', '120507.852500', '120508.312500', '120508.772500', '120509.232500', '120509.692500', '120510.152500', '120510.612500', '120511.072500', '120511.532500', '120511.992500', '120512.452500', '120512.912500', '120513.372500', '120513.832500', '120514.292500', '120514.752500', '120515.212500', '120515.672500', '120516.132500', '120516.592500', '120517.052500', '120517.512500', '120517.972500', '120518.432500', '120518.892500', '120519.352500', '120519.812500', '120520.272500', '120520.732500', '120521.192500', '120521.652500', '120522.112500', '120522.572500', '120523.032500', '120523.492500', '120523.952500', '120524.412500', '120524.872500', '120525.332500', '120525.792500', '120526.252500', '120526.712500', '120527.172500', '120527.632500', '120528.092500', '120528.552500', '120529.012500', '120529.472500', '120529.932500', '120530.392500', '120530.852500', '120531.312500', '120531.772500', '120532.232500', '120532.692500', '120533.152500', '120533.612500', '120534.072500', '120534.532500', '120534.992500', '120535.452500', '120535.912500', '120536.372500', '120536.832500', '120537.292500', '120537.752500', '120538.212500', '120538.672500', '120539.132500', '120539.592500', '120540.052500', '120540.512500', '120540.972500', '120541.432500', '120541.892500', '120542.352500', '120542.812500', '120543.272500', '120543.732500', '120544.192500', '120544.652500', '120545.112500', '120545.572500', '120546.032500', '120546.492500', '120546.952500', '120547.412500', '120547.872500', '120548.332500', '120548.792500', '120549.252500', '120549.712500', '120550.172500', '120550.632500', '120551.092500', '120551.552500', '120552.012500', '120552.472500', '120552.932500', '120553.392500', '120553.852500', '120554.312500', '120554.772500', '120555.232500', '120555.692500', '120556.152500', '120556.612500', '120557.072500', '120557.532500', '120557.992500', '120558.452500', '120558.912500', '120559.372500', '120559.832500', '120600.292500', '120600.752500', '120601.212500', '120601.672500', '120602.132500', '120602.592500', '120603.052500', '120603.512500', '120603.972500', '120604.432500', '120604.892500', '120605.352500', '120605.812500', '120606.272500', '120606.732500', '120607.192500', '120607.652500', '120608.112500', '120608.572500', '120609.032500', '120609.492500', '120609.952500', '120610.412500', '120610.872500', '120611.332500', '120611.792500', '120612.252500', '120612.712500', '120613.172500', '120613.632500', '120614.092500', '120614.552500', '120615.012500', '120615.472500', '120615.932500', '120616.392500', '120616.852500', '120617.312500', '120617.772500', '120618.232500', '120618.692500', '120619.152500', '120619.612500', '120620.072500', '120620.532500', '120620.992500', '120621.452500', '120621.912500', '120622.372500', '120622.832500', '120623.292500', '120623.752500', '120624.212500', '120624.672500', '120625.132500', '120625.592500', '120626.052500', '120626.512500', '120626.972500', '120627.432500', '120627.892500', '120628.352500', '120628.812500', '120629.272500', '120629.732500', '120630.192500', '120630.652500', '120631.112500', '120631.572500', '120632.032500', '120632.492500', '120632.952500', '120633.412500', '120633.872500', '120634.332500', '120634.792500', '120635.252500', '120635.712500', '120636.172500', '120636.632500', '120637.092500', '120637.552500', '120638.012500', '120638.472500', '120638.932500', '120639.392500', '120639.852500', '120640.312500', '120640.772500', '120641.232500', '120641.692500', '120642.152500', '120642.612500', '120643.072500', '120643.532500', '120643.992500', '120644.452500', '120644.912500', '120645.372500', '120645.832500', '120646.292500', '120646.752500', '120647.212500', '120647.672500', '120648.132500', '120648.592500', '120649.052500', '120649.512500', '120649.972500', '120650.432500', '120650.892500', '120651.352500', '120651.812500', '120652.272500', '120652.732500', '120653.192500', '120653.652500', '120654.112500', '120654.572500', '120655.032500', '120655.492500', '120655.952500', '120656.412500', '120656.872500', '120657.332500', '120657.792500', '120658.252500', '120658.712500', '120659.172500', '120659.632500', '120700.092500', '120700.552500', '120701.012500', '120701.472500', '120701.932500', '120702.392500', '120702.852500', '120703.312500', '120703.772500', '120704.232500', '120704.692500', '120705.152500', '120705.612500', '120706.072500', '120706.532500', '120706.992500', '120707.452500', '120707.912500', '120708.372500', '120708.832500', '120709.292500', '120709.752500', '120710.212500', '120710.672500', '120711.132500', '120711.592500', '120712.052500', '120712.512500', '120712.972500', '120713.432500', '120713.892500', '120714.352500', '120714.812500', '120715.272500', '120715.732500', '120716.192500', '120716.652500', '120717.112500', '120717.572500', '120718.032500', '120718.492500', '120718.952500', '120719.412500', '120719.872500', '120720.332500', '120720.792500', '120721.252500', '120721.712500', '120722.172500', '120722.632500', '120723.092500', '120723.552500', '120724.012500', '120724.472500', '120724.932500', '120725.392500', '120725.852500', '120726.312500', '120726.772500', '120727.232500', '120727.692500', '120728.152500', '120728.612500', '120729.072500', '120729.532500', '120729.992500', '120730.452500', '120730.912500', '120731.372500', '120731.832500', '120732.292500', '120732.752500', '120733.212500', '120733.672500', '120734.132500', '120734.592500', '120735.052500', '120735.512500', '120735.972500', '120736.432500', '120736.892500', '120737.352500', '120737.812500', '120738.272500', '120738.732500', '120739.192500', '120739.652500', '120740.112500', '120740.572500', '120741.032500', '120741.492500', '120741.952500', '120742.412500', '120742.872500', '120743.332500', '120743.792500', '120744.252500', '120744.712500', '120745.172500', '120745.632500', '120746.092500', '120746.552500', '120747.012500', '120747.472500', '120747.932500', '120748.392500', '120748.852500', '120749.312500', '120749.772500', '120750.232500', '120750.692500', '120751.152500', '120751.612500', '120752.072500', '120752.532500', '120752.992500', '120753.452500', '120753.912500', '120754.372500', '120754.832500', '120755.292500', '120755.752500', '120756.212500', '120756.672500', '120757.132500', '120757.592500', '120758.052500', '120758.512500', '120758.972500', '120759.432500', '120759.892500', '120800.352500', '120800.812500', '120801.272500', '120801.732500', '120802.192500', '120802.652500', '120803.112500', '120803.572500', '120804.032500', '120804.492500', '120804.952500', '120805.412500', '120805.872500', '120806.332500', '120806.792500', '120807.252500', '120807.712500', '120808.172500', '120808.632500', '120809.092500', '120809.552500', '120810.012500', '120810.472500', '120810.932500', '120811.392500', '120811.852500', '120812.312500', '120812.772500', '120813.232500', '120813.692500', '120814.152500', '120814.612500', '120815.072500', '120815.532500', '120815.992500', '120816.452500', '120816.912500', '120817.372500', '120817.832500', '120818.292500', '120818.752500', '120819.212500', '120819.672500', '120820.132500', '120820.592500', '120821.052500', '120821.512500', '120821.972500', '120822.432500', '120822.892500', '120823.352500', '120823.812500', '120824.272500', '120824.732500', '120825.192500', '120825.652500', '120826.112500', '120826.572500', '120827.032500', '120827.492500', '120827.952500', '120828.412500', '120828.872500', '120829.332500', '120829.792500', '120830.252500', '120830.712500', '120831.172500', '120831.632500', '120832.092500', '120832.552500', '120833.012500', '120833.472500', '120833.932500', '120834.392500', '120834.852500', '120835.312500', '120835.772500', '120836.232500', '120836.692500', '120837.152500', '120837.612500', '120838.072500', '120838.532500', '120838.992500', '120839.452500', '120839.912500', '120840.372500', '120840.832500', '120841.292500', '120841.752500', '120842.212500', '120842.672500', '120843.132500', '120843.592500', '120844.052500', '120844.512500', '120844.972500', '120845.432500', '120845.892500', '120846.352500', '120846.812500', '120847.272500', '120847.732500', '120848.192500', '120848.652500', '120849.112500', '120849.572500', '120850.032500', '120850.492500', '120850.952500', '120851.412500', '120851.872500', '120852.332500', '120852.792500', '120853.252500', '120853.712500', '120854.172500', '120854.632500', '120855.092500', '120855.552500', '120856.012500', '120856.472500', '120856.932500', '120857.392500', '120857.852500', '120858.312500', '120858.772500', '120859.232500', '120859.692500', '120900.152500', '120900.612500', '120901.072500', '120901.532500', '120901.992500', '120902.452500', '120902.912500', '120903.372500', '120903.832500', '120904.292500', '120904.752500', '120905.212500', '120905.672500', '120906.132500', '120906.592500', '120907.052500', '120907.512500', '120907.972500', '120908.432500', '120908.892500', '120909.352500', '120909.812500', '120910.272500', '120910.732500', '120911.192500', '120911.652500', '120912.112500', '120912.572500', '120913.032500', '120913.492500', '120913.952500', '120914.412500', '120914.872500', '120915.332500', '120915.792500', '120916.252500', '120916.712500', '120917.172500', '120917.632500', '120918.092500', '120918.552500', '120919.012500', '120919.472500', '120919.932500', '120920.392500', '120920.852500', '120921.312500', '120921.772500', '120922.232500', '120922.692500', '120923.152500', '120923.612500', '120924.072500', '120924.532500', '120924.992500', '120925.452500', '120925.912500', '120926.372500', '120926.832500', '120927.292500', '120927.752500', '120928.212500', '120928.672500', '120929.132500', '120929.592500', '120930.052500', '120930.512500', '120930.972500', '120931.432500', '120931.892500', '120932.352500', '120932.812500', '120933.272500', '120933.732500', '120934.192500', '120934.652500', '120935.112500', '120935.572500', '120936.032500', '120936.492500', '120936.952500', '120937.412500', '120937.872500', '120938.332500', '120938.792500', '120939.252500', '120939.712500', '120940.172500', '120940.632500', '120941.092500', '120941.552500', '120942.012500', '120942.472500', '120942.932500', '120943.392500', '120943.852500', '120944.312500', '120944.772500', '120945.232500', '120945.692500', '120946.152500', '120946.612500', '120947.072500', '120947.532500', '120947.992500', '120948.452500', '120948.912500', '120949.372500', '120949.832500', '120950.292500', '120950.752500', '120951.212500', '120951.672500', '120952.132500', '120952.592500', '120953.052500', '120953.512500', '120953.972500', '120954.432500', '120954.892500', '120955.352500', '120955.812500', '120956.272500', '120956.732500', '120957.192500', '120957.652500', '120958.112500', '120958.572500', '120959.032500', '120959.492500', '120959.952500', '121000.412500', '121000.872500', '121001.332500', '121001.792500', '121002.252500', '121002.712500', '121003.172500', '121003.632500', '121004.092500', '121004.552500', '121005.012500', '121005.472500', '121005.932500', '121006.392500', '121006.852500', '121007.312500', '121007.772500', '121008.232500', '121008.692500', '121009.152500', '121009.612500', '121010.072500', '121010.532500', '121010.992500', '121011.452500', '121011.912500', '121012.372500', '121012.832500', '121013.292500', '121013.752500', '121014.212500', '121014.672500', '121015.132500', '121015.592500', '121016.052500', '121016.512500', '121016.972500', '121017.432500', '121017.892500', '121018.352500', '121018.812500', '121019.272500', '121019.732500', '121020.192500', '121020.652500', '121021.112500', '121021.572500', '121022.032500', '121022.492500', '121022.952500', '121023.412500', '121023.872500', '121024.332500', '121024.792500', '121025.252500', '121025.712500', '121026.172500', '121026.632500', '121027.092500', '121027.552500', '121028.012500', '121028.472500', '121028.932500', '121029.392500', '121029.852500', '121030.312500', '121030.772500', '121031.232500', '121031.692500', '121032.152500', '121032.612500', '121033.072500', '121033.532500', '121033.992500', '121034.452500', '121034.912500', '121035.372500'], 'ContentTime': ['120401.292000', '120401.296000', '120401.299000', '120401.309000', '120401.312000', '120401.315000', '120401.317000', '120401.320000', '120401.323000', '120401.326000', '120401.329000', '120401.332000', '120401.335000', '120401.338000', '120401.341000', '120401.344000', '120401.347000', '120401.349000', '120401.352000', '120401.365000', '120401.368000', '120401.371000', '120401.374000', '120401.376000', '120401.379000', '120401.382000', '120401.385000', '120401.388000', '120401.391000', '120401.394000', '120401.397000', '120401.400000', '120401.403000', '120401.405000', '120401.408000', '120401.411000', '120401.414000', '120401.417000', '120401.420000', '120401.423000', '120401.426000', '120401.429000', '120401.432000', '120401.435000', '120401.438000', '120401.441000', '120401.444000', '120401.447000', '120401.450000', '120401.453000', '120401.456000', '120401.459000', '120401.462000', '120401.464000', '120421.257000', '120421.260000', '120421.263000', '120421.267000', '120421.269000', '120421.272000', '120421.275000', '120421.278000', '120421.281000', '120421.284000', '120421.292000', '120421.296000', '120421.300000', '120421.303000', '120421.306000', '120421.308000', '120421.311000', '120421.314000', '120421.317000', '120421.320000', '120421.323000', '120421.326000', '120421.329000', '120421.332000', '120421.334000', '120421.337000', '120421.340000', '120421.343000', '120421.346000', '120421.349000', '120421.352000', '120421.355000', '120421.358000', '120421.361000', '120421.363000', '120421.366000', '120421.369000', '120421.372000', '120421.375000', '120421.378000', '120421.381000', '120421.384000', '120421.386000', '120441.256000', '120441.259000', '120441.262000', '120441.265000', '120441.268000', '120441.271000', '120441.274000', '120441.277000', '120441.280000', '120441.283000', '120441.286000', '120441.288000', '120441.291000', '120441.294000', '120441.297000', '120441.300000', '120441.303000', '120441.306000', '120441.309000', '120441.312000', '120441.315000', '120441.318000', '120441.321000', '120441.323000', '120441.326000', '120441.329000', '120441.332000', '120441.341000', '120441.344000', '120441.347000', '120441.349000', '120441.352000', '120441.355000', '120441.358000', '120441.361000', '120441.364000', '120441.367000', '120441.370000', '120441.373000', '120441.375000', '120441.378000', '120441.381000', '120441.384000', '120441.387000', '120501.256000', '120501.259000', '120501.262000', '120501.265000', '120501.268000', '120501.271000', '120501.274000', '120501.277000', '120501.280000', '120501.283000', '120501.298000', '120501.301000', '120501.304000', '120501.309000', '120501.324000', '120501.327000', '120501.330000', '120501.333000', '120501.336000', '120501.338000', '120501.342000', '120501.344000', '120501.347000', '120501.350000', '120501.353000', '120501.356000', '120501.359000', '120501.362000', '120501.365000', '120501.372000', '120501.375000', '120501.378000', '120501.381000', '120501.384000', '120501.387000', '120501.390000', '120501.393000', '120501.396000', '120501.399000', '120501.402000', '120501.404000', '120501.407000', '120501.410000', '120521.256000', '120521.259000', '120521.262000', '120521.265000', '120521.268000', '120521.271000', '120521.274000', '120521.277000', '120521.280000', '120521.282000', '120521.285000', '120521.288000', '120521.291000', '120521.294000', '120521.297000', '120521.300000', '120521.303000', '120521.306000', '120521.309000', '120521.312000', '120521.315000', '120521.318000', '120521.321000', '120521.324000', '120521.327000', '120521.329000', '120521.332000', '120521.335000', '120521.338000', '120521.341000', '120521.347000', '120521.350000', '120521.353000', '120521.356000', '120521.359000', '120521.362000', '120521.365000', '120521.367000', '120521.370000', '120521.373000', '120521.376000', '120521.379000', '120521.382000', '120521.385000', '120541.257000', '120541.260000', '120541.263000', '120541.266000', '120541.269000', '120541.272000', '120541.275000', '120541.278000', '120541.281000', '120541.284000', '120541.287000', '120541.289000', '120541.292000', '120541.295000', '120541.298000', '120541.301000', '120541.304000', '120541.307000', '120541.310000', '120541.313000', '120541.316000', '120541.320000', '120541.324000', '120541.328000', '120541.331000', '120541.333000', '120541.336000', '120541.340000', '120541.342000', '120541.345000', '120541.348000', '120541.351000', '120541.354000', '120541.357000', '120541.360000', '120541.372000', '120541.375000', '120541.378000', '120541.381000', '120541.384000', '120541.387000', '120541.390000', '120541.392000', '120601.257000', '120601.260000', '120601.263000', '120601.266000', '120601.269000', '120601.272000', '120601.275000', '120601.278000', '120601.281000', '120601.284000', '120601.287000', '120601.289000', '120601.292000', '120601.295000', '120601.298000', '120601.301000', '120601.304000', '120601.307000', '120601.310000', '120601.313000', '120601.316000', '120601.318000', '120601.321000', '120601.324000', '120601.327000', '120601.330000', '120601.333000', '120601.336000', '120601.339000', '120601.342000', '120601.345000', '120601.348000', '120601.351000', '120601.354000', '120601.357000', '120601.360000', '120601.362000', '120601.365000', '120601.368000', '120601.371000', '120601.374000', '120601.385000', '120601.388000', '120601.391000', '120621.257000', '120621.260000', '120621.263000', '120621.266000', '120621.270000', '120621.273000', '120621.276000', '120621.279000', '120621.282000', '120621.285000', '120621.288000', '120621.291000', '120621.294000', '120621.297000', '120621.300000', '120621.309000', '120621.312000', '120621.315000', '120621.318000', '120621.320000', '120621.324000', '120621.327000', '120621.330000', '120621.333000', '120621.336000', '120621.339000', '120621.342000', '120621.345000', '120621.348000', '120621.351000', '120621.354000', '120621.357000', '120621.359000', '120621.362000', '120621.365000', '120621.368000', '120621.371000', '120621.374000', '120621.377000', '120621.380000', '120621.383000', '120621.386000', '120621.389000', '120641.256000', '120641.259000', '120641.262000', '120641.265000', '120641.268000', '120641.271000', '120641.274000', '120641.277000', '120641.280000', '120641.283000', '120641.296000', '120641.299000', '120641.301000', '120641.305000', '120641.307000', '120641.310000', '120641.313000', '120641.316000', '120641.319000', '120641.322000', '120641.325000', '120641.328000', '120641.331000', '120641.334000', '120641.337000', '120641.340000', '120641.343000', '120641.346000', '120641.349000', '120641.352000', '120641.354000', '120641.357000', '120641.360000', '120641.363000', '120641.366000', '120641.369000', '120641.372000', '120641.380000', '120641.383000', '120641.386000', '120641.388000', '120641.391000', '120641.394000', '120641.397000', '120701.256000', '120701.259000', '120701.262000', '120701.265000', '120701.268000', '120701.271000', '120701.274000', '120701.277000', '120701.280000', '120701.283000', '120701.286000', '120701.289000', '120701.292000', '120701.295000', '120701.298000', '120701.301000', '120701.303000', '120701.306000', '120701.309000', '120701.312000', '120701.324000', '120701.327000', '120701.329000', '120701.333000', '120701.335000', '120701.338000', '120701.342000', '120701.345000', '120701.348000', '120701.351000', '120701.354000', '120701.357000', '120701.360000', '120701.363000', '120701.366000', '120701.368000', '120701.371000', '120701.374000', '120701.377000', '120701.380000', '120701.383000', '120701.386000', '120701.389000', '120721.256000', '120721.259000', '120721.262000', '120721.265000', '120721.276000', '120721.289000', '120721.292000', '120721.295000', '120721.298000', '120721.301000', '120721.304000', '120721.307000', '120721.310000', '120721.313000', '120721.315000', '120721.318000', '120721.321000', '120721.324000', '120721.327000', '120721.330000', '120721.333000', '120721.336000', '120721.339000', '120721.342000', '120721.345000', '120721.348000', '120721.351000', '120721.353000', '120721.357000', '120721.359000', '120721.362000', '120721.365000', '120721.368000', '120721.371000', '120721.374000', '120721.377000', '120721.380000', '120721.383000', '120721.386000', '120721.389000', '120721.392000', '120721.395000', '120721.397000', '120721.400000', '120741.256000', '120741.259000', '120741.262000', '120741.265000', '120741.268000', '120741.271000', '120741.274000', '120741.277000', '120741.280000', '120741.283000', '120741.301000', '120741.304000', '120741.308000', '120741.311000', '120741.314000', '120741.317000', '120741.320000', '120741.323000', '120741.326000', '120741.329000', '120741.332000', '120741.335000', '120741.338000', '120741.341000', '120741.343000', '120741.346000', '120741.349000', '120741.352000', '120741.355000', '120741.358000', '120741.361000', '120741.364000', '120741.367000', '120741.370000', '120741.373000', '120741.376000', '120741.379000', '120741.382000', '120741.385000', '120741.388000', '120741.391000', '120741.394000', '120741.397000', '120801.257000', '120801.260000', '120801.263000', '120801.272000', '120801.275000', '120801.278000', '120801.281000', '120801.284000', '120801.287000', '120801.290000', '120801.293000', '120801.296000', '120801.299000', '120801.302000', '120801.304000', '120801.307000', '120801.310000', '120801.313000', '120801.316000', '120801.319000', '120801.322000', '120801.325000', '120801.328000', '120801.331000', '120801.334000', '120801.337000', '120801.340000', '120801.343000', '120801.346000', '120801.348000', '120801.351000', '120801.354000', '120801.357000', '120801.360000', '120801.363000', '120801.379000', '120801.382000', '120801.385000', '120801.388000', '120801.397000', '120801.400000', '120801.403000', '120801.405000', '120801.408000', '120821.257000', '120821.260000', '120821.263000', '120821.266000', '120821.269000', '120821.272000', '120821.275000', '120821.278000', '120821.281000', '120821.284000', '120821.287000', '120821.289000', '120821.292000', '120821.295000', '120821.298000', '120821.301000', '120821.304000', '120821.307000', '120821.310000', '120821.313000', '120821.316000', '120821.319000', '120821.322000', '120821.325000', '120821.327000', '120821.330000', '120821.333000', '120821.336000', '120821.339000', '120821.342000', '120821.345000', '120821.348000', '120821.351000', '120821.354000', '120821.357000', '120821.360000', '120821.362000', '120821.366000', '120821.368000', '120821.371000', '120821.374000', '120821.377000', '120821.380000', '120841.257000', '120841.260000', '120841.263000', '120841.266000', '120841.269000', '120841.272000', '120841.275000', '120841.278000', '120841.281000', '120841.284000', '120841.287000', '120841.289000', '120841.292000', '120841.295000', '120841.298000', '120841.301000', '120841.304000', '120841.307000', '120841.310000', '120841.313000', '120841.316000', '120841.319000', '120841.322000', '120841.325000', '120841.328000', '120841.330000', '120841.333000', '120841.336000', '120841.339000', '120841.342000', '120841.345000', '120841.348000', '120841.351000', '120841.354000', '120841.357000', '120841.360000', '120841.363000', '120841.366000', '120841.369000', '120841.372000', '120841.374000', '120841.377000', '120841.380000', '120841.383000', '120901.256000', '120901.259000', '120901.262000', '120901.265000', '120901.268000', '120901.271000', '120901.274000', '120901.277000', '120901.280000', '120901.283000', '120901.286000', '120901.289000', '120901.292000', '120901.295000', '120901.297000', '120901.300000', '120901.303000', '120901.306000', '120901.309000', '120901.312000', '120901.315000', '120901.318000', '120901.321000', '120901.324000', '120901.327000', '120901.330000', '120901.333000', '120901.335000', '120901.338000', '120901.341000', '120901.345000', '120901.348000', '120901.352000', '120901.355000', '120901.357000', '120901.360000', '120901.363000', '120901.366000', '120901.369000', '120901.372000', '120901.375000', '120901.378000', '120901.381000', '120921.256000', '120921.270000', '120921.273000', '120921.276000', '120921.279000', '120921.282000', '120921.285000', '120921.288000', '120921.290000', '120921.294000', '120921.296000', '120921.299000', '120921.302000', '120921.305000', '120921.308000', '120921.312000', '120921.315000', '120921.318000', '120921.321000', '120921.324000', '120921.327000', '120921.330000', '120921.333000', '120921.336000', '120921.339000', '120921.342000', '120921.346000', '120921.349000', '120921.352000', '120921.355000', '120921.358000', '120921.361000', '120921.364000', '120921.367000', '120921.370000', '120921.373000', '120921.375000', '120921.379000', '120921.381000', '120921.384000', '120921.387000', '120921.390000', '120921.393000', '120921.396000', '120941.256000', '120941.270000', '120941.273000', '120941.276000', '120941.279000', '120941.282000', '120941.285000', '120941.288000', '120941.291000', '120941.294000', '120941.296000', '120941.299000', '120941.302000', '120941.305000', '120941.308000', '120941.311000', '120941.314000', '120941.317000', '120941.320000', '120941.323000', '120941.326000', '120941.329000', '120941.332000', '120941.335000', '120941.338000', '120941.340000', '120941.343000', '120941.346000', '120941.349000', '120941.352000', '120941.355000', '120941.358000', '120941.361000', '120941.364000', '120941.367000', '120941.370000', '120941.373000', '120941.375000', '120941.378000', '120941.381000', '120941.384000', '120941.387000', '120941.390000', '121001.256000', '121001.259000', '121001.262000', '121001.265000', '121001.275000', '121001.278000', '121001.281000', '121001.284000', '121001.287000', '121001.290000', '121001.293000', '121001.296000', '121001.299000', '121001.302000', '121001.305000', '121001.308000', '121001.312000', '121001.314000', '121001.317000', '121001.320000', '121001.323000', '121001.326000', '121001.329000', '121001.332000', '121001.335000', '121001.338000', '121001.341000', '121001.344000', '121001.347000', '121001.350000', '121001.353000', '121001.356000', '121001.359000', '121001.362000', '121001.365000', '121001.368000', '121001.371000', '121001.374000', '121001.377000', '121001.380000', '121001.383000', '121001.386000', '121001.389000', '121001.392000', '121021.257000', '121021.260000', '121021.263000', '121021.266000', '121021.269000', '121021.272000', '121021.275000', '121021.278000', '121021.281000', '121021.284000', '121021.287000', '121021.290000', '121021.292000', '121021.295000', '121021.298000', '121021.301000', '121021.304000', '121021.307000', '121021.310000', '121021.313000', '121021.316000', '121021.319000', '121021.322000', '121021.325000', '121021.327000', '121021.330000', '121021.333000', '121021.336000', '121021.339000', '121021.342000', '121021.345000', '121021.348000', '121021.351000', '121021.354000', '121021.357000', '121021.360000', '121021.363000', '121021.366000', '121021.369000', '121021.372000', '121021.375000', '121021.377000', '121021.381000', '121036.684000', '121036.688000', '121036.691000', '121036.694000', '121036.697000', '121036.700000', '121036.703000', '121036.706000', '121036.709000', '121036.712000', '121036.716000', '121036.719000', '121036.723000', '121036.726000', '121036.729000', '121036.732000', '121036.735000', '121036.738000', '121036.741000', '121036.744000', '121036.747000', '121036.750000', '121036.753000', '121036.756000', '121036.759000', '121036.762000', '121036.765000', '121036.768000', '121036.771000', '121036.774000', '121036.777000', '121036.780000', '121036.783000', '121036.786000'], 'InstanceCreationTime': ['120401.292000', '120401.296000', '120401.299000', '120401.309000', '120401.312000', '120401.315000', '120401.317000', '120401.320000', '120401.323000', '120401.326000', '120401.329000', '120401.332000', '120401.335000', '120401.338000', '120401.341000', '120401.344000', '120401.347000', '120401.349000', '120401.352000', '120401.365000', '120401.368000', '120401.371000', '120401.374000', '120401.376000', '120401.379000', '120401.382000', '120401.385000', '120401.388000', '120401.391000', '120401.394000', '120401.397000', '120401.400000', '120401.403000', '120401.405000', '120401.408000', '120401.411000', '120401.414000', '120401.417000', '120401.420000', '120401.423000', '120401.426000', '120401.429000', '120401.432000', '120401.435000', '120401.438000', '120401.441000', '120401.444000', '120401.447000', '120401.450000', '120401.453000', '120401.456000', '120401.459000', '120401.462000', '120401.464000', '120421.257000', '120421.260000', '120421.263000', '120421.267000', '120421.269000', '120421.272000', '120421.275000', '120421.278000', '120421.281000', '120421.284000', '120421.292000', '120421.296000', '120421.300000', '120421.303000', '120421.306000', '120421.308000', '120421.311000', '120421.314000', '120421.317000', '120421.320000', '120421.323000', '120421.326000', '120421.329000', '120421.332000', '120421.334000', '120421.337000', '120421.340000', '120421.343000', '120421.346000', '120421.349000', '120421.352000', '120421.355000', '120421.358000', '120421.361000', '120421.363000', '120421.366000', '120421.369000', '120421.372000', '120421.375000', '120421.378000', '120421.381000', '120421.384000', '120421.386000', '120441.256000', '120441.259000', '120441.262000', '120441.265000', '120441.268000', '120441.271000', '120441.274000', '120441.277000', '120441.280000', '120441.283000', '120441.286000', '120441.288000', '120441.291000', '120441.294000', '120441.297000', '120441.300000', '120441.303000', '120441.306000', '120441.309000', '120441.312000', '120441.315000', '120441.318000', '120441.321000', '120441.323000', '120441.326000', '120441.329000', '120441.332000', '120441.341000', '120441.344000', '120441.347000', '120441.349000', '120441.352000', '120441.355000', '120441.358000', '120441.361000', '120441.364000', '120441.367000', '120441.370000', '120441.373000', '120441.375000', '120441.378000', '120441.381000', '120441.384000', '120441.387000', '120501.256000', '120501.259000', '120501.262000', '120501.265000', '120501.268000', '120501.271000', '120501.274000', '120501.277000', '120501.280000', '120501.283000', '120501.298000', '120501.301000', '120501.304000', '120501.309000', '120501.324000', '120501.327000', '120501.330000', '120501.333000', '120501.336000', '120501.338000', '120501.342000', '120501.344000', '120501.347000', '120501.350000', '120501.353000', '120501.356000', '120501.359000', '120501.362000', '120501.365000', '120501.372000', '120501.375000', '120501.378000', '120501.381000', '120501.384000', '120501.387000', '120501.390000', '120501.393000', '120501.396000', '120501.399000', '120501.402000', '120501.404000', '120501.407000', '120501.410000', '120521.256000', '120521.259000', '120521.262000', '120521.265000', '120521.268000', '120521.271000', '120521.274000', '120521.277000', '120521.280000', '120521.282000', '120521.285000', '120521.288000', '120521.291000', '120521.294000', '120521.297000', '120521.300000', '120521.303000', '120521.306000', '120521.309000', '120521.312000', '120521.315000', '120521.318000', '120521.321000', '120521.324000', '120521.327000', '120521.329000', '120521.332000', '120521.335000', '120521.338000', '120521.341000', '120521.347000', '120521.350000', '120521.353000', '120521.356000', '120521.359000', '120521.362000', '120521.365000', '120521.367000', '120521.370000', '120521.373000', '120521.376000', '120521.379000', '120521.382000', '120521.385000', '120541.257000', '120541.260000', '120541.263000', '120541.266000', '120541.269000', '120541.272000', '120541.275000', '120541.278000', '120541.281000', '120541.284000', '120541.287000', '120541.289000', '120541.292000', '120541.295000', '120541.298000', '120541.301000', '120541.304000', '120541.307000', '120541.310000', '120541.313000', '120541.316000', '120541.320000', '120541.324000', '120541.328000', '120541.331000', '120541.333000', '120541.336000', '120541.340000', '120541.342000', '120541.345000', '120541.348000', '120541.351000', '120541.354000', '120541.357000', '120541.360000', '120541.372000', '120541.375000', '120541.378000', '120541.381000', '120541.384000', '120541.387000', '120541.390000', '120541.392000', '120601.257000', '120601.260000', '120601.263000', '120601.266000', '120601.269000', '120601.272000', '120601.275000', '120601.278000', '120601.281000', '120601.284000', '120601.287000', '120601.289000', '120601.292000', '120601.295000', '120601.298000', '120601.301000', '120601.304000', '120601.307000', '120601.310000', '120601.313000', '120601.316000', '120601.318000', '120601.321000', '120601.324000', '120601.327000', '120601.330000', '120601.333000', '120601.336000', '120601.339000', '120601.342000', '120601.345000', '120601.348000', '120601.351000', '120601.354000', '120601.357000', '120601.360000', '120601.362000', '120601.365000', '120601.368000', '120601.371000', '120601.374000', '120601.385000', '120601.388000', '120601.391000', '120621.257000', '120621.260000', '120621.263000', '120621.266000', '120621.270000', '120621.273000', '120621.276000', '120621.279000', '120621.282000', '120621.285000', '120621.288000', '120621.291000', '120621.294000', '120621.297000', '120621.300000', '120621.309000', '120621.312000', '120621.315000', '120621.318000', '120621.320000', '120621.324000', '120621.327000', '120621.330000', '120621.333000', '120621.336000', '120621.339000', '120621.342000', '120621.345000', '120621.348000', '120621.351000', '120621.354000', '120621.357000', '120621.359000', '120621.362000', '120621.365000', '120621.368000', '120621.371000', '120621.374000', '120621.377000', '120621.380000', '120621.383000', '120621.386000', '120621.389000', '120641.256000', '120641.259000', '120641.262000', '120641.265000', '120641.268000', '120641.271000', '120641.274000', '120641.277000', '120641.280000', '120641.283000', '120641.296000', '120641.299000', '120641.301000', '120641.305000', '120641.307000', '120641.310000', '120641.313000', '120641.316000', '120641.319000', '120641.322000', '120641.325000', '120641.328000', '120641.331000', '120641.334000', '120641.337000', '120641.340000', '120641.343000', '120641.346000', '120641.349000', '120641.352000', '120641.354000', '120641.357000', '120641.360000', '120641.363000', '120641.366000', '120641.369000', '120641.372000', '120641.380000', '120641.383000', '120641.386000', '120641.388000', '120641.391000', '120641.394000', '120641.397000', '120701.256000', '120701.259000', '120701.262000', '120701.265000', '120701.268000', '120701.271000', '120701.274000', '120701.277000', '120701.280000', '120701.283000', '120701.286000', '120701.289000', '120701.292000', '120701.295000', '120701.298000', '120701.301000', '120701.303000', '120701.306000', '120701.309000', '120701.312000', '120701.324000', '120701.327000', '120701.329000', '120701.333000', '120701.335000', '120701.338000', '120701.342000', '120701.345000', '120701.348000', '120701.351000', '120701.354000', '120701.357000', '120701.360000', '120701.363000', '120701.366000', '120701.368000', '120701.371000', '120701.374000', '120701.377000', '120701.380000', '120701.383000', '120701.386000', '120701.389000', '120721.256000', '120721.259000', '120721.262000', '120721.265000', '120721.276000', '120721.289000', '120721.292000', '120721.295000', '120721.298000', '120721.301000', '120721.304000', '120721.307000', '120721.310000', '120721.313000', '120721.315000', '120721.318000', '120721.321000', '120721.324000', '120721.327000', '120721.330000', '120721.333000', '120721.336000', '120721.339000', '120721.342000', '120721.345000', '120721.348000', '120721.351000', '120721.353000', '120721.357000', '120721.359000', '120721.362000', '120721.365000', '120721.368000', '120721.371000', '120721.374000', '120721.377000', '120721.380000', '120721.383000', '120721.386000', '120721.389000', '120721.392000', '120721.395000', '120721.397000', '120721.400000', '120741.256000', '120741.259000', '120741.262000', '120741.265000', '120741.268000', '120741.271000', '120741.274000', '120741.277000', '120741.280000', '120741.283000', '120741.301000', '120741.304000', '120741.308000', '120741.311000', '120741.314000', '120741.317000', '120741.320000', '120741.323000', '120741.326000', '120741.329000', '120741.332000', '120741.335000', '120741.338000', '120741.341000', '120741.343000', '120741.346000', '120741.349000', '120741.352000', '120741.355000', '120741.358000', '120741.361000', '120741.364000', '120741.367000', '120741.370000', '120741.373000', '120741.376000', '120741.379000', '120741.382000', '120741.385000', '120741.388000', '120741.391000', '120741.394000', '120741.397000', '120801.257000', '120801.260000', '120801.263000', '120801.272000', '120801.275000', '120801.278000', '120801.281000', '120801.284000', '120801.287000', '120801.290000', '120801.293000', '120801.296000', '120801.299000', '120801.302000', '120801.304000', '120801.307000', '120801.310000', '120801.313000', '120801.316000', '120801.319000', '120801.322000', '120801.325000', '120801.328000', '120801.331000', '120801.334000', '120801.337000', '120801.340000', '120801.343000', '120801.346000', '120801.348000', '120801.351000', '120801.354000', '120801.357000', '120801.360000', '120801.363000', '120801.379000', '120801.382000', '120801.385000', '120801.388000', '120801.397000', '120801.400000', '120801.403000', '120801.405000', '120801.408000', '120821.257000', '120821.260000', '120821.263000', '120821.266000', '120821.269000', '120821.272000', '120821.275000', '120821.278000', '120821.281000', '120821.284000', '120821.287000', '120821.289000', '120821.292000', '120821.295000', '120821.298000', '120821.301000', '120821.304000', '120821.307000', '120821.310000', '120821.313000', '120821.316000', '120821.319000', '120821.322000', '120821.325000', '120821.327000', '120821.330000', '120821.333000', '120821.336000', '120821.339000', '120821.342000', '120821.345000', '120821.348000', '120821.351000', '120821.354000', '120821.357000', '120821.360000', '120821.362000', '120821.366000', '120821.368000', '120821.371000', '120821.374000', '120821.377000', '120821.380000', '120841.257000', '120841.260000', '120841.263000', '120841.266000', '120841.269000', '120841.272000', '120841.275000', '120841.278000', '120841.281000', '120841.284000', '120841.287000', '120841.289000', '120841.292000', '120841.295000', '120841.298000', '120841.301000', '120841.304000', '120841.307000', '120841.310000', '120841.313000', '120841.316000', '120841.319000', '120841.322000', '120841.325000', '120841.328000', '120841.330000', '120841.333000', '120841.336000', '120841.339000', '120841.342000', '120841.345000', '120841.348000', '120841.351000', '120841.354000', '120841.357000', '120841.360000', '120841.363000', '120841.366000', '120841.369000', '120841.372000', '120841.374000', '120841.377000', '120841.380000', '120841.383000', '120901.256000', '120901.259000', '120901.262000', '120901.265000', '120901.268000', '120901.271000', '120901.274000', '120901.277000', '120901.280000', '120901.283000', '120901.286000', '120901.289000', '120901.292000', '120901.295000', '120901.297000', '120901.300000', '120901.303000', '120901.306000', '120901.309000', '120901.312000', '120901.315000', '120901.318000', '120901.321000', '120901.324000', '120901.327000', '120901.330000', '120901.333000', '120901.335000', '120901.338000', '120901.341000', '120901.345000', '120901.348000', '120901.352000', '120901.355000', '120901.357000', '120901.360000', '120901.363000', '120901.366000', '120901.369000', '120901.372000', '120901.375000', '120901.378000', '120901.381000', '120921.256000', '120921.270000', '120921.273000', '120921.276000', '120921.279000', '120921.282000', '120921.285000', '120921.288000', '120921.290000', '120921.294000', '120921.296000', '120921.299000', '120921.302000', '120921.305000', '120921.308000', '120921.312000', '120921.315000', '120921.318000', '120921.321000', '120921.324000', '120921.327000', '120921.330000', '120921.333000', '120921.336000', '120921.339000', '120921.342000', '120921.346000', '120921.349000', '120921.352000', '120921.355000', '120921.358000', '120921.361000', '120921.364000', '120921.367000', '120921.370000', '120921.373000', '120921.375000', '120921.379000', '120921.381000', '120921.384000', '120921.387000', '120921.390000', '120921.393000', '120921.396000', '120941.256000', '120941.270000', '120941.273000', '120941.276000', '120941.279000', '120941.282000', '120941.285000', '120941.288000', '120941.291000', '120941.294000', '120941.296000', '120941.299000', '120941.302000', '120941.305000', '120941.308000', '120941.311000', '120941.314000', '120941.317000', '120941.320000', '120941.323000', '120941.326000', '120941.329000', '120941.332000', '120941.335000', '120941.338000', '120941.340000', '120941.343000', '120941.346000', '120941.349000', '120941.352000', '120941.355000', '120941.358000', '120941.361000', '120941.364000', '120941.367000', '120941.370000', '120941.373000', '120941.375000', '120941.378000', '120941.381000', '120941.384000', '120941.387000', '120941.390000', '121001.256000', '121001.259000', '121001.262000', '121001.265000', '121001.275000', '121001.278000', '121001.281000', '121001.284000', '121001.287000', '121001.290000', '121001.293000', '121001.296000', '121001.299000', '121001.302000', '121001.305000', '121001.308000', '121001.312000', '121001.314000', '121001.317000', '121001.320000', '121001.323000', '121001.326000', '121001.329000', '121001.332000', '121001.335000', '121001.338000', '121001.341000', '121001.344000', '121001.347000', '121001.350000', '121001.353000', '121001.356000', '121001.359000', '121001.362000', '121001.365000', '121001.368000', '121001.371000', '121001.374000', '121001.377000', '121001.380000', '121001.383000', '121001.386000', '121001.389000', '121001.392000', '121021.257000', '121021.260000', '121021.263000', '121021.266000', '121021.269000', '121021.272000', '121021.275000', '121021.278000', '121021.281000', '121021.284000', '121021.287000', '121021.290000', '121021.292000', '121021.295000', '121021.298000', '121021.301000', '121021.304000', '121021.307000', '121021.310000', '121021.313000', '121021.316000', '121021.319000', '121021.322000', '121021.325000', '121021.327000', '121021.330000', '121021.333000', '121021.336000', '121021.339000', '121021.342000', '121021.345000', '121021.348000', '121021.351000', '121021.354000', '121021.357000', '121021.360000', '121021.363000', '121021.366000', '121021.369000', '121021.372000', '121021.375000', '121021.377000', '121021.381000', '121036.684000', '121036.688000', '121036.691000', '121036.694000', '121036.697000', '121036.700000', '121036.703000', '121036.706000', '121036.709000', '121036.712000', '121036.716000', '121036.719000', '121036.723000', '121036.726000', '121036.729000', '121036.732000', '121036.735000', '121036.738000', '121036.741000', '121036.744000', '121036.747000', '121036.750000', '121036.753000', '121036.756000', '121036.759000', '121036.762000', '121036.765000', '121036.768000', '121036.771000', '121036.774000', '121036.777000', '121036.780000', '121036.783000', '121036.786000'], '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': [13430, 15120, 8537, 11013, 8007, 9173, 11201, 9182, 14108, 7678, 12016, 8930, 8135, 14353, 8187, 11333, 7845, 8446, 12144, 8291, 11702, 6426, 10315, 6566, 6857, 10897, 7173, 13409, 7208, 10337, 6895, 7224, 12986, 7869, 11332, 7159, 8234, 6676, 6516, 13037, 7294, 11102, 7682, 9649, 7083, 6422, 10716, 6394, 10527, 6343, 7914, 6499, 6797, 7808, 7089, 9705, 6946, 10724, 6661, 7854, 6955, 6627, 13800, 9693, 11797, 6411, 9060, 6787, 6379, 7901, 6479, 13321, 8065, 10281, 6627, 8159, 6956, 6499, 13116, 8324, 11139, 8278, 10078, 6907, 6688, 6759, 6593, 11784, 6495, 10646, 8072, 9413, 6680, 7070, 10445, 7371, 12002, 7786, 9235, 6729, 8785, 8085, 7276, 7210, 6421, 8961, 7150, 6908, 6905, 9431, 6442, 12508, 7001, 8883, 6870, 7775, 6779, 7174, 8599, 7853, 10966, 11205, 12080, 10890, 11277, 7983, 13114, 8226, 9577, 7215, 6400, 8778, 6012, 11071, 7378, 11539, 6439, 8107, 6353, 6186, 6755, 6377, 6400, 6272, 8029, 6315, 9532, 6760, 6946, 6738, 6984, 6380, 6332, 11372, 7787, 11660, 6404, 9554, 6575, 7583, 6612, 6491, 11052, 6810, 12288, 8623, 10632, 6518, 8127, 6826, 6860, 7267, 6438, 12112, 8124, 12091, 6560, 9122, 6455, 6797, 6618, 6223, 9689, 7398, 11735, 6416, 9384, 6499, 7056, 6591, 6269, 9243, 6462, 11842, 6312, 9615, 6553, 7967, 6639, 7704, 6637, 7781, 6648, 6629, 10121, 6415, 12132, 8435, 11593, 8641, 9402, 6599, 6894, 11869, 7378, 11475, 8122, 10794, 6608, 8272, 9588, 6404, 12175, 7820, 9653, 6465, 8879, 7396, 7601, 6485, 6248, 6694, 6327, 11394, 6516, 9179, 6559, 9399, 6977, 10325, 6681, 7059, 7029, 7126, 7250, 6340, 12747, 8675, 10681, 6918, 8816, 6522, 6652, 8948, 6961, 12243, 8235, 11305, 6692, 7924, 6553, 7967, 7909, 7639, 6331, 6237, 7960, 6370, 12051, 6779, 12279, 8434, 9358, 6905, 6921, 6596, 6587, 8082, 6178, 11654, 6510, 8903, 6566, 7157, 6587, 6295, 9322, 6769, 11072, 6553, 9441, 6370, 7915, 6667, 6939, 6532, 6972, 6586, 6542, 11951, 6515, 10476, 7699, 10835, 7511, 9034, 6572, 7321, 8989, 6748, 12840, 8609, 10438, 6910, 8838, 7485, 6481, 12382, 7145, 9718, 6893, 8094, 6605, 7118, 6881, 7192, 7031, 6633, 10102, 6423, 10146, 6723, 9560, 7955, 6581, 11580, 6536, 8795, 7003, 6484, 12466, 8392, 11003, 8689, 8874, 6590, 6342, 12014, 6513, 9190, 6544, 7103, 8038, 6171, 11617, 6420, 8069, 6746, 6444, 7759, 6565, 11935, 7975, 10461, 6616, 8223, 6783, 6591, 7531, 6668, 12073, 7715, 11551, 6423, 9155, 6850, 8411, 7872, 9738, 9947, 7977, 10061, 6480, 11071, 6984, 8679, 7078, 9128, 8447, 6668, 12836, 6765, 9585, 6553, 6914, 6707, 6420, 9275, 7124, 8253, 6499, 7285, 6318, 7647, 6698, 10291, 6565, 8940, 6740, 6540, 11839, 7547, 10385, 6898, 10094, 9029, 8963, 8409, 6511, 12686, 8001, 9773, 6623, 9120, 7164, 6239, 12032, 6198, 9671, 6677, 7300, 7203, 6322, 11241, 7915, 10385, 6755, 7273, 6423, 6383, 8777, 6380, 11498, 6554, 10072, 6420, 7593, 6703, 7186, 6876, 6592, 10190, 6849, 12010, 8409, 8873, 6507, 6618, 9570, 6322, 10408, 6699, 7519, 7960, 6410, 11351, 6673, 8022, 6774, 6412, 10699, 6877, 8941, 6597, 6867, 6960, 6404, 9571, 6547, 8879, 7040, 7378, 7133, 6667, 6977, 6590, 8821, 6886, 9327, 7003, 8368, 10840, 8154, 12741, 8630, 10802, 6738, 8975, 9675, 7739, 12720, 8144, 12193, 6781, 9816, 6861, 9238, 7803, 9550, 10915, 7998, 12710, 6794, 10070, 7235, 10435, 8178, 9997, 7757, 6972, 11080, 7076, 12121, 9203, 12351, 7842, 9052, 6842, 6564, 6583, 7124, 8974, 7597, 8586, 6293, 9194, 6579, 10306, 6473, 11158, 7395, 9104, 6398, 7965, 6623, 7452, 7534, 7897, 8534, 7036, 11761, 6426, 10494, 6996, 9129, 6485, 9174, 6502, 6347, 9670, 6582, 9853, 6369, 8887, 6607, 7039, 6601, 6692, 6398, 7803, 6329, 12605, 7784, 7484, 12278, 8293, 12553, 8098, 9495, 7730, 6879, 12006, 8745, 10008, 8895, 9107, 9977, 6557, 11938, 6333, 9718, 6623, 7602, 6776, 7715, 10551, 8052, 8384, 6352, 9697, 6248, 7400, 6712, 6353, 8625, 6391, 9766, 6867, 7896, 6492, 7263, 6720, 6645, 8931, 6691, 10606, 6567, 9796, 6951, 10577, 6543, 6956, 6728, 6277, 9230, 6539, 12710, 9145, 9752, 6570, 8666, 6457, 8152, 7676, 8047, 6747, 6472, 8664, 6347, 12359, 8554, 10015, 6917, 8192, 6833, 7139, 6934, 6383, 8530, 6448, 9277, 6400, 7610, 6295, 7312, 6313, 9884, 6258, 8287, 6524, 7085, 7227, 6429, 9326, 7618, 8363, 7177, 6908, 6938, 6678, 6461, 8152, 6493, 10778, 10010, 10246, 11313, 8349, 10366, 9170, 9337, 11743, 9507, 13120, 10396, 12353, 8762, 10672, 11050, 10260, 7374, 7938, 6550, 6981, 6698, 7043, 6217, 7254, 6230, 6228, 7502, 6402, 6822, 6571, 7806, 6362, 6691, 9656, 6224, 10557, 6489, 11664, 7878, 9540, 6615, 7246, 6375, 6250, 10560, 6350, 10560, 6350, 8356, 6214, 8169, 6426, 6658, 6704, 7066, 6972, 7004, 10776, 6833, 10761, 6888, 8972, 6688, 6599, 11302, 8568, 11817, 8651, 8987, 6561, 6519, 10119, 6356, 10462, 8371, 9601, 6692, 7798, 7071, 6289, 11016, 9022, 11947, 7692, 9747, 6417, 7420, 6803, 6500, 10970, 6137, 10017, 6751, 7584, 6707, 6754, 6482, 8326, 6648, 7142, 6416, 7259, 6624, 7195, 6579, 6513, 10589, 6960, 10395, 7362, 8148, 7210, 6384, 10645, 6626, 11019, 6681, 9251, 6674, 8967, 6379, 8879, 6266, 8117, 6441, 7727, 6375, 9755, 6385, 8565, 6397, 6249, 10318, 7573, 12520, 8726, 9434, 7795, 6466, 11745, 7913, 11276, 8958, 11921, 7871, 8122, 6917, 6428, 10576, 6555, 11361, 6580, 8566, 6163, 7096, 6337, 6913, 6464, 7215, 6551, 6677, 6395, 6834, 6362, 8543, 6158, 6648, 8893, 6708, 11448, 8111, 9087, 6615, 6848, 9981, 7214, 10887, 7226, 10452, 6689, 7587, 6581, 6317, 10426, 6466, 10294, 6537, 7936, 6577, 7366, 6933, 6291, 6903, 6407, 8017, 6566, 8546, 6457, 8265, 6450, 8336, 6513, 7604, 6767, 6708, 10242, 7797, 10475, 6356, 10535, 6357, 7383, 11554, 7971, 10833, 7222, 8227, 8235, 6572, 10368, 6584, 8824, 7066, 8669, 6860, 6388, 9869, 6571, 11430, 8910, 11790, 8513, 9139, 6316, 7300, 6602, 7971, 8456, 7191, 8605], 'WindowCenter': [4298.0, 4265.0, 4209.0, 4217.0, 4179.0, 4193.0, 4212.0, 4188.0, 4218.0, 4167.0, 4208.0, 4175.0, 4165.0, 4207.0, 4164.0, 4183.0, 4162.0, 4161.0, 4181.0, 4160.0, 4190.0, 4141.0, 4174.0, 4142.0, 4141.0, 4182.0, 4151.0, 4203.0, 4153.0, 4172.0, 4140.0, 4149.0, 4190.0, 4150.0, 4168.0, 4137.0, 4147.0, 4136.0, 4128.0, 4189.0, 4138.0, 4179.0, 4148.0, 4169.0, 4150.0, 4139.0, 4168.0, 4138.0, 4169.0, 4128.0, 4148.0, 4140.0, 4140.0, 4162.0, 4152.0, 4185.0, 4163.0, 4194.0, 4153.0, 4161.0, 4153.0, 4140.0, 4201.0, 4184.0, 4193.0, 4141.0, 4171.0, 4140.0, 4138.0, 4159.0, 4139.0, 4201.0, 4162.0, 4182.0, 4151.0, 4161.0, 4150.0, 4141.0, 4191.0, 4160.0, 4181.0, 4159.0, 4171.0, 4152.0, 4141.0, 4138.0, 4138.0, 4190.0, 4141.0, 4182.0, 4163.0, 4172.0, 4154.0, 4152.0, 4181.0, 4149.0, 4191.0, 4150.0, 4157.0, 4169.0, 4175.0, 4160.0, 4136.0, 4135.0, 4127.0, 4171.0, 4149.0, 4152.0, 4154.0, 4185.0, 4169.0, 4219.0, 4168.0, 4174.0, 4155.0, 4164.0, 4156.0, 4167.0, 4172.0, 4162.0, 4181.0, 4181.0, 4183.0, 4168.0, 4167.0, 4134.0, 4174.0, 4129.0, 4142.0, 4120.0, 4108.0, 4130.0, 4097.0, 4150.0, 4120.0, 4162.0, 4110.0, 4128.0, 4108.0, 4110.0, 4109.0, 4110.0, 4122.0, 4123.0, 4131.0, 4124.0, 4152.0, 4137.0, 4137.0, 4126.0, 4137.0, 4127.0, 4128.0, 4179.0, 4151.0, 4193.0, 4140.0, 4167.0, 4136.0, 4148.0, 4135.0, 4127.0, 4179.0, 4139.0, 4190.0, 4160.0, 4180.0, 4139.0, 4148.0, 4139.0, 4138.0, 4149.0, 4139.0, 4191.0, 4161.0, 4191.0, 4140.0, 4157.0, 4129.0, 4126.0, 4125.0, 4127.0, 4169.0, 4150.0, 4180.0, 4136.0, 4157.0, 4125.0, 4137.0, 4138.0, 4138.0, 4168.0, 4141.0, 4192.0, 4141.0, 4171.0, 4141.0, 4162.0, 4154.0, 4176.0, 4155.0, 4177.0, 4167.0, 4167.0, 4198.0, 4155.0, 4205.0, 4173.0, 4208.0, 4175.0, 4173.0, 4153.0, 4154.0, 4191.0, 4148.0, 4180.0, 4149.0, 4180.0, 4141.0, 4160.0, 4168.0, 4127.0, 4175.0, 4146.0, 4166.0, 4125.0, 4158.0, 4136.0, 4147.0, 4127.0, 4125.0, 4123.0, 4123.0, 4176.0, 4125.0, 4156.0, 4140.0, 4170.0, 4139.0, 4181.0, 4152.0, 4151.0, 4150.0, 4150.0, 4150.0, 4139.0, 4191.0, 4161.0, 4183.0, 4138.0, 4158.0, 4127.0, 4136.0, 4158.0, 4137.0, 4189.0, 4160.0, 4182.0, 4137.0, 4143.0, 4124.0, 4146.0, 4132.0, 4135.0, 4124.0, 4115.0, 4145.0, 4125.0, 4177.0, 4136.0, 4189.0, 4159.0, 4168.0, 4138.0, 4139.0, 4139.0, 4139.0, 4146.0, 4127.0, 4179.0, 4125.0, 4157.0, 4137.0, 4138.0, 4138.0, 4137.0, 4169.0, 4140.0, 4181.0, 4139.0, 4169.0, 4140.0, 4161.0, 4142.0, 4152.0, 4142.0, 4155.0, 4154.0, 4153.0, 4191.0, 4141.0, 4182.0, 4150.0, 4182.0, 4151.0, 4161.0, 4152.0, 4150.0, 4158.0, 4138.0, 4188.0, 4158.0, 4169.0, 4136.0, 4157.0, 4137.0, 4125.0, 4177.0, 4135.0, 4153.0, 4136.0, 4144.0, 4137.0, 4138.0, 4151.0, 4150.0, 4149.0, 4152.0, 4182.0, 4144.0, 4186.0, 4153.0, 4186.0, 4164.0, 4152.0, 4193.0, 4141.0, 4172.0, 4151.0, 4141.0, 4193.0, 4163.0, 4195.0, 4162.0, 4171.0, 4152.0, 4141.0, 4192.0, 4127.0, 4157.0, 4128.0, 4139.0, 4161.0, 4129.0, 4182.0, 4141.0, 4159.0, 4139.0, 4139.0, 4160.0, 4152.0, 4191.0, 4165.0, 4194.0, 4153.0, 4161.0, 4151.0, 4152.0, 4165.0, 4155.0, 4208.0, 4165.0, 4195.0, 4153.0, 4171.0, 4140.0, 4159.0, 4160.0, 4184.0, 4185.0, 4163.0, 4182.0, 4141.0, 4179.0, 4137.0, 4158.0, 4138.0, 4159.0, 4159.0, 4139.0, 4190.0, 4136.0, 4153.0, 4123.0, 4133.0, 4124.0, 4125.0, 4157.0, 4138.0, 4158.0, 4140.0, 4152.0, 4142.0, 4150.0, 4150.0, 4183.0, 4155.0, 4173.0, 4154.0, 4154.0, 4193.0, 4151.0, 4172.0, 4153.0, 4171.0, 4161.0, 4161.0, 4161.0, 4140.0, 4189.0, 4148.0, 4166.0, 4127.0, 4158.0, 4137.0, 4127.0, 4178.0, 4125.0, 4155.0, 4126.0, 4135.0, 4136.0, 4124.0, 4165.0, 4146.0, 4155.0, 4122.0, 4134.0, 4122.0, 4112.0, 4143.0, 4122.0, 4176.0, 4128.0, 4169.0, 4128.0, 4149.0, 4140.0, 4148.0, 4137.0, 4141.0, 4182.0, 4140.0, 4194.0, 4173.0, 4174.0, 4141.0, 4139.0, 4168.0, 4139.0, 4180.0, 4139.0, 4152.0, 4162.0, 4142.0, 4182.0, 4150.0, 4161.0, 4140.0, 4139.0, 4181.0, 4141.0, 4171.0, 4140.0, 4142.0, 4150.0, 4140.0, 4171.0, 4141.0, 4171.0, 4150.0, 4161.0, 4162.0, 4155.0, 4168.0, 4166.0, 4188.0, 4168.0, 4187.0, 4166.0, 4177.0, 4197.0, 4177.0, 4217.0, 4176.0, 4196.0, 4154.0, 4173.0, 4172.0, 4163.0, 4204.0, 4163.0, 4205.0, 4154.0, 4186.0, 4154.0, 4173.0, 4162.0, 4185.0, 4193.0, 4162.0, 4204.0, 4140.0, 4170.0, 4149.0, 4180.0, 4160.0, 4169.0, 4149.0, 4150.0, 4176.0, 4135.0, 4175.0, 4158.0, 4177.0, 4145.0, 4143.0, 4126.0, 4121.0, 4120.0, 4120.0, 4142.0, 4134.0, 4144.0, 4123.0, 4140.0, 4122.0, 4154.0, 4124.0, 4167.0, 4137.0, 4158.0, 4127.0, 4144.0, 4127.0, 4136.0, 4147.0, 4146.0, 4159.0, 4139.0, 4191.0, 4129.0, 4167.0, 4136.0, 4158.0, 4124.0, 4156.0, 4126.0, 4127.0, 4157.0, 4137.0, 4170.0, 4141.0, 4159.0, 4138.0, 4152.0, 4139.0, 4153.0, 4155.0, 4166.0, 4157.0, 4207.0, 4164.0, 4154.0, 4193.0, 4164.0, 4205.0, 4164.0, 4171.0, 4162.0, 4154.0, 4193.0, 4160.0, 4156.0, 4145.0, 4157.0, 4156.0, 4126.0, 4176.0, 4124.0, 4153.0, 4123.0, 4130.0, 4121.0, 4131.0, 4153.0, 4145.0, 4144.0, 4121.0, 4150.0, 4111.0, 4122.0, 4120.0, 4123.0, 4156.0, 4123.0, 4165.0, 4135.0, 4147.0, 4128.0, 4148.0, 4139.0, 4140.0, 4160.0, 4140.0, 4181.0, 4140.0, 4169.0, 4155.0, 4196.0, 4142.0, 4151.0, 4138.0, 4140.0, 4169.0, 4139.0, 4191.0, 4170.0, 4170.0, 4137.0, 4158.0, 4127.0, 4145.0, 4135.0, 4147.0, 4138.0, 4125.0, 4156.0, 4126.0, 4175.0, 4145.0, 4153.0, 4121.0, 4142.0, 4121.0, 4123.0, 4121.0, 4122.0, 4156.0, 4125.0, 4156.0, 4126.0, 4147.0, 4127.0, 4148.0, 4141.0, 4168.0, 4138.0, 4159.0, 4136.0, 4138.0, 4148.0, 4126.0, 4154.0, 4148.0, 4176.0, 4180.0, 4180.0, 4170.0, 4153.0, 4158.0, 4162.0, 4129.0, 4182.0, 4171.0, 4172.0, 4179.0, 4145.0, 4153.0, 4157.0, 4159.0, 4181.0, 4147.0, 4165.0, 4156.0, 4165.0, 4148.0, 4169.0, 4168.0, 4166.0, 4121.0, 4114.0, 4094.0, 4105.0, 4107.0, 4117.0, 4108.0, 4118.0, 4108.0, 4107.0, 4118.0, 4107.0, 4107.0, 4107.0, 4116.0, 4094.0, 4104.0, 4136.0, 4094.0, 4136.0, 4096.0, 4146.0, 4116.0, 4136.0, 4107.0, 4116.0, 4107.0, 4107.0, 4150.0, 4108.0, 4149.0, 4108.0, 4129.0, 4113.0, 4143.0, 4125.0, 4135.0, 4138.0, 4149.0, 4151.0, 4152.0, 4194.0, 4152.0, 4183.0, 4153.0, 4170.0, 4140.0, 4140.0, 4181.0, 4160.0, 4180.0, 4162.0, 4159.0, 4137.0, 4139.0, 4167.0, 4140.0, 4167.0, 4159.0, 4172.0, 4138.0, 4149.0, 4137.0, 4138.0, 4167.0, 4158.0, 4180.0, 4150.0, 4169.0, 4138.0, 4135.0, 4123.0, 4125.0, 4165.0, 4127.0, 4166.0, 4122.0, 4134.0, 4125.0, 4132.0, 4121.0, 4161.0, 4151.0, 4148.0, 4139.0, 4152.0, 4151.0, 4152.0, 4154.0, 4141.0, 4180.0, 4150.0, 4170.0, 4150.0, 4147.0, 4148.0, 4137.0, 4168.0, 4136.0, 4177.0, 4135.0, 4157.0, 4123.0, 4140.0, 4111.0, 4143.0, 4127.0, 4147.0, 4153.0, 4165.0, 4153.0, 4181.0, 4152.0, 4170.0, 4156.0, 4153.0, 4181.0, 4160.0, 4191.0, 4157.0, 4166.0, 4144.0, 4124.0, 4174.0, 4145.0, 4165.0, 4157.0, 4177.0, 4132.0, 4133.0, 4119.0, 4109.0, 4148.0, 4096.0, 4147.0, 4108.0, 4127.0, 4094.0, 4106.0, 4107.0, 4117.0, 4121.0, 4147.0, 4136.0, 4135.0, 4138.0, 4137.0, 4137.0, 4158.0, 4139.0, 4151.0, 4159.0, 4138.0, 4175.0, 4144.0, 4153.0, 4123.0, 4136.0, 4163.0, 4134.0, 4165.0, 4133.0, 4164.0, 4122.0, 4132.0, 4121.0, 4124.0, 4180.0, 4126.0, 4153.0, 4123.0, 4144.0, 4123.0, 4135.0, 4132.0, 4123.0, 4135.0, 4126.0, 4157.0, 4138.0, 4157.0, 4140.0, 4171.0, 4153.0, 4171.0, 4151.0, 4162.0, 4152.0, 4151.0, 4184.0, 4163.0, 4194.0, 4153.0, 4181.0, 4138.0, 4149.0, 4178.0, 4148.0, 4179.0, 4149.0, 4156.0, 4156.0, 4137.0, 4166.0, 4136.0, 4157.0, 4137.0, 4171.0, 4137.0, 4138.0, 4168.0, 4139.0, 4177.0, 4158.0, 4192.0, 4158.0, 4157.0, 4126.0, 4134.0, 4136.0, 4145.0, 4157.0, 4137.0, 4156.0], 'WindowWidth': [9497.0, 9429.0, 9338.0, 9346.0, 9281.0, 9304.0, 9328.0, 9290.0, 9332.0, 9260.0, 9316.0, 9267.0, 9253.0, 9315.0, 9251.0, 9276.0, 9244.0, 9243.0, 9271.0, 9240.0, 9282.0, 9215.0, 9261.0, 9217.0, 9218.0, 9274.0, 9231.0, 9303.0, 9233.0, 9258.0, 9213.0, 9226.0, 9284.0, 9226.0, 9246.0, 9204.0, 9218.0, 9203.0, 9195.0, 9275.0, 9208.0, 9263.0, 9220.0, 9250.0, 9229.0, 9211.0, 9247.0, 9210.0, 9251.0, 9195.0, 9223.0, 9213.0, 9215.0, 9247.0, 9234.0, 9283.0, 9253.0, 9293.0, 9239.0, 9246.0, 9235.0, 9217.0, 9299.0, 9280.0, 9290.0, 9219.0, 9258.0, 9216.0, 9211.0, 9240.0, 9214.0, 9300.0, 9248.0, 9273.0, 9234.0, 9245.0, 9230.0, 9219.0, 9283.0, 9241.0, 9271.0, 9239.0, 9257.0, 9236.0, 9218.0, 9213.0, 9212.0, 9285.0, 9219.0, 9274.0, 9251.0, 9263.0, 9243.0, 9236.0, 9272.0, 9225.0, 9284.0, 9228.0, 9233.0, 9270.0, 9268.0, 9243.0, 9205.0, 9201.0, 9193.0, 9258.0, 9226.0, 9234.0, 9241.0, 9286.0, 9273.0, 9337.0, 9265.0, 9268.0, 9244.0, 9255.0, 9246.0, 9263.0, 9262.0, 9245.0, 9272.0, 9269.0, 9276.0, 9248.0, 9243.0, 9194.0, 9249.0, 9182.0, 9201.0, 9169.0, 9152.0, 9183.0, 9137.0, 9207.0, 9169.0, 9230.0, 9161.0, 9180.0, 9155.0, 9160.0, 9155.0, 9160.0, 9179.0, 9181.0, 9191.0, 9182.0, 9218.0, 9205.0, 9204.0, 9186.0, 9203.0, 9191.0, 9193.0, 9264.0, 9230.0, 9287.0, 9213.0, 9245.0, 9204.0, 9220.0, 9201.0, 9192.0, 9262.0, 9211.0, 9279.0, 9241.0, 9267.0, 9211.0, 9223.0, 9211.0, 9208.0, 9224.0, 9211.0, 9284.0, 9244.0, 9285.0, 9213.0, 9232.0, 9194.0, 9188.0, 9187.0, 9194.0, 9253.0, 9226.0, 9267.0, 9206.0, 9232.0, 9190.0, 9207.0, 9209.0, 9210.0, 9250.0, 9218.0, 9288.0, 9219.0, 9257.0, 9221.0, 9248.0, 9242.0, 9275.0, 9245.0, 9276.0, 9263.0, 9265.0, 9306.0, 9243.0, 9310.0, 9264.0, 9318.0, 9268.0, 9265.0, 9239.0, 9239.0, 9286.0, 9224.0, 9266.0, 9224.0, 9268.0, 9218.0, 9243.0, 9252.0, 9194.0, 9256.0, 9215.0, 9243.0, 9185.0, 9232.0, 9201.0, 9218.0, 9193.0, 9188.0, 9183.0, 9182.0, 9254.0, 9188.0, 9229.0, 9214.0, 9252.0, 9213.0, 9269.0, 9235.0, 9231.0, 9230.0, 9227.0, 9227.0, 9213.0, 9285.0, 9244.0, 9273.0, 9210.0, 9233.0, 9191.0, 9202.0, 9233.0, 9206.0, 9278.0, 9239.0, 9272.0, 9206.0, 9208.0, 9184.0, 9214.0, 9192.0, 9199.0, 9183.0, 9172.0, 9212.0, 9189.0, 9258.0, 9204.0, 9276.0, 9239.0, 9249.0, 9212.0, 9211.0, 9212.0, 9209.0, 9218.0, 9191.0, 9262.0, 9190.0, 9232.0, 9206.0, 9209.0, 9211.0, 9209.0, 9252.0, 9214.0, 9270.0, 9215.0, 9254.0, 9216.0, 9246.0, 9220.0, 9234.0, 9220.0, 9241.0, 9239.0, 9238.0, 9287.0, 9217.0, 9270.0, 9227.0, 9274.0, 9230.0, 9244.0, 9233.0, 9229.0, 9237.0, 9208.0, 9276.0, 9233.0, 9249.0, 9204.0, 9232.0, 9204.0, 9187.0, 9257.0, 9199.0, 9222.0, 9202.0, 9212.0, 9205.0, 9209.0, 9230.0, 9230.0, 9230.0, 9236.0, 9275.0, 9225.0, 9283.0, 9238.0, 9282.0, 9252.0, 9236.0, 9290.0, 9220.0, 9261.0, 9231.0, 9219.0, 9290.0, 9251.0, 9296.0, 9245.0, 9259.0, 9236.0, 9218.0, 9286.0, 9195.0, 9234.0, 9197.0, 9210.0, 9243.0, 9200.0, 9271.0, 9217.0, 9238.0, 9213.0, 9214.0, 9244.0, 9235.0, 9287.0, 9256.0, 9292.0, 9239.0, 9246.0, 9235.0, 9236.0, 9254.0, 9243.0, 9317.0, 9255.0, 9298.0, 9240.0, 9258.0, 9216.0, 9241.0, 9241.0, 9279.0, 9280.0, 9250.0, 9276.0, 9218.0, 9265.0, 9205.0, 9233.0, 9205.0, 9235.0, 9236.0, 9211.0, 9282.0, 9204.0, 9222.0, 9181.0, 9195.0, 9185.0, 9188.0, 9233.0, 9210.0, 9236.0, 9215.0, 9233.0, 9221.0, 9228.0, 9231.0, 9276.0, 9240.0, 9264.0, 9241.0, 9240.0, 9288.0, 9231.0, 9259.0, 9235.0, 9254.0, 9240.0, 9242.0, 9243.0, 9219.0, 9282.0, 9221.0, 9245.0, 9191.0, 9233.0, 9206.0, 9192.0, 9261.0, 9187.0, 9225.0, 9187.0, 9200.0, 9201.0, 9185.0, 9242.0, 9214.0, 9226.0, 9181.0, 9196.0, 9178.0, 9165.0, 9207.0, 9181.0, 9255.0, 9195.0, 9252.0, 9197.0, 9224.0, 9215.0, 9224.0, 9208.0, 9218.0, 9272.0, 9217.0, 9291.0, 9265.0, 9264.0, 9218.0, 9213.0, 9250.0, 9211.0, 9267.0, 9211.0, 9231.0, 9246.0, 9220.0, 9274.0, 9230.0, 9244.0, 9216.0, 9215.0, 9272.0, 9217.0, 9258.0, 9215.0, 9220.0, 9230.0, 9217.0, 9260.0, 9219.0, 9259.0, 9233.0, 9249.0, 9253.0, 9246.0, 9267.0, 9263.0, 9294.0, 9268.0, 9291.0, 9262.0, 9278.0, 9303.0, 9276.0, 9329.0, 9273.0, 9301.0, 9243.0, 9263.0, 9262.0, 9250.0, 9307.0, 9252.0, 9309.0, 9243.0, 9287.0, 9240.0, 9266.0, 9249.0, 9282.0, 9291.0, 9251.0, 9310.0, 9218.0, 9256.0, 9226.0, 9270.0, 9240.0, 9252.0, 9226.0, 9227.0, 9259.0, 9199.0, 9254.0, 9234.0, 9261.0, 9214.0, 9209.0, 9188.0, 9175.0, 9172.0, 9175.0, 9205.0, 9195.0, 9211.0, 9180.0, 9201.0, 9179.0, 9222.0, 9184.0, 9243.0, 9206.0, 9236.0, 9194.0, 9213.0, 9190.0, 9203.0, 9218.0, 9218.0, 9235.0, 9211.0, 9284.0, 9197.0, 9245.0, 9202.0, 9233.0, 9185.0, 9228.0, 9190.0, 9192.0, 9230.0, 9206.0, 9252.0, 9217.0, 9237.0, 9209.0, 9232.0, 9213.0, 9236.0, 9244.0, 9259.0, 9247.0, 9312.0, 9250.0, 9237.0, 9290.0, 9251.0, 9310.0, 9251.0, 9260.0, 9246.0, 9243.0, 9293.0, 9240.0, 9230.0, 9212.0, 9231.0, 9229.0, 9187.0, 9257.0, 9182.0, 9220.0, 9179.0, 9187.0, 9176.0, 9188.0, 9220.0, 9212.0, 9211.0, 9178.0, 9215.0, 9163.0, 9177.0, 9175.0, 9182.0, 9231.0, 9183.0, 9240.0, 9202.0, 9221.0, 9194.0, 9221.0, 9211.0, 9214.0, 9239.0, 9214.0, 9271.0, 9217.0, 9254.0, 9241.0, 9298.0, 9222.0, 9231.0, 9210.0, 9215.0, 9254.0, 9211.0, 9284.0, 9254.0, 9253.0, 9206.0, 9236.0, 9193.0, 9215.0, 9201.0, 9221.0, 9209.0, 9189.0, 9229.0, 9189.0, 9253.0, 9211.0, 9220.0, 9177.0, 9204.0, 9177.0, 9180.0, 9177.0, 9178.0, 9230.0, 9188.0, 9228.0, 9190.0, 9219.0, 9193.0, 9223.0, 9216.0, 9250.0, 9209.0, 9238.0, 9206.0, 9210.0, 9224.0, 9189.0, 9223.0, 9223.0, 9275.0, 9289.0, 9290.0, 9272.0, 9239.0, 9250.0, 9246.0, 9195.0, 9270.0, 9256.0, 9258.0, 9262.0, 9212.0, 9220.0, 9230.0, 9237.0, 9265.0, 9214.0, 9237.0, 9224.0, 9237.0, 9214.0, 9250.0, 9249.0, 9245.0, 9175.0, 9157.0, 9129.0, 9143.0, 9152.0, 9164.0, 9157.0, 9168.0, 9154.0, 9152.0, 9165.0, 9150.0, 9148.0, 9149.0, 9158.0, 9128.0, 9141.0, 9186.0, 9129.0, 9186.0, 9133.0, 9200.0, 9160.0, 9186.0, 9147.0, 9160.0, 9148.0, 9150.0, 9208.0, 9153.0, 9208.0, 9156.0, 9181.0, 9167.0, 9209.0, 9189.0, 9203.0, 9212.0, 9225.0, 9230.0, 9233.0, 9291.0, 9234.0, 9277.0, 9237.0, 9258.0, 9216.0, 9214.0, 9269.0, 9240.0, 9268.0, 9243.0, 9238.0, 9207.0, 9212.0, 9249.0, 9214.0, 9247.0, 9238.0, 9260.0, 9209.0, 9227.0, 9204.0, 9208.0, 9245.0, 9234.0, 9269.0, 9229.0, 9254.0, 9208.0, 9201.0, 9183.0, 9187.0, 9240.0, 9194.0, 9243.0, 9179.0, 9196.0, 9187.0, 9195.0, 9176.0, 9246.0, 9233.0, 9226.0, 9215.0, 9232.0, 9232.0, 9237.0, 9241.0, 9219.0, 9269.0, 9227.0, 9255.0, 9226.0, 9221.0, 9223.0, 9207.0, 9249.0, 9206.0, 9263.0, 9206.0, 9233.0, 9183.0, 9200.0, 9162.0, 9204.0, 9191.0, 9223.0, 9241.0, 9258.0, 9244.0, 9275.0, 9236.0, 9260.0, 9251.0, 9242.0, 9276.0, 9244.0, 9290.0, 9237.0, 9248.0, 9214.0, 9187.0, 9255.0, 9215.0, 9243.0, 9233.0, 9260.0, 9194.0, 9193.0, 9170.0, 9155.0, 9208.0, 9134.0, 9206.0, 9154.0, 9176.0, 9133.0, 9149.0, 9153.0, 9166.0, 9178.0, 9221.0, 9206.0, 9204.0, 9213.0, 9210.0, 9212.0, 9238.0, 9216.0, 9234.0, 9239.0, 9209.0, 9255.0, 9211.0, 9224.0, 9182.0, 9203.0, 9238.0, 9199.0, 9243.0, 9198.0, 9238.0, 9180.0, 9193.0, 9178.0, 9184.0, 9266.0, 9189.0, 9223.0, 9182.0, 9211.0, 9184.0, 9200.0, 9196.0, 9184.0, 9203.0, 9191.0, 9234.0, 9212.0, 9237.0, 9219.0, 9261.0, 9241.0, 9260.0, 9235.0, 9251.0, 9237.0, 9233.0, 9281.0, 9255.0, 9294.0, 9240.0, 9275.0, 9213.0, 9225.0, 9264.0, 9223.0, 9270.0, 9226.0, 9234.0, 9233.0, 9209.0, 9248.0, 9207.0, 9235.0, 9209.0, 9259.0, 9211.0, 9213.0, 9252.0, 9212.0, 9262.0, 9236.0, 9288.0, 9239.0, 9235.0, 9192.0, 9200.0, 9206.0, 9216.0, 9233.0, 9207.0, 9231.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.004281635565312843</td></tr>
<tr><td colspan=3>aqi</td><td>0.03496957266739846</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.52879120985712</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1921989310769239</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0152618706263745</td></tr>
<tr><td colspan=3>efc</td><td>0.5297</td></tr>
<tr><td colspan=3>fber</td><td>4127.25</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10636646703283265</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.220636663007683</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4823664553345357</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.382603125012497</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6480222095935035</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4164740313976067</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134827</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.010636224411427975</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03792309761047363</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.454028955000943</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.0696</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2645</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.8136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284227.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1023.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.9353</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2269</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.6016</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3312.279</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1515.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>775.9225</td></tr>
<tr><td colspan=3>tsnr</td><td>34.64637602143921</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>