<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-02/func/sub-0029_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>23bdfb6634dc29aead4acc5bc8832fb1</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:23:49.250000</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.999199, -0.0339544, -0.0211742, 0.0357659, 0.995113, 0.0920324]</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.121982</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>[4134, -7795, -7204, 570, -35, -220, -27, 52]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>256.998</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb44ecaa-72a5-4001-b478-a713e36552df||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.6807780265808105, 0.09595724940299988, -0.04845375195145607, 112.40705871582031], [0.09109728038311005, 2.669816732406616, 0.250333309173584, -93.83434295654297], [-0.05680886283516884, -0.24691632390022278, 2.6879332065582275, -24.729276657104492], [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': ['122349.250000', '122349.710000', '122350.170000', '122350.630000', '122351.090000', '122351.550000', '122352.010000', '122352.470000', '122352.930000', '122353.390000', '122353.850000', '122354.310000', '122354.770000', '122355.230000', '122355.690000', '122356.150000', '122356.610000', '122357.070000', '122357.530000', '122357.990000', '122358.450000', '122358.910000', '122359.370000', '122359.830000', '122400.290000', '122400.750000', '122401.210000', '122401.670000', '122402.130000', '122402.590000', '122403.050000', '122403.510000', '122403.970000', '122404.430000', '122404.890000', '122405.350000', '122405.810000', '122406.270000', '122406.730000', '122407.190000', '122407.650000', '122408.110000', '122408.570000', '122409.030000', '122409.490000', '122409.950000', '122410.410000', '122410.870000', '122411.330000', '122411.790000', '122412.250000', '122412.710000', '122413.170000', '122413.630000', '122414.090000', '122414.550000', '122415.010000', '122415.470000', '122415.930000', '122416.390000', '122416.850000', '122417.310000', '122417.770000', '122418.230000', '122418.690000', '122419.150000', '122419.610000', '122420.070000', '122420.530000', '122420.990000', '122421.450000', '122421.910000', '122422.370000', '122422.830000', '122423.290000', '122423.750000', '122424.210000', '122424.670000', '122425.130000', '122425.590000', '122426.050000', '122426.510000', '122426.970000', '122427.430000', '122427.890000', '122428.350000', '122428.810000', '122429.270000', '122429.730000', '122430.190000', '122430.650000', '122431.110000', '122431.570000', '122432.030000', '122432.490000', '122432.950000', '122433.410000', '122433.870000', '122434.330000', '122434.790000', '122435.250000', '122435.710000', '122436.170000', '122436.630000', '122437.090000', '122437.550000', '122438.010000', '122438.470000', '122438.930000', '122439.390000', '122439.850000', '122440.310000', '122440.770000', '122441.230000', '122441.690000', '122442.150000', '122442.610000', '122443.070000', '122443.530000', '122443.990000', '122444.450000', '122444.910000', '122445.370000', '122445.830000', '122446.290000', '122446.750000', '122447.210000', '122447.670000', '122448.130000', '122448.590000', '122449.050000', '122449.510000', '122449.970000', '122450.430000', '122450.890000', '122451.350000', '122451.810000', '122452.270000', '122452.730000', '122453.190000', '122453.650000', '122454.110000', '122454.570000', '122455.030000', '122455.490000', '122455.950000', '122456.410000', '122456.870000', '122457.330000', '122457.790000', '122458.250000', '122458.710000', '122459.170000', '122459.630000', '122500.090000', '122500.550000', '122501.010000', '122501.470000', '122501.930000', '122502.390000', '122502.850000', '122503.310000', '122503.770000', '122504.230000', '122504.690000', '122505.150000', '122505.610000', '122506.070000', '122506.530000', '122506.990000', '122507.450000', '122507.910000', '122508.370000', '122508.830000', '122509.290000', '122509.750000', '122510.210000', '122510.670000', '122511.130000', '122511.590000', '122512.050000', '122512.510000', '122512.970000', '122513.430000', '122513.890000', '122514.350000', '122514.810000', '122515.270000', '122515.730000', '122516.190000', '122516.650000', '122517.110000', '122517.570000', '122518.030000', '122518.490000', '122518.950000', '122519.410000', '122519.870000', '122520.330000', '122520.790000', '122521.250000', '122521.710000', '122522.170000', '122522.630000', '122523.090000', '122523.550000', '122524.010000', '122524.470000', '122524.930000', '122525.390000', '122525.850000', '122526.310000', '122526.770000', '122527.230000', '122527.690000', '122528.150000', '122528.610000', '122529.070000', '122529.530000', '122529.990000', '122530.450000', '122530.910000', '122531.370000', '122531.830000', '122532.290000', '122532.750000', '122533.210000', '122533.670000', '122534.130000', '122534.590000', '122535.050000', '122535.510000', '122535.970000', '122536.430000', '122536.890000', '122537.350000', '122537.810000', '122538.270000', '122538.730000', '122539.190000', '122539.650000', '122540.110000', '122540.570000', '122541.030000', '122541.490000', '122541.950000', '122542.410000', '122542.870000', '122543.330000', '122543.790000', '122544.250000', '122544.710000', '122545.170000', '122545.630000', '122546.090000', '122546.550000', '122547.010000', '122547.470000', '122547.930000', '122548.390000', '122548.850000', '122549.310000', '122549.770000', '122550.230000', '122550.690000', '122551.150000', '122551.610000', '122552.070000', '122552.530000', '122552.990000', '122553.450000', '122553.910000', '122554.370000', '122554.830000', '122555.290000', '122555.750000', '122556.210000', '122556.670000', '122557.130000', '122557.590000', '122558.050000', '122558.510000', '122558.970000', '122559.430000', '122559.890000', '122600.350000', '122600.810000', '122601.270000', '122601.730000', '122602.190000', '122602.650000', '122603.110000', '122603.570000', '122604.030000', '122604.490000', '122604.950000', '122605.410000', '122605.870000', '122606.330000', '122606.790000', '122607.250000', '122607.710000', '122608.170000', '122608.630000', '122609.090000', '122609.550000', '122610.010000', '122610.470000', '122610.930000', '122611.390000', '122611.850000', '122612.310000', '122612.770000', '122613.230000', '122613.690000', '122614.150000', '122614.610000', '122615.070000', '122615.530000', '122615.990000', '122616.450000', '122616.910000', '122617.370000', '122617.830000', '122618.290000', '122618.750000', '122619.210000', '122619.670000', '122620.130000', '122620.590000', '122621.050000', '122621.510000', '122621.970000', '122622.430000', '122622.890000', '122623.350000', '122623.810000', '122624.270000', '122624.730000', '122625.190000', '122625.650000', '122626.110000', '122626.570000', '122627.030000', '122627.490000', '122627.950000', '122628.410000', '122628.870000', '122629.330000', '122629.790000', '122630.250000', '122630.710000', '122631.170000', '122631.630000', '122632.090000', '122632.550000', '122633.010000', '122633.470000', '122633.930000', '122634.390000', '122634.850000', '122635.310000', '122635.770000', '122636.230000', '122636.690000', '122637.150000', '122637.610000', '122638.070000', '122638.530000', '122638.990000', '122639.450000', '122639.910000', '122640.370000', '122640.830000', '122641.290000', '122641.750000', '122642.210000', '122642.670000', '122643.130000', '122643.590000', '122644.050000', '122644.510000', '122644.970000', '122645.430000', '122645.890000', '122646.350000', '122646.810000', '122647.270000', '122647.730000', '122648.190000', '122648.650000', '122649.110000', '122649.570000', '122650.030000', '122650.490000', '122650.950000', '122651.410000', '122651.870000', '122652.330000', '122652.790000', '122653.250000', '122653.710000', '122654.170000', '122654.630000', '122655.090000', '122655.550000', '122656.010000', '122656.470000', '122656.930000', '122657.390000', '122657.850000', '122658.310000', '122658.770000', '122659.230000', '122659.690000', '122700.150000', '122700.610000', '122701.070000', '122701.530000', '122701.990000', '122702.450000', '122702.910000', '122703.370000', '122703.830000', '122704.290000', '122704.750000', '122705.210000', '122705.670000', '122706.130000', '122706.590000', '122707.050000', '122707.510000', '122707.970000', '122708.430000', '122708.890000', '122709.350000', '122709.810000', '122710.270000', '122710.730000', '122711.190000', '122711.650000', '122712.110000', '122712.570000', '122713.030000', '122713.490000', '122713.950000', '122714.410000', '122714.870000', '122715.330000', '122715.790000', '122716.250000', '122716.710000', '122717.170000', '122717.630000', '122718.090000', '122718.550000', '122719.010000', '122719.470000', '122719.930000', '122720.390000', '122720.850000', '122721.310000', '122721.770000', '122722.230000', '122722.690000', '122723.150000', '122723.610000', '122724.070000', '122724.530000', '122724.990000', '122725.450000', '122725.910000', '122726.370000', '122726.830000', '122727.290000', '122727.750000', '122728.210000', '122728.670000', '122729.130000', '122729.590000', '122730.050000', '122730.510000', '122730.970000', '122731.430000', '122731.890000', '122732.350000', '122732.810000', '122733.270000', '122733.730000', '122734.190000', '122734.650000', '122735.110000', '122735.570000', '122736.030000', '122736.490000', '122736.950000', '122737.410000', '122737.870000', '122738.330000', '122738.790000', '122739.250000', '122739.710000', '122740.170000', '122740.630000', '122741.090000', '122741.550000', '122742.010000', '122742.470000', '122742.930000', '122743.390000', '122743.850000', '122744.310000', '122744.770000', '122745.230000', '122745.690000', '122746.150000', '122746.610000', '122747.070000', '122747.530000', '122747.990000', '122748.450000', '122748.910000', '122749.370000', '122749.830000', '122750.290000', '122750.750000', '122751.210000', '122751.670000', '122752.130000', '122752.590000', '122753.050000', '122753.510000', '122753.970000', '122754.430000', '122754.890000', '122755.350000', '122755.810000', '122756.270000', '122756.730000', '122757.190000', '122757.650000', '122758.110000', '122758.570000', '122759.030000', '122759.490000', '122759.950000', '122800.410000', '122800.870000', '122801.330000', '122801.790000', '122802.250000', '122802.710000', '122803.170000', '122803.630000', '122804.090000', '122804.550000', '122805.010000', '122805.470000', '122805.930000', '122806.390000', '122806.850000', '122807.310000', '122807.770000', '122808.230000', '122808.690000', '122809.150000', '122809.610000', '122810.070000', '122810.530000', '122810.990000', '122811.450000', '122811.910000', '122812.370000', '122812.830000', '122813.290000', '122813.750000', '122814.210000', '122814.670000', '122815.130000', '122815.590000', '122816.050000', '122816.510000', '122816.970000', '122817.430000', '122817.890000', '122818.350000', '122818.810000', '122819.270000', '122819.730000', '122820.190000', '122820.650000', '122821.110000', '122821.570000', '122822.030000', '122822.490000', '122822.950000', '122823.410000', '122823.870000', '122824.330000', '122824.790000', '122825.250000', '122825.710000', '122826.170000', '122826.630000', '122827.090000', '122827.550000', '122828.010000', '122828.470000', '122828.930000', '122829.390000', '122829.850000', '122830.310000', '122830.770000', '122831.230000', '122831.690000', '122832.150000', '122832.610000', '122833.070000', '122833.530000', '122833.990000', '122834.450000', '122834.910000', '122835.370000', '122835.830000', '122836.290000', '122836.750000', '122837.210000', '122837.670000', '122838.130000', '122838.590000', '122839.050000', '122839.510000', '122839.970000', '122840.430000', '122840.890000', '122841.350000', '122841.810000', '122842.270000', '122842.730000', '122843.190000', '122843.650000', '122844.110000', '122844.570000', '122845.030000', '122845.490000', '122845.950000', '122846.410000', '122846.870000', '122847.330000', '122847.790000', '122848.250000', '122848.710000', '122849.170000', '122849.630000', '122850.090000', '122850.550000', '122851.010000', '122851.470000', '122851.930000', '122852.390000', '122852.850000', '122853.310000', '122853.770000', '122854.230000', '122854.690000', '122855.150000', '122855.610000', '122856.070000', '122856.530000', '122856.990000', '122857.450000', '122857.910000', '122858.370000', '122858.830000', '122859.290000', '122859.750000', '122900.210000', '122900.670000', '122901.130000', '122901.590000', '122902.050000', '122902.510000', '122902.970000', '122903.430000', '122903.890000', '122904.350000', '122904.810000', '122905.270000', '122905.730000', '122906.190000', '122906.650000', '122907.110000', '122907.570000', '122908.030000', '122908.490000', '122908.950000', '122909.410000', '122909.870000', '122910.330000', '122910.790000', '122911.250000', '122911.710000', '122912.170000', '122912.630000', '122913.090000', '122913.550000', '122914.010000', '122914.470000', '122914.930000', '122915.390000', '122915.850000', '122916.310000', '122916.770000', '122917.230000', '122917.690000', '122918.150000', '122918.610000', '122919.070000', '122919.530000', '122919.990000', '122920.450000', '122920.910000', '122921.370000', '122921.830000', '122922.290000', '122922.750000', '122923.210000', '122923.670000', '122924.130000', '122924.590000', '122925.050000', '122925.510000', '122925.970000', '122926.430000', '122926.890000', '122927.350000', '122927.810000', '122928.270000', '122928.730000', '122929.190000', '122929.650000', '122930.110000', '122930.570000', '122931.030000', '122931.490000', '122931.950000', '122932.410000', '122932.870000', '122933.330000', '122933.790000', '122934.250000', '122934.710000', '122935.170000', '122935.630000', '122936.090000', '122936.550000', '122937.010000', '122937.470000', '122937.930000', '122938.390000', '122938.850000', '122939.310000', '122939.770000', '122940.230000', '122940.690000', '122941.150000', '122941.610000', '122942.070000', '122942.530000', '122942.990000', '122943.450000', '122943.910000', '122944.370000', '122944.830000', '122945.290000', '122945.750000', '122946.210000', '122946.670000', '122947.130000', '122947.590000', '122948.050000', '122948.510000', '122948.970000', '122949.430000', '122949.890000', '122950.350000', '122950.810000', '122951.270000', '122951.730000', '122952.190000', '122952.650000', '122953.110000', '122953.570000', '122954.030000', '122954.490000', '122954.950000', '122955.410000', '122955.870000', '122956.330000', '122956.790000', '122957.250000', '122957.710000', '122958.170000', '122958.630000', '122959.090000', '122959.550000', '123000.010000', '123000.470000', '123000.930000', '123001.390000', '123001.850000', '123002.310000', '123002.770000', '123003.230000', '123003.690000', '123004.150000', '123004.610000', '123005.070000', '123005.530000', '123005.990000', '123006.450000', '123006.910000', '123007.370000', '123007.830000', '123008.290000', '123008.750000', '123009.210000', '123009.670000', '123010.130000', '123010.590000', '123011.050000', '123011.510000', '123011.970000', '123012.430000', '123012.890000', '123013.350000', '123013.810000', '123014.270000', '123014.730000', '123015.190000', '123015.650000', '123016.110000', '123016.570000', '123017.030000', '123017.490000', '123017.950000', '123018.410000', '123018.870000', '123019.330000', '123019.790000', '123020.250000', '123020.710000', '123021.170000', '123021.630000', '123022.090000', '123022.550000', '123023.010000', '123023.470000', '123023.930000', '123024.390000', '123024.850000', '123025.310000', '123025.770000', '123026.230000', '123026.690000', '123027.150000', '123027.610000', '123028.070000', '123028.530000', '123028.990000', '123029.450000', '123029.910000', '123030.370000', '123030.830000', '123031.290000', '123031.750000', '123032.210000', '123032.670000', '123033.130000', '123033.590000', '123034.050000', '123034.510000', '123034.970000', '123035.430000', '123035.890000', '123036.350000', '123036.810000', '123037.270000', '123037.730000', '123038.190000', '123038.650000', '123039.110000', '123039.570000', '123040.030000', '123040.490000', '123040.950000', '123041.410000', '123041.870000', '123042.330000', '123042.790000', '123043.250000', '123043.710000', '123044.170000', '123044.630000', '123045.090000', '123045.550000', '123046.010000', '123046.470000', '123046.930000', '123047.390000', '123047.850000', '123048.310000', '123048.770000', '123049.230000'], 'ContentTime': ['122358.534000', '122358.538000', '122358.546000', '122358.548000', '122358.552000', '122358.555000', '122358.569000', '122358.572000', '122358.575000', '122358.578000', '122358.581000', '122358.584000', '122358.587000', '122358.606000', '122358.609000', '122358.612000', '122358.621000', '122358.623000', '122418.504000', '122418.507000', '122418.510000', '122418.513000', '122418.515000', '122418.518000', '122418.521000', '122418.524000', '122418.527000', '122418.533000', '122418.536000', '122418.539000', '122418.542000', '122418.544000', '122418.547000', '122418.550000', '122418.553000', '122418.556000', '122418.559000', '122418.562000', '122418.565000', '122418.567000', '122418.570000', '122418.573000', '122418.576000', '122418.579000', '122418.582000', '122418.585000', '122418.588000', '122418.591000', '122418.593000', '122418.596000', '122418.599000', '122418.602000', '122418.605000', '122418.608000', '122418.611000', '122418.613000', '122418.616000', '122418.619000', '122418.622000', '122418.625000', '122418.628000', '122418.631000', '122438.504000', '122438.507000', '122438.510000', '122438.513000', '122438.516000', '122438.519000', '122438.521000', '122438.524000', '122438.527000', '122438.530000', '122438.533000', '122438.536000', '122438.539000', '122438.542000', '122438.545000', '122438.547000', '122438.550000', '122438.553000', '122438.556000', '122438.559000', '122438.562000', '122438.577000', '122438.581000', '122438.584000', '122438.587000', '122438.590000', '122438.593000', '122438.596000', '122438.598000', '122438.601000', '122438.604000', '122438.607000', '122438.610000', '122438.613000', '122438.616000', '122438.619000', '122438.622000', '122438.624000', '122438.627000', '122438.630000', '122438.633000', '122438.636000', '122438.639000', '122458.503000', '122458.506000', '122458.509000', '122458.512000', '122458.514000', '122458.517000', '122458.520000', '122458.523000', '122458.526000', '122458.529000', '122458.532000', '122458.535000', '122458.538000', '122458.540000', '122458.544000', '122458.546000', '122458.549000', '122458.552000', '122458.555000', '122458.558000', '122458.561000', '122458.564000', '122458.567000', '122458.570000', '122458.572000', '122458.575000', '122458.578000', '122458.581000', '122458.584000', '122458.587000', '122458.590000', '122458.593000', '122458.595000', '122458.598000', '122458.601000', '122458.604000', '122458.607000', '122458.610000', '122458.613000', '122458.615000', '122458.618000', '122458.621000', '122458.624000', '122458.627000', '122518.504000', '122518.507000', '122518.510000', '122518.513000', '122518.516000', '122518.518000', '122518.521000', '122518.524000', '122518.527000', '122518.530000', '122518.533000', '122518.536000', '122518.540000', '122518.543000', '122518.546000', '122518.549000', '122518.552000', '122518.555000', '122518.558000', '122518.561000', '122518.564000', '122518.566000', '122518.569000', '122518.572000', '122518.575000', '122518.578000', '122518.581000', '122518.584000', '122518.587000', '122518.589000', '122518.592000', '122518.595000', '122518.598000', '122518.601000', '122518.605000', '122518.608000', '122518.612000', '122518.615000', '122518.618000', '122518.620000', '122518.623000', '122518.626000', '122518.629000', '122538.504000', '122538.507000', '122538.510000', '122538.513000', '122538.516000', '122538.519000', '122538.522000', '122538.525000', '122538.527000', '122538.535000', '122538.538000', '122538.540000', '122538.543000', '122538.546000', '122538.549000', '122538.552000', '122538.555000', '122538.558000', '122538.561000', '122538.564000', '122538.567000', '122538.570000', '122538.572000', '122538.575000', '122538.578000', '122538.581000', '122538.584000', '122538.587000', '122538.590000', '122538.593000', '122538.596000', '122538.599000', '122538.601000', '122538.604000', '122538.607000', '122538.610000', '122538.613000', '122538.616000', '122538.619000', '122538.622000', '122538.625000', '122538.628000', '122538.631000', '122538.633000', '122558.504000', '122558.507000', '122558.510000', '122558.513000', '122558.516000', '122558.519000', '122558.521000', '122558.524000', '122558.527000', '122558.530000', '122558.533000', '122558.536000', '122558.539000', '122558.542000', '122558.545000', '122558.548000', '122558.551000', '122558.554000', '122558.556000', '122558.560000', '122558.562000', '122558.565000', '122558.568000', '122558.571000', '122558.574000', '122558.577000', '122558.580000', '122558.583000', '122558.586000', '122558.588000', '122558.591000', '122558.594000', '122558.597000', '122558.600000', '122558.603000', '122558.606000', '122558.609000', '122558.612000', '122558.615000', '122558.619000', '122558.622000', '122558.625000', '122558.628000', '122618.504000', '122618.507000', '122618.510000', '122618.513000', '122618.516000', '122618.519000', '122618.521000', '122618.524000', '122618.527000', '122618.530000', '122618.533000', '122618.536000', '122618.539000', '122618.542000', '122618.545000', '122618.547000', '122618.550000', '122618.553000', '122618.569000', '122618.572000', '122618.575000', '122618.578000', '122618.580000', '122618.583000', '122618.586000', '122618.589000', '122618.592000', '122618.595000', '122618.598000', '122618.601000', '122618.603000', '122618.606000', '122618.609000', '122618.612000', '122618.615000', '122618.618000', '122618.621000', '122618.624000', '122618.627000', '122618.629000', '122618.632000', '122618.635000', '122618.638000', '122618.641000', '122638.504000', '122638.507000', '122638.510000', '122638.513000', '122638.516000', '122638.519000', '122638.522000', '122638.525000', '122638.527000', '122638.530000', '122638.533000', '122638.536000', '122638.539000', '122638.542000', '122638.545000', '122638.548000', '122638.551000', '122638.554000', '122638.557000', '122638.560000', '122638.562000', '122638.565000', '122638.568000', '122638.571000', '122638.574000', '122638.578000', '122638.581000', '122638.584000', '122638.587000', '122638.590000', '122638.593000', '122638.596000', '122638.599000', '122638.602000', '122638.605000', '122638.608000', '122638.610000', '122638.613000', '122638.616000', '122638.619000', '122638.622000', '122638.625000', '122638.628000', '122658.504000', '122658.507000', '122658.510000', '122658.513000', '122658.516000', '122658.519000', '122658.521000', '122658.525000', '122658.527000', '122658.530000', '122658.533000', '122658.536000', '122658.539000', '122658.542000', '122658.545000', '122658.548000', '122658.551000', '122658.554000', '122658.557000', '122658.560000', '122658.562000', '122658.565000', '122658.568000', '122658.571000', '122658.574000', '122658.577000', '122658.580000', '122658.583000', '122658.585000', '122658.588000', '122658.591000', '122658.594000', '122658.597000', '122658.600000', '122658.603000', '122658.606000', '122658.609000', '122658.612000', '122658.614000', '122658.617000', '122658.620000', '122658.623000', '122658.626000', '122658.635000', '122718.503000', '122718.506000', '122718.509000', '122718.512000', '122718.515000', '122718.518000', '122718.521000', '122718.524000', '122718.526000', '122718.530000', '122718.532000', '122718.535000', '122718.538000', '122718.541000', '122718.544000', '122718.547000', '122718.550000', '122718.553000', '122718.556000', '122718.559000', '122718.562000', '122718.565000', '122718.567000', '122718.570000', '122718.573000', '122718.576000', '122718.579000', '122718.582000', '122718.585000', '122718.588000', '122718.591000', '122718.594000', '122718.597000', '122718.600000', '122718.602000', '122718.605000', '122718.608000', '122718.611000', '122718.614000', '122718.617000', '122718.620000', '122718.623000', '122718.626000', '122738.504000', '122738.507000', '122738.515000', '122738.518000', '122738.521000', '122738.524000', '122738.527000', '122738.529000', '122738.532000', '122738.535000', '122738.538000', '122738.541000', '122738.544000', '122738.547000', '122738.550000', '122738.553000', '122738.555000', '122738.558000', '122738.561000', '122738.564000', '122738.567000', '122738.570000', '122738.573000', '122738.576000', '122738.579000', '122738.582000', '122738.585000', '122738.587000', '122738.590000', '122738.593000', '122738.596000', '122738.599000', '122738.602000', '122738.605000', '122738.608000', '122738.611000', '122738.614000', '122738.617000', '122738.620000', '122738.623000', '122738.625000', '122738.628000', '122738.631000', '122738.634000', '122758.504000', '122758.507000', '122758.510000', '122758.513000', '122758.516000', '122758.519000', '122758.521000', '122758.524000', '122758.527000', '122758.530000', '122758.533000', '122758.536000', '122758.539000', '122758.542000', '122758.545000', '122758.548000', '122758.551000', '122758.554000', '122758.556000', '122758.560000', '122758.562000', '122758.565000', '122758.568000', '122758.571000', '122758.574000', '122758.577000', '122758.580000', '122758.583000', '122758.586000', '122758.589000', '122758.592000', '122758.595000', '122758.598000', '122758.600000', '122758.603000', '122758.606000', '122758.609000', '122758.612000', '122758.624000', '122758.627000', '122758.630000', '122758.633000', '122758.636000', '122818.504000', '122818.507000', '122818.510000', '122818.513000', '122818.516000', '122818.519000', '122818.521000', '122818.524000', '122818.527000', '122818.530000', '122818.533000', '122818.536000', '122818.539000', '122818.542000', '122818.545000', '122818.548000', '122818.551000', '122818.554000', '122818.557000', '122818.560000', '122818.563000', '122818.566000', '122818.568000', '122818.571000', '122818.574000', '122818.577000', '122818.581000', '122818.584000', '122818.587000', '122818.590000', '122818.593000', '122818.596000', '122818.599000', '122818.601000', '122818.604000', '122818.607000', '122818.617000', '122818.620000', '122818.623000', '122818.626000', '122818.629000', '122818.632000', '122818.635000', '122818.637000', '122838.504000', '122838.507000', '122838.510000', '122838.513000', '122838.516000', '122838.519000', '122838.522000', '122838.525000', '122838.528000', '122838.530000', '122838.534000', '122838.537000', '122838.539000', '122838.542000', '122838.545000', '122838.548000', '122838.551000', '122838.554000', '122838.557000', '122838.560000', '122838.563000', '122838.566000', '122838.569000', '122838.572000', '122838.575000', '122838.578000', '122838.581000', '122838.584000', '122838.586000', '122838.589000', '122838.592000', '122838.595000', '122838.598000', '122838.601000', '122838.604000', '122838.607000', '122838.610000', '122838.613000', '122838.616000', '122838.619000', '122838.622000', '122838.625000', '122838.627000', '122858.504000', '122858.507000', '122858.510000', '122858.513000', '122858.516000', '122858.519000', '122858.521000', '122858.525000', '122858.527000', '122858.530000', '122858.533000', '122858.536000', '122858.539000', '122858.542000', '122858.545000', '122858.548000', '122858.551000', '122858.554000', '122858.557000', '122858.560000', '122858.563000', '122858.566000', '122858.569000', '122858.572000', '122858.574000', '122858.577000', '122858.580000', '122858.583000', '122858.586000', '122858.589000', '122858.592000', '122858.595000', '122858.598000', '122858.600000', '122858.603000', '122858.606000', '122858.609000', '122858.612000', '122858.615000', '122858.618000', '122858.621000', '122858.624000', '122858.627000', '122858.629000', '122918.504000', '122918.507000', '122918.510000', '122918.513000', '122918.516000', '122918.519000', '122918.522000', '122918.525000', '122918.528000', '122918.531000', '122918.534000', '122918.536000', '122918.539000', '122918.542000', '122918.545000', '122918.548000', '122918.551000', '122918.554000', '122918.557000', '122918.560000', '122918.563000', '122918.566000', '122918.569000', '122918.583000', '122918.586000', '122918.589000', '122918.592000', '122918.595000', '122918.597000', '122918.600000', '122918.603000', '122918.606000', '122918.609000', '122918.612000', '122918.615000', '122918.618000', '122918.621000', '122918.624000', '122918.627000', '122918.630000', '122918.632000', '122918.636000', '122918.638000', '122938.503000', '122938.506000', '122938.509000', '122938.512000', '122938.515000', '122938.518000', '122938.521000', '122938.524000', '122938.527000', '122938.530000', '122938.533000', '122938.536000', '122938.538000', '122938.541000', '122938.544000', '122938.547000', '122938.552000', '122938.555000', '122938.558000', '122938.561000', '122938.564000', '122938.567000', '122938.570000', '122938.573000', '122938.576000', '122938.579000', '122938.582000', '122938.585000', '122938.588000', '122938.590000', '122938.594000', '122938.596000', '122938.599000', '122938.602000', '122938.605000', '122938.608000', '122938.611000', '122938.614000', '122938.617000', '122938.620000', '122938.623000', '122938.626000', '122938.629000', '122938.631000', '122958.504000', '122958.507000', '122958.510000', '122958.513000', '122958.516000', '122958.518000', '122958.521000', '122958.524000', '122958.527000', '122958.530000', '122958.533000', '122958.536000', '122958.539000', '122958.542000', '122958.544000', '122958.547000', '122958.550000', '122958.553000', '122958.556000', '122958.559000', '122958.562000', '122958.565000', '122958.568000', '122958.571000', '122958.574000', '122958.577000', '122958.580000', '122958.582000', '122958.593000', '122958.596000', '122958.599000', '122958.602000', '122958.605000', '122958.608000', '122958.611000', '122958.613000', '122958.617000', '122958.619000', '122958.622000', '122958.625000', '122958.628000', '122958.631000', '122958.634000', '123018.504000', '123018.507000', '123018.510000', '123018.521000', '123018.524000', '123018.527000', '123018.530000', '123018.533000', '123018.536000', '123018.539000', '123018.542000', '123018.545000', '123018.548000', '123018.551000', '123018.554000', '123018.557000', '123018.559000', '123018.570000', '123018.573000', '123018.576000', '123018.579000', '123018.582000', '123018.585000', '123018.588000', '123018.591000', '123018.594000', '123018.597000', '123018.599000', '123018.602000', '123018.605000', '123018.608000', '123018.611000', '123018.614000', '123018.617000', '123018.620000', '123018.623000', '123018.625000', '123018.628000', '123018.631000', '123018.634000', '123018.637000', '123018.640000', '123018.643000', '123038.504000', '123038.507000', '123038.510000', '123038.513000', '123038.516000', '123038.519000', '123038.522000', '123038.525000', '123038.527000', '123038.530000', '123038.533000', '123038.536000', '123038.539000', '123038.542000', '123038.545000', '123038.548000', '123038.551000', '123038.553000', '123038.556000', '123038.559000', '123038.562000', '123038.565000', '123038.568000', '123038.571000', '123038.574000', '123038.577000', '123038.580000', '123038.582000', '123038.585000', '123038.588000', '123038.591000', '123038.594000', '123038.597000', '123038.600000', '123038.603000', '123038.620000', '123038.623000', '123038.626000', '123038.629000', '123038.632000', '123038.634000', '123038.637000', '123038.640000', '123038.643000', '123050.316000', '123050.320000', '123050.323000', '123050.326000', '123050.329000', '123050.332000', '123050.336000', '123050.339000', '123050.342000', '123050.345000', '123050.348000', '123050.352000', '123050.356000', '123050.359000', '123050.362000', '123050.365000', '123050.368000', '123050.371000', '123050.374000', '123050.377000', '123050.380000', '123050.383000', '123050.386000', '123050.390000', '123050.393000', '123050.396000'], 'InstanceCreationTime': ['122358.534000', '122358.538000', '122358.546000', '122358.548000', '122358.552000', '122358.555000', '122358.569000', '122358.572000', '122358.575000', '122358.578000', '122358.581000', '122358.584000', '122358.587000', '122358.606000', '122358.609000', '122358.612000', '122358.621000', '122358.623000', '122418.504000', '122418.507000', '122418.510000', '122418.513000', '122418.515000', '122418.518000', '122418.521000', '122418.524000', '122418.527000', '122418.533000', '122418.536000', '122418.539000', '122418.542000', '122418.544000', '122418.547000', '122418.550000', '122418.553000', '122418.556000', '122418.559000', '122418.562000', '122418.565000', '122418.567000', '122418.570000', '122418.573000', '122418.576000', '122418.579000', '122418.582000', '122418.585000', '122418.588000', '122418.591000', '122418.593000', '122418.596000', '122418.599000', '122418.602000', '122418.605000', '122418.608000', '122418.611000', '122418.613000', '122418.616000', '122418.619000', '122418.622000', '122418.625000', '122418.628000', '122418.631000', '122438.504000', '122438.507000', '122438.510000', '122438.513000', '122438.516000', '122438.519000', '122438.521000', '122438.524000', '122438.527000', '122438.530000', '122438.533000', '122438.536000', '122438.539000', '122438.542000', '122438.545000', '122438.547000', '122438.550000', '122438.553000', '122438.556000', '122438.559000', '122438.562000', '122438.577000', '122438.581000', '122438.584000', '122438.587000', '122438.590000', '122438.593000', '122438.596000', '122438.598000', '122438.601000', '122438.604000', '122438.607000', '122438.610000', '122438.613000', '122438.616000', '122438.619000', '122438.622000', '122438.624000', '122438.627000', '122438.630000', '122438.633000', '122438.636000', '122438.639000', '122458.503000', '122458.506000', '122458.509000', '122458.512000', '122458.514000', '122458.517000', '122458.520000', '122458.523000', '122458.526000', '122458.529000', '122458.532000', '122458.535000', '122458.538000', '122458.540000', '122458.544000', '122458.546000', '122458.549000', '122458.552000', '122458.555000', '122458.558000', '122458.561000', '122458.564000', '122458.567000', '122458.570000', '122458.572000', '122458.575000', '122458.578000', '122458.581000', '122458.584000', '122458.587000', '122458.590000', '122458.593000', '122458.595000', '122458.598000', '122458.601000', '122458.604000', '122458.607000', '122458.610000', '122458.613000', '122458.615000', '122458.618000', '122458.621000', '122458.624000', '122458.627000', '122518.504000', '122518.507000', '122518.510000', '122518.513000', '122518.516000', '122518.518000', '122518.521000', '122518.524000', '122518.527000', '122518.530000', '122518.533000', '122518.536000', '122518.540000', '122518.543000', '122518.546000', '122518.549000', '122518.552000', '122518.555000', '122518.558000', '122518.561000', '122518.564000', '122518.566000', '122518.569000', '122518.572000', '122518.575000', '122518.578000', '122518.581000', '122518.584000', '122518.587000', '122518.589000', '122518.592000', '122518.595000', '122518.598000', '122518.601000', '122518.605000', '122518.608000', '122518.612000', '122518.615000', '122518.618000', '122518.620000', '122518.623000', '122518.626000', '122518.629000', '122538.504000', '122538.507000', '122538.510000', '122538.513000', '122538.516000', '122538.519000', '122538.522000', '122538.525000', '122538.527000', '122538.535000', '122538.538000', '122538.540000', '122538.543000', '122538.546000', '122538.549000', '122538.552000', '122538.555000', '122538.558000', '122538.561000', '122538.564000', '122538.567000', '122538.570000', '122538.572000', '122538.575000', '122538.578000', '122538.581000', '122538.584000', '122538.587000', '122538.590000', '122538.593000', '122538.596000', '122538.599000', '122538.601000', '122538.604000', '122538.607000', '122538.610000', '122538.613000', '122538.616000', '122538.619000', '122538.622000', '122538.625000', '122538.628000', '122538.631000', '122538.633000', '122558.504000', '122558.507000', '122558.510000', '122558.513000', '122558.516000', '122558.519000', '122558.521000', '122558.524000', '122558.527000', '122558.530000', '122558.533000', '122558.536000', '122558.539000', '122558.542000', '122558.545000', '122558.548000', '122558.551000', '122558.554000', '122558.556000', '122558.560000', '122558.562000', '122558.565000', '122558.568000', '122558.571000', '122558.574000', '122558.577000', '122558.580000', '122558.583000', '122558.586000', '122558.588000', '122558.591000', '122558.594000', '122558.597000', '122558.600000', '122558.603000', '122558.606000', '122558.609000', '122558.612000', '122558.615000', '122558.619000', '122558.622000', '122558.625000', '122558.628000', '122618.504000', '122618.507000', '122618.510000', '122618.513000', '122618.516000', '122618.519000', '122618.521000', '122618.524000', '122618.527000', '122618.530000', '122618.533000', '122618.536000', '122618.539000', '122618.542000', '122618.545000', '122618.547000', '122618.550000', '122618.553000', '122618.569000', '122618.572000', '122618.575000', '122618.578000', '122618.580000', '122618.583000', '122618.586000', '122618.589000', '122618.592000', '122618.595000', '122618.598000', '122618.601000', '122618.603000', '122618.606000', '122618.609000', '122618.612000', '122618.615000', '122618.618000', '122618.621000', '122618.624000', '122618.627000', '122618.629000', '122618.632000', '122618.635000', '122618.638000', '122618.641000', '122638.504000', '122638.507000', '122638.510000', '122638.513000', '122638.516000', '122638.519000', '122638.522000', '122638.525000', '122638.527000', '122638.530000', '122638.533000', '122638.536000', '122638.539000', '122638.542000', '122638.545000', '122638.548000', '122638.551000', '122638.554000', '122638.557000', '122638.560000', '122638.562000', '122638.565000', '122638.568000', '122638.571000', '122638.574000', '122638.578000', '122638.581000', '122638.584000', '122638.587000', '122638.590000', '122638.593000', '122638.596000', '122638.599000', '122638.602000', '122638.605000', '122638.608000', '122638.610000', '122638.613000', '122638.616000', '122638.619000', '122638.622000', '122638.625000', '122638.628000', '122658.504000', '122658.507000', '122658.510000', '122658.513000', '122658.516000', '122658.519000', '122658.521000', '122658.525000', '122658.527000', '122658.530000', '122658.533000', '122658.536000', '122658.539000', '122658.542000', '122658.545000', '122658.548000', '122658.551000', '122658.554000', '122658.557000', '122658.560000', '122658.562000', '122658.565000', '122658.568000', '122658.571000', '122658.574000', '122658.577000', '122658.580000', '122658.583000', '122658.585000', '122658.588000', '122658.591000', '122658.594000', '122658.597000', '122658.600000', '122658.603000', '122658.606000', '122658.609000', '122658.612000', '122658.614000', '122658.617000', '122658.620000', '122658.623000', '122658.626000', '122658.635000', '122718.503000', '122718.506000', '122718.509000', '122718.512000', '122718.515000', '122718.518000', '122718.521000', '122718.524000', '122718.526000', '122718.530000', '122718.532000', '122718.535000', '122718.538000', '122718.541000', '122718.544000', '122718.547000', '122718.550000', '122718.553000', '122718.556000', '122718.559000', '122718.562000', '122718.565000', '122718.567000', '122718.570000', '122718.573000', '122718.576000', '122718.579000', '122718.582000', '122718.585000', '122718.588000', '122718.591000', '122718.594000', '122718.597000', '122718.600000', '122718.602000', '122718.605000', '122718.608000', '122718.611000', '122718.614000', '122718.617000', '122718.620000', '122718.623000', '122718.626000', '122738.504000', '122738.507000', '122738.515000', '122738.518000', '122738.521000', '122738.524000', '122738.527000', '122738.529000', '122738.532000', '122738.535000', '122738.538000', '122738.541000', '122738.544000', '122738.547000', '122738.550000', '122738.553000', '122738.555000', '122738.558000', '122738.561000', '122738.564000', '122738.567000', '122738.570000', '122738.573000', '122738.576000', '122738.579000', '122738.582000', '122738.585000', '122738.587000', '122738.590000', '122738.593000', '122738.596000', '122738.599000', '122738.602000', '122738.605000', '122738.608000', '122738.611000', '122738.614000', '122738.617000', '122738.620000', '122738.623000', '122738.625000', '122738.628000', '122738.631000', '122738.634000', '122758.504000', '122758.507000', '122758.510000', '122758.513000', '122758.516000', '122758.519000', '122758.521000', '122758.524000', '122758.527000', '122758.530000', '122758.533000', '122758.536000', '122758.539000', '122758.542000', '122758.545000', '122758.548000', '122758.551000', '122758.554000', '122758.556000', '122758.560000', '122758.562000', '122758.565000', '122758.568000', '122758.571000', '122758.574000', '122758.577000', '122758.580000', '122758.583000', '122758.586000', '122758.589000', '122758.592000', '122758.595000', '122758.598000', '122758.600000', '122758.603000', '122758.606000', '122758.609000', '122758.612000', '122758.624000', '122758.627000', '122758.630000', '122758.633000', '122758.636000', '122818.504000', '122818.507000', '122818.510000', '122818.513000', '122818.516000', '122818.519000', '122818.521000', '122818.524000', '122818.527000', '122818.530000', '122818.533000', '122818.536000', '122818.539000', '122818.542000', '122818.545000', '122818.548000', '122818.551000', '122818.554000', '122818.557000', '122818.560000', '122818.563000', '122818.566000', '122818.568000', '122818.571000', '122818.574000', '122818.577000', '122818.581000', '122818.584000', '122818.587000', '122818.590000', '122818.593000', '122818.596000', '122818.599000', '122818.601000', '122818.604000', '122818.607000', '122818.617000', '122818.620000', '122818.623000', '122818.626000', '122818.629000', '122818.632000', '122818.635000', '122818.637000', '122838.504000', '122838.507000', '122838.510000', '122838.513000', '122838.516000', '122838.519000', '122838.522000', '122838.525000', '122838.528000', '122838.530000', '122838.534000', '122838.537000', '122838.539000', '122838.542000', '122838.545000', '122838.548000', '122838.551000', '122838.554000', '122838.557000', '122838.560000', '122838.563000', '122838.566000', '122838.569000', '122838.572000', '122838.575000', '122838.578000', '122838.581000', '122838.584000', '122838.586000', '122838.589000', '122838.592000', '122838.595000', '122838.598000', '122838.601000', '122838.604000', '122838.607000', '122838.610000', '122838.613000', '122838.616000', '122838.619000', '122838.622000', '122838.625000', '122838.627000', '122858.504000', '122858.507000', '122858.510000', '122858.513000', '122858.516000', '122858.519000', '122858.521000', '122858.525000', '122858.527000', '122858.530000', '122858.533000', '122858.536000', '122858.539000', '122858.542000', '122858.545000', '122858.548000', '122858.551000', '122858.554000', '122858.557000', '122858.560000', '122858.563000', '122858.566000', '122858.569000', '122858.572000', '122858.574000', '122858.577000', '122858.580000', '122858.583000', '122858.586000', '122858.589000', '122858.592000', '122858.595000', '122858.598000', '122858.600000', '122858.603000', '122858.606000', '122858.609000', '122858.612000', '122858.615000', '122858.618000', '122858.621000', '122858.624000', '122858.627000', '122858.629000', '122918.504000', '122918.507000', '122918.510000', '122918.513000', '122918.516000', '122918.519000', '122918.522000', '122918.525000', '122918.528000', '122918.531000', '122918.534000', '122918.536000', '122918.539000', '122918.542000', '122918.545000', '122918.548000', '122918.551000', '122918.554000', '122918.557000', '122918.560000', '122918.563000', '122918.566000', '122918.569000', '122918.583000', '122918.586000', '122918.589000', '122918.592000', '122918.595000', '122918.597000', '122918.600000', '122918.603000', '122918.606000', '122918.609000', '122918.612000', '122918.615000', '122918.618000', '122918.621000', '122918.624000', '122918.627000', '122918.630000', '122918.632000', '122918.636000', '122918.638000', '122938.503000', '122938.506000', '122938.509000', '122938.512000', '122938.515000', '122938.518000', '122938.521000', '122938.524000', '122938.527000', '122938.530000', '122938.533000', '122938.536000', '122938.538000', '122938.541000', '122938.544000', '122938.547000', '122938.552000', '122938.555000', '122938.558000', '122938.561000', '122938.564000', '122938.567000', '122938.570000', '122938.573000', '122938.576000', '122938.579000', '122938.582000', '122938.585000', '122938.588000', '122938.590000', '122938.594000', '122938.596000', '122938.599000', '122938.602000', '122938.605000', '122938.608000', '122938.611000', '122938.614000', '122938.617000', '122938.620000', '122938.623000', '122938.626000', '122938.629000', '122938.631000', '122958.504000', '122958.507000', '122958.510000', '122958.513000', '122958.516000', '122958.518000', '122958.521000', '122958.524000', '122958.527000', '122958.530000', '122958.533000', '122958.536000', '122958.539000', '122958.542000', '122958.544000', '122958.547000', '122958.550000', '122958.553000', '122958.556000', '122958.559000', '122958.562000', '122958.565000', '122958.568000', '122958.571000', '122958.574000', '122958.577000', '122958.580000', '122958.582000', '122958.593000', '122958.596000', '122958.599000', '122958.602000', '122958.605000', '122958.608000', '122958.611000', '122958.613000', '122958.617000', '122958.619000', '122958.622000', '122958.625000', '122958.628000', '122958.631000', '122958.634000', '123018.504000', '123018.507000', '123018.510000', '123018.521000', '123018.524000', '123018.527000', '123018.530000', '123018.533000', '123018.536000', '123018.539000', '123018.542000', '123018.545000', '123018.548000', '123018.551000', '123018.554000', '123018.557000', '123018.559000', '123018.570000', '123018.573000', '123018.576000', '123018.579000', '123018.582000', '123018.585000', '123018.588000', '123018.591000', '123018.594000', '123018.597000', '123018.599000', '123018.602000', '123018.605000', '123018.608000', '123018.611000', '123018.614000', '123018.617000', '123018.620000', '123018.623000', '123018.625000', '123018.628000', '123018.631000', '123018.634000', '123018.637000', '123018.640000', '123018.643000', '123038.504000', '123038.507000', '123038.510000', '123038.513000', '123038.516000', '123038.519000', '123038.522000', '123038.525000', '123038.527000', '123038.530000', '123038.533000', '123038.536000', '123038.539000', '123038.542000', '123038.545000', '123038.548000', '123038.551000', '123038.553000', '123038.556000', '123038.559000', '123038.562000', '123038.565000', '123038.568000', '123038.571000', '123038.574000', '123038.577000', '123038.580000', '123038.582000', '123038.585000', '123038.588000', '123038.591000', '123038.594000', '123038.597000', '123038.600000', '123038.603000', '123038.620000', '123038.623000', '123038.626000', '123038.629000', '123038.632000', '123038.634000', '123038.637000', '123038.640000', '123038.643000', '123050.316000', '123050.320000', '123050.323000', '123050.326000', '123050.329000', '123050.332000', '123050.336000', '123050.339000', '123050.342000', '123050.345000', '123050.348000', '123050.352000', '123050.356000', '123050.359000', '123050.362000', '123050.365000', '123050.368000', '123050.371000', '123050.374000', '123050.377000', '123050.380000', '123050.383000', '123050.386000', '123050.390000', '123050.393000', '123050.396000'], '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': [13014, 17021, 12999, 16269, 10279, 18660, 11081, 16303, 10636, 13671, 10403, 11523, 9056, 8814, 9996, 9293, 10173, 9625, 11677, 9730, 11783, 9702, 12302, 9871, 11217, 9811, 9997, 9632, 10052, 8735, 9215, 7929, 9092, 8005, 8997, 7137, 8508, 7670, 8676, 9212, 7892, 8166, 9048, 10308, 9358, 12316, 9254, 11504, 9475, 12025, 9589, 11800, 9429, 11312, 9468, 11516, 9836, 12345, 9383, 12040, 8995, 10779, 9103, 10983, 8706, 10690, 10022, 8993, 16995, 9729, 12768, 9929, 13806, 9848, 12250, 9547, 10282, 9464, 10078, 8740, 9573, 11472, 9482, 13089, 9882, 12143, 9997, 12562, 9813, 11070, 9316, 9383, 9285, 10750, 9400, 11002, 8497, 10006, 8290, 9560, 8461, 10402, 8874, 9723, 15837, 9875, 14007, 9890, 13119, 9454, 11520, 8810, 9320, 8591, 9161, 7935, 9996, 14342, 9582, 11799, 9975, 10632, 9591, 10183, 9187, 9386, 9720, 11330, 9380, 11301, 8899, 10165, 13747, 9901, 13856, 9809, 12631, 10098, 11796, 9079, 8826, 9353, 8682, 9804, 9039, 9134, 9751, 13289, 9655, 11850, 10107, 11097, 9884, 11782, 9525, 10550, 12789, 9846, 17062, 10114, 13396, 9798, 11094, 9418, 9281, 9033, 9898, 8149, 9415, 13929, 10126, 12853, 10089, 12413, 9261, 9570, 8183, 9516, 7991, 9794, 14266, 9751, 10027, 9417, 9586, 9164, 9865, 8440, 9277, 8620, 9674, 14884, 10117, 13738, 9868, 11781, 9398, 9717, 9090, 9687, 15105, 9783, 13000, 9949, 12695, 9944, 11556, 9917, 10411, 9693, 9778, 9668, 10229, 8952, 9655, 9468, 9101, 9183, 9970, 14771, 9948, 12015, 9834, 10953, 9390, 9431, 8784, 9098, 8691, 9336, 9031, 8912, 10032, 9720, 9868, 10170, 12144, 9875, 12344, 9916, 12505, 9967, 12485, 9823, 11519, 10013, 12320, 9885, 13645, 9871, 14734, 9738, 13626, 9806, 12302, 9952, 12022, 9509, 11116, 9469, 9887, 9590, 9932, 17636, 9796, 11637, 9621, 8995, 9028, 9149, 9135, 9007, 8164, 10038, 13442, 9974, 11261, 10094, 11166, 10080, 10028, 9861, 10521, 9290, 10204, 9410, 9653, 14799, 9959, 13419, 10245, 12783, 9591, 9951, 8699, 9224, 8675, 8758, 8433, 9955, 12426, 9677, 10991, 10130, 10619, 9759, 10249, 10386, 9834, 14879, 9938, 12639, 10119, 10245, 9827, 10697, 9861, 10374, 9251, 9416, 8647, 9723, 14753, 10002, 12347, 9855, 9963, 9196, 8987, 8220, 10039, 13790, 9750, 10659, 10064, 9905, 9973, 10981, 9872, 11195, 9489, 11235, 9349, 10492, 8595, 9429, 11347, 9472, 8751, 9384, 8615, 10235, 11730, 9759, 14480, 9882, 11741, 9586, 10176, 9716, 10738, 9194, 10164, 17017, 10206, 14424, 9293, 9342, 8961, 9124, 8751, 8436, 9063, 8944, 9407, 12385, 9679, 12317, 9824, 13597, 10120, 13997, 9767, 12327, 9763, 9774, 16485, 9829, 13470, 10008, 11382, 9772, 10255, 9664, 9211, 9016, 8530, 7893, 8678, 8342, 9629, 11035, 9531, 12164, 9884, 11158, 9664, 9764, 9706, 10840, 9282, 10843, 9264, 10321, 9293, 11439, 9241, 11891, 9249, 11123, 15391, 9625, 17401, 9896, 13889, 9828, 13180, 9811, 11355, 9837, 12549, 9887, 11896, 9759, 11413, 9748, 9945, 9666, 10024, 9614, 8686, 9877, 9017, 8366, 10199, 9383, 10102, 9594, 13579, 10470, 11984, 9707, 13925, 9533, 13570, 9674, 11852, 9454, 10819, 9533, 8904, 12874, 8727, 8413, 9041, 7664, 8511, 8217, 9627, 11187, 9823, 12933, 10050, 9497, 9936, 9540, 9904, 10025, 9767, 9808, 9482, 9585, 9391, 10285, 9523, 10044, 9868, 11108, 9390, 11301, 9632, 11445, 9392, 10694, 9462, 10823, 9479, 10634, 9347, 10405, 8952, 10341, 9010, 9891, 10593, 9214, 15182, 8996, 15991, 9635, 14605, 9813, 12713, 9481, 11426, 9591, 10901, 9736, 9075, 9485, 10214, 9687, 9778, 9748, 9601, 9352, 9855, 9488, 10022, 9480, 10046, 9520, 10444, 9370, 10521, 9270, 10609, 9596, 10503, 9352, 11098, 9383, 11085, 9267, 10746, 9179, 10767, 9154, 10545, 8845, 8776, 8722, 8682, 8822, 8557, 9107, 10113, 9115, 9624, 8955, 8597, 9997, 8387, 8273, 8498, 9495, 8592, 10699, 8427, 8402, 9553, 9048, 11217, 9017, 11431, 9213, 11244, 8932, 10355, 9050, 9407, 8990, 9321, 8608, 8822, 8805, 9782, 8349, 8977, 8738, 9023, 8922, 10978, 8996, 11527, 9146, 11890, 9694, 11773, 9612, 11410, 9681, 12057, 9598, 13099, 9926, 13755, 9737, 13829, 9777, 13690, 9962, 11520, 9732, 10847, 9704, 10847, 9897, 11303, 9424, 10291, 7996, 8736, 8545, 8379, 8587, 9093, 10846, 9271, 11731, 9127, 11414, 9576, 11089, 10031, 12507, 9948, 12808, 8334, 11010, 8192, 8587, 8274, 8806, 9826, 8236, 10941, 8605, 11298, 9374, 10225, 9624, 11495, 9818, 13345, 8117, 9226, 8141, 8582, 11058, 9092, 12086, 9837, 11355, 7614, 8339, 8821, 8808, 11822, 9385, 11735, 9689, 13108, 9347, 11766, 7863, 8355, 9014, 9031, 11231, 9664, 12417, 9716, 14724, 9211, 13099, 9714, 9791, 8801, 9167, 11614, 9315, 10730, 9665, 9540, 7872, 8265, 8569, 9182, 10167, 9661, 10441, 7896, 9737, 8514, 9494, 10473, 9324, 12443, 9449, 12939, 10065, 14324, 8336, 10567, 8073, 8540, 9139, 9277, 11883, 9776, 11178, 9099, 9794, 8057, 9059, 10432, 9609, 12400, 9709, 13366, 9478, 13702, 9630, 14688, 9592, 13370, 9381, 12158, 7786, 8900, 8099, 9754, 10680, 9579, 10417, 9763, 10953, 9044, 10933, 8232, 8815, 8506, 9340, 11936, 9414, 12768, 9378, 12629, 9649, 13308, 9815, 14620, 8676, 11530, 8216, 9194, 8641, 9258, 10906, 8686, 10000, 7673, 8791, 8554, 9657, 12336, 10041, 14041, 11251, 14521, 9587, 12923, 9715, 13617, 10580, 13583, 10123, 12961, 9630, 12283, 10235, 11465, 8416, 8291, 8852, 7756, 9291, 8346, 9359, 10008, 9929, 9844, 12989, 9308, 13699, 9711, 12615, 17792, 12909, 14482, 10415, 11990, 9843, 8104, 8838, 9246, 9573, 9530, 8365, 9649, 9597, 9957, 9601, 9780, 8557, 9355, 8675, 9445, 8815, 9222, 8476, 8585, 9533, 14966, 9719, 12478, 9788, 10738, 9846, 11345, 9606, 11128, 9505, 10673, 9198, 9629, 9244, 9266, 9037, 8511, 8974, 9355, 12198, 8782, 15892, 9224, 17080, 10933, 13663, 9551, 12900, 9720, 12192, 9451, 10086, 9572, 8608, 9081, 8288, 9104, 7909, 12337, 9239, 14698, 9323, 12240, 9467, 11208, 9378, 9099, 9419, 8368, 9611, 8619, 9502, 8953, 9359, 9178, 9165, 8322, 9035, 8750, 8863, 8437, 8888, 8524, 8659, 8810, 8630, 8662, 9090, 10606, 9255, 10942, 9124, 10073, 9460, 9793, 9120, 9791, 9591, 10487, 9547], 'WindowCenter': [4331.0, 4333.0, 4301.0, 4307.0, 4263.0, 4313.0, 4274.0, 4291.0, 4263.0, 4280.0, 4262.0, 4262.0, 4231.0, 4230.0, 4235.0, 4227.0, 4238.0, 4238.0, 4249.0, 4241.0, 4260.0, 4242.0, 4272.0, 4253.0, 4250.0, 4239.0, 4227.0, 4227.0, 4227.0, 4216.0, 4229.0, 4219.0, 4229.0, 4207.0, 4230.0, 4197.0, 4219.0, 4219.0, 4242.0, 4239.0, 4221.0, 4230.0, 4243.0, 4250.0, 4244.0, 4285.0, 4256.0, 4263.0, 4256.0, 4272.0, 4253.0, 4273.0, 4243.0, 4262.0, 4254.0, 4263.0, 4252.0, 4271.0, 4242.0, 4274.0, 4243.0, 4251.0, 4230.0, 4251.0, 4229.0, 4252.0, 4239.0, 4232.0, 4292.0, 4242.0, 4269.0, 4240.0, 4269.0, 4239.0, 4272.0, 4242.0, 4250.0, 4241.0, 4241.0, 4230.0, 4238.0, 4261.0, 4241.0, 4270.0, 4241.0, 4259.0, 4240.0, 4259.0, 4240.0, 4259.0, 4240.0, 4239.0, 4241.0, 4249.0, 4238.0, 4250.0, 4242.0, 4252.0, 4230.0, 4241.0, 4230.0, 4252.0, 4231.0, 4253.0, 4291.0, 4241.0, 4268.0, 4240.0, 4269.0, 4241.0, 4261.0, 4230.0, 4228.0, 4218.0, 4230.0, 4208.0, 4240.0, 4282.0, 4241.0, 4259.0, 4241.0, 4249.0, 4240.0, 4251.0, 4241.0, 4240.0, 4240.0, 4259.0, 4239.0, 4250.0, 4229.0, 4251.0, 4282.0, 4240.0, 4269.0, 4240.0, 4259.0, 4239.0, 4249.0, 4227.0, 4228.0, 4228.0, 4231.0, 4238.0, 4230.0, 4228.0, 4239.0, 4270.0, 4241.0, 4259.0, 4251.0, 4250.0, 4239.0, 4259.0, 4238.0, 4249.0, 4259.0, 4242.0, 4290.0, 4239.0, 4257.0, 4238.0, 4248.0, 4227.0, 4227.0, 4227.0, 4238.0, 4218.0, 4239.0, 4268.0, 4239.0, 4258.0, 4241.0, 4260.0, 4229.0, 4227.0, 4215.0, 4226.0, 4207.0, 4237.0, 4268.0, 4239.0, 4238.0, 4229.0, 4237.0, 4238.0, 4240.0, 4218.0, 4228.0, 4217.0, 4238.0, 4279.0, 4240.0, 4269.0, 4237.0, 4248.0, 4226.0, 4228.0, 4216.0, 4228.0, 4278.0, 4237.0, 4256.0, 4238.0, 4257.0, 4235.0, 4247.0, 4250.0, 4248.0, 4239.0, 4238.0, 4238.0, 4237.0, 4228.0, 4241.0, 4238.0, 4231.0, 4229.0, 4239.0, 4281.0, 4239.0, 4247.0, 4238.0, 4238.0, 4228.0, 4228.0, 4217.0, 4227.0, 4216.0, 4226.0, 4229.0, 4229.0, 4237.0, 4239.0, 4236.0, 4239.0, 4259.0, 4238.0, 4258.0, 4239.0, 4260.0, 4251.0, 4258.0, 4239.0, 4247.0, 4238.0, 4257.0, 4238.0, 4269.0, 4239.0, 4267.0, 4228.0, 4256.0, 4235.0, 4245.0, 4226.0, 4247.0, 4225.0, 4236.0, 4226.0, 4226.0, 4224.0, 4225.0, 4276.0, 4225.0, 4245.0, 4225.0, 4226.0, 4225.0, 4225.0, 4224.0, 4226.0, 4215.0, 4250.0, 4281.0, 4240.0, 4247.0, 4248.0, 4250.0, 4238.0, 4238.0, 4237.0, 4237.0, 4227.0, 4240.0, 4229.0, 4240.0, 4268.0, 4237.0, 4256.0, 4236.0, 4257.0, 4227.0, 4239.0, 4216.0, 4226.0, 4215.0, 4216.0, 4215.0, 4239.0, 4259.0, 4239.0, 4247.0, 4239.0, 4247.0, 4227.0, 4238.0, 4237.0, 4238.0, 4279.0, 4238.0, 4256.0, 4237.0, 4238.0, 4238.0, 4236.0, 4238.0, 4237.0, 4228.0, 4227.0, 4217.0, 4239.0, 4280.0, 4239.0, 4258.0, 4237.0, 4236.0, 4226.0, 4230.0, 4216.0, 4238.0, 4268.0, 4239.0, 4248.0, 4251.0, 4239.0, 4250.0, 4248.0, 4239.0, 4261.0, 4241.0, 4249.0, 4227.0, 4238.0, 4218.0, 4240.0, 4260.0, 4238.0, 4218.0, 4229.0, 4217.0, 4236.0, 4247.0, 4229.0, 4269.0, 4240.0, 4247.0, 4238.0, 4238.0, 4238.0, 4247.0, 4226.0, 4239.0, 4277.0, 4236.0, 4257.0, 4228.0, 4228.0, 4215.0, 4227.0, 4215.0, 4215.0, 4213.0, 4227.0, 4226.0, 4257.0, 4238.0, 4260.0, 4251.0, 4269.0, 4239.0, 4266.0, 4226.0, 4246.0, 4225.0, 4226.0, 4265.0, 4227.0, 4257.0, 4224.0, 4235.0, 4223.0, 4223.0, 4223.0, 4213.0, 4226.0, 4217.0, 4205.0, 4217.0, 4217.0, 4239.0, 4235.0, 4228.0, 4247.0, 4238.0, 4249.0, 4240.0, 4238.0, 4239.0, 4248.0, 4240.0, 4250.0, 4229.0, 4239.0, 4239.0, 4260.0, 4228.0, 4260.0, 4228.0, 4248.0, 4267.0, 4239.0, 4302.0, 4239.0, 4255.0, 4226.0, 4258.0, 4239.0, 4247.0, 4237.0, 4245.0, 4238.0, 4246.0, 4226.0, 4247.0, 4226.0, 4225.0, 4225.0, 4223.0, 4225.0, 4216.0, 4236.0, 4228.0, 4217.0, 4252.0, 4240.0, 4263.0, 4241.0, 4283.0, 4264.0, 4261.0, 4240.0, 4267.0, 4226.0, 4269.0, 4240.0, 4247.0, 4226.0, 4236.0, 4227.0, 4230.0, 4258.0, 4205.0, 4204.0, 4214.0, 4193.0, 4216.0, 4204.0, 4227.0, 4235.0, 4241.0, 4270.0, 4238.0, 4225.0, 4228.0, 4225.0, 4226.0, 4240.0, 4253.0, 4238.0, 4239.0, 4238.0, 4229.0, 4241.0, 4228.0, 4227.0, 4228.0, 4247.0, 4227.0, 4247.0, 4239.0, 4248.0, 4229.0, 4237.0, 4228.0, 4250.0, 4229.0, 4237.0, 4216.0, 4235.0, 4215.0, 4227.0, 4215.0, 4226.0, 4223.0, 4216.0, 4266.0, 4216.0, 4263.0, 4226.0, 4254.0, 4225.0, 4244.0, 4214.0, 4233.0, 4214.0, 4233.0, 4224.0, 4215.0, 4225.0, 4223.0, 4225.0, 4224.0, 4225.0, 4224.0, 4225.0, 4226.0, 4226.0, 4225.0, 4226.0, 4236.0, 4226.0, 4236.0, 4226.0, 4237.0, 4240.0, 4248.0, 4228.0, 4236.0, 4226.0, 4247.0, 4226.0, 4247.0, 4227.0, 4248.0, 4228.0, 4247.0, 4226.0, 4238.0, 4216.0, 4216.0, 4216.0, 4217.0, 4217.0, 4217.0, 4226.0, 4237.0, 4217.0, 4226.0, 4217.0, 4228.0, 4237.0, 4218.0, 4217.0, 4218.0, 4240.0, 4230.0, 4238.0, 4219.0, 4216.0, 4227.0, 4227.0, 4248.0, 4229.0, 4247.0, 4227.0, 4248.0, 4227.0, 4239.0, 4227.0, 4227.0, 4228.0, 4240.0, 4229.0, 4229.0, 4230.0, 4239.0, 4220.0, 4228.0, 4218.0, 4229.0, 4229.0, 4249.0, 4230.0, 4261.0, 4239.0, 4260.0, 4240.0, 4261.0, 4240.0, 4249.0, 4239.0, 4258.0, 4239.0, 4258.0, 4239.0, 4269.0, 4239.0, 4269.0, 4239.0, 4270.0, 4240.0, 4248.0, 4241.0, 4249.0, 4238.0, 4249.0, 4252.0, 4249.0, 4239.0, 4238.0, 4219.0, 4218.0, 4228.0, 4217.0, 4230.0, 4229.0, 4250.0, 4239.0, 4261.0, 4245.0, 4262.0, 4241.0, 4249.0, 4240.0, 4259.0, 4241.0, 4270.0, 4232.0, 4251.0, 4220.0, 4230.0, 4230.0, 4229.0, 4250.0, 4231.0, 4261.0, 4243.0, 4262.0, 4243.0, 4253.0, 4254.0, 4273.0, 4254.0, 4284.0, 4224.0, 4242.0, 4222.0, 4229.0, 4264.0, 4243.0, 4272.0, 4252.0, 4260.0, 4220.0, 4231.0, 4240.0, 4240.0, 4261.0, 4241.0, 4261.0, 4253.0, 4271.0, 4242.0, 4260.0, 4221.0, 4233.0, 4243.0, 4241.0, 4262.0, 4240.0, 4271.0, 4249.0, 4282.0, 4241.0, 4270.0, 4241.0, 4240.0, 4229.0, 4228.0, 4259.0, 4239.0, 4247.0, 4240.0, 4238.0, 4219.0, 4231.0, 4230.0, 4240.0, 4251.0, 4244.0, 4251.0, 4220.0, 4240.0, 4231.0, 4242.0, 4252.0, 4239.0, 4272.0, 4239.0, 4271.0, 4242.0, 4269.0, 4219.0, 4248.0, 4221.0, 4231.0, 4239.0, 4239.0, 4256.0, 4241.0, 4248.0, 4230.0, 4239.0, 4218.0, 4227.0, 4238.0, 4239.0, 4259.0, 4237.0, 4269.0, 4239.0, 4270.0, 4237.0, 4266.0, 4228.0, 4269.0, 4228.0, 4246.0, 4207.0, 4227.0, 4218.0, 4238.0, 4247.0, 4239.0, 4249.0, 4239.0, 4249.0, 4241.0, 4251.0, 4230.0, 4231.0, 4231.0, 4229.0, 4260.0, 4240.0, 4269.0, 4229.0, 4272.0, 4252.0, 4271.0, 4241.0, 4280.0, 4230.0, 4249.0, 4219.0, 4227.0, 4229.0, 4229.0, 4247.0, 4217.0, 4237.0, 4209.0, 4229.0, 4229.0, 4239.0, 4260.0, 4253.0, 4282.0, 4251.0, 4269.0, 4228.0, 4258.0, 4228.0, 4265.0, 4237.0, 4255.0, 4226.0, 4255.0, 4225.0, 4246.0, 4249.0, 4244.0, 4218.0, 4217.0, 4227.0, 4209.0, 4239.0, 4220.0, 4242.0, 4256.0, 4255.0, 4255.0, 4270.0, 4230.0, 4257.0, 4226.0, 4248.0, 4287.0, 4259.0, 4257.0, 4225.0, 4233.0, 4212.0, 4191.0, 4213.0, 4226.0, 4211.0, 4213.0, 4201.0, 4225.0, 4226.0, 4238.0, 4228.0, 4238.0, 4219.0, 4229.0, 4231.0, 4228.0, 4229.0, 4228.0, 4217.0, 4217.0, 4228.0, 4281.0, 4241.0, 4260.0, 4240.0, 4249.0, 4239.0, 4246.0, 4238.0, 4249.0, 4227.0, 4238.0, 4224.0, 4240.0, 4240.0, 4228.0, 4216.0, 4217.0, 4215.0, 4226.0, 4246.0, 4214.0, 4267.0, 4215.0, 4266.0, 4235.0, 4255.0, 4228.0, 4245.0, 4224.0, 4245.0, 4225.0, 4223.0, 4213.0, 4204.0, 4204.0, 4202.0, 4201.0, 4194.0, 4232.0, 4212.0, 4253.0, 4213.0, 4232.0, 4212.0, 4233.0, 4212.0, 4201.0, 4212.0, 4203.0, 4226.0, 4214.0, 4225.0, 4214.0, 4226.0, 4226.0, 4215.0, 4205.0, 4216.0, 4215.0, 4217.0, 4216.0, 4227.0, 4228.0, 4229.0, 4231.0, 4229.0, 4231.0, 4229.0, 4250.0, 4240.0, 4261.0, 4240.0, 4240.0, 4239.0, 4239.0, 4241.0, 4250.0, 4251.0, 4250.0, 4252.0], 'WindowWidth': [9564.0, 9552.0, 9499.0, 9499.0, 9436.0, 9506.0, 9448.0, 9468.0, 9431.0, 9449.0, 9428.0, 9427.0, 9385.0, 9379.0, 9381.0, 9368.0, 9387.0, 9386.0, 9403.0, 9395.0, 9419.0, 9397.0, 9442.0, 9419.0, 9405.0, 9389.0, 9370.0, 9369.0, 9369.0, 9352.0, 9376.0, 9362.0, 9376.0, 9342.0, 9378.0, 9331.0, 9362.0, 9366.0, 9401.0, 9392.0, 9370.0, 9381.0, 9403.0, 9409.0, 9405.0, 9465.0, 9427.0, 9429.0, 9424.0, 9442.0, 9416.0, 9443.0, 9405.0, 9426.0, 9419.0, 9429.0, 9414.0, 9438.0, 9400.0, 9447.0, 9403.0, 9410.0, 9381.0, 9409.0, 9377.0, 9411.0, 9392.0, 9387.0, 9469.0, 9398.0, 9432.0, 9394.0, 9432.0, 9392.0, 9440.0, 9399.0, 9405.0, 9396.0, 9398.0, 9380.0, 9391.0, 9424.0, 9396.0, 9433.0, 9396.0, 9419.0, 9394.0, 9418.0, 9393.0, 9420.0, 9393.0, 9389.0, 9394.0, 9405.0, 9390.0, 9408.0, 9402.0, 9413.0, 9380.0, 9397.0, 9380.0, 9413.0, 9382.0, 9417.0, 9468.0, 9397.0, 9430.0, 9394.0, 9433.0, 9394.0, 9425.0, 9381.0, 9375.0, 9360.0, 9379.0, 9347.0, 9393.0, 9456.0, 9397.0, 9416.0, 9395.0, 9404.0, 9396.0, 9411.0, 9397.0, 9392.0, 9394.0, 9419.0, 9393.0, 9408.0, 9377.0, 9410.0, 9454.0, 9395.0, 9430.0, 9392.0, 9417.0, 9390.0, 9404.0, 9369.0, 9375.0, 9376.0, 9382.0, 9386.0, 9381.0, 9375.0, 9391.0, 9438.0, 9396.0, 9417.0, 9410.0, 9406.0, 9392.0, 9417.0, 9388.0, 9406.0, 9416.0, 9398.0, 9465.0, 9389.0, 9412.0, 9389.0, 9403.0, 9372.0, 9371.0, 9371.0, 9386.0, 9361.0, 9392.0, 9427.0, 9390.0, 9414.0, 9396.0, 9421.0, 9378.0, 9371.0, 9352.0, 9369.0, 9342.0, 9385.0, 9430.0, 9390.0, 9386.0, 9376.0, 9384.0, 9389.0, 9395.0, 9361.0, 9375.0, 9359.0, 9389.0, 9444.0, 9393.0, 9432.0, 9386.0, 9400.0, 9369.0, 9374.0, 9354.0, 9373.0, 9444.0, 9385.0, 9410.0, 9388.0, 9410.0, 9382.0, 9400.0, 9410.0, 9400.0, 9390.0, 9386.0, 9386.0, 9387.0, 9374.0, 9397.0, 9388.0, 9383.0, 9377.0, 9391.0, 9453.0, 9393.0, 9398.0, 9387.0, 9386.0, 9375.0, 9374.0, 9356.0, 9372.0, 9355.0, 9369.0, 9378.0, 9377.0, 9383.0, 9389.0, 9383.0, 9391.0, 9417.0, 9388.0, 9415.0, 9392.0, 9422.0, 9411.0, 9416.0, 9392.0, 9399.0, 9387.0, 9411.0, 9387.0, 9432.0, 9391.0, 9427.0, 9373.0, 9408.0, 9380.0, 9393.0, 9369.0, 9397.0, 9366.0, 9380.0, 9365.0, 9366.0, 9361.0, 9364.0, 9435.0, 9361.0, 9392.0, 9366.0, 9370.0, 9367.0, 9367.0, 9363.0, 9370.0, 9352.0, 9409.0, 9454.0, 9392.0, 9400.0, 9403.0, 9408.0, 9389.0, 9387.0, 9386.0, 9385.0, 9372.0, 9392.0, 9376.0, 9393.0, 9429.0, 9384.0, 9411.0, 9381.0, 9409.0, 9371.0, 9391.0, 9355.0, 9367.0, 9352.0, 9356.0, 9353.0, 9389.0, 9418.0, 9393.0, 9399.0, 9390.0, 9399.0, 9372.0, 9388.0, 9384.0, 9387.0, 9449.0, 9386.0, 9409.0, 9385.0, 9385.0, 9388.0, 9382.0, 9385.0, 9385.0, 9374.0, 9373.0, 9358.0, 9390.0, 9450.0, 9391.0, 9413.0, 9383.0, 9382.0, 9367.0, 9383.0, 9354.0, 9387.0, 9430.0, 9393.0, 9402.0, 9411.0, 9391.0, 9408.0, 9403.0, 9391.0, 9426.0, 9396.0, 9403.0, 9371.0, 9387.0, 9360.0, 9395.0, 9421.0, 9387.0, 9359.0, 9375.0, 9358.0, 9384.0, 9397.0, 9375.0, 9433.0, 9392.0, 9398.0, 9387.0, 9386.0, 9387.0, 9400.0, 9368.0, 9389.0, 9443.0, 9380.0, 9413.0, 9372.0, 9375.0, 9351.0, 9369.0, 9352.0, 9351.0, 9345.0, 9372.0, 9370.0, 9413.0, 9389.0, 9422.0, 9413.0, 9433.0, 9389.0, 9423.0, 9367.0, 9394.0, 9362.0, 9367.0, 9418.0, 9369.0, 9411.0, 9361.0, 9375.0, 9358.0, 9358.0, 9358.0, 9345.0, 9369.0, 9356.0, 9337.0, 9357.0, 9357.0, 9389.0, 9379.0, 9373.0, 9396.0, 9388.0, 9404.0, 9392.0, 9385.0, 9389.0, 9401.0, 9394.0, 9409.0, 9377.0, 9390.0, 9391.0, 9419.0, 9375.0, 9421.0, 9373.0, 9403.0, 9425.0, 9389.0, 9484.0, 9388.0, 9407.0, 9366.0, 9414.0, 9387.0, 9395.0, 9383.0, 9392.0, 9385.0, 9394.0, 9369.0, 9398.0, 9366.0, 9364.0, 9364.0, 9362.0, 9365.0, 9353.0, 9383.0, 9375.0, 9360.0, 9414.0, 9397.0, 9433.0, 9399.0, 9461.0, 9434.0, 9426.0, 9394.0, 9424.0, 9370.0, 9432.0, 9391.0, 9397.0, 9367.0, 9381.0, 9369.0, 9380.0, 9413.0, 9336.0, 9333.0, 9348.0, 9317.0, 9352.0, 9332.0, 9367.0, 9376.0, 9394.0, 9436.0, 9386.0, 9364.0, 9370.0, 9363.0, 9367.0, 9393.0, 9415.0, 9385.0, 9391.0, 9387.0, 9377.0, 9394.0, 9372.0, 9368.0, 9371.0, 9396.0, 9370.0, 9397.0, 9390.0, 9399.0, 9373.0, 9383.0, 9373.0, 9407.0, 9374.0, 9382.0, 9351.0, 9377.0, 9349.0, 9368.0, 9349.0, 9365.0, 9358.0, 9352.0, 9422.0, 9352.0, 9413.0, 9364.0, 9403.0, 9363.0, 9386.0, 9346.0, 9370.0, 9347.0, 9370.0, 9360.0, 9350.0, 9363.0, 9358.0, 9363.0, 9359.0, 9363.0, 9361.0, 9363.0, 9368.0, 9367.0, 9363.0, 9368.0, 9380.0, 9367.0, 9380.0, 9369.0, 9383.0, 9394.0, 9402.0, 9373.0, 9382.0, 9369.0, 9395.0, 9370.0, 9398.0, 9370.0, 9400.0, 9372.0, 9398.0, 9368.0, 9385.0, 9354.0, 9353.0, 9354.0, 9358.0, 9356.0, 9357.0, 9368.0, 9383.0, 9355.0, 9368.0, 9357.0, 9375.0, 9384.0, 9362.0, 9357.0, 9361.0, 9395.0, 9379.0, 9386.0, 9361.0, 9355.0, 9371.0, 9370.0, 9403.0, 9376.0, 9399.0, 9371.0, 9400.0, 9371.0, 9389.0, 9371.0, 9373.0, 9374.0, 9395.0, 9380.0, 9376.0, 9377.0, 9392.0, 9366.0, 9376.0, 9359.0, 9377.0, 9378.0, 9403.0, 9378.0, 9425.0, 9393.0, 9421.0, 9393.0, 9424.0, 9393.0, 9403.0, 9392.0, 9416.0, 9392.0, 9416.0, 9393.0, 9432.0, 9393.0, 9431.0, 9390.0, 9435.0, 9394.0, 9399.0, 9399.0, 9405.0, 9389.0, 9404.0, 9412.0, 9402.0, 9390.0, 9386.0, 9362.0, 9360.0, 9374.0, 9358.0, 9382.0, 9377.0, 9406.0, 9389.0, 9424.0, 9407.0, 9426.0, 9395.0, 9405.0, 9394.0, 9418.0, 9396.0, 9432.0, 9385.0, 9409.0, 9368.0, 9379.0, 9380.0, 9378.0, 9408.0, 9383.0, 9422.0, 9403.0, 9429.0, 9404.0, 9416.0, 9420.0, 9444.0, 9421.0, 9461.0, 9372.0, 9398.0, 9373.0, 9378.0, 9432.0, 9403.0, 9441.0, 9415.0, 9422.0, 9370.0, 9383.0, 9396.0, 9394.0, 9424.0, 9397.0, 9425.0, 9415.0, 9440.0, 9401.0, 9422.0, 9371.0, 9391.0, 9402.0, 9398.0, 9427.0, 9396.0, 9438.0, 9407.0, 9457.0, 9397.0, 9434.0, 9394.0, 9390.0, 9376.0, 9374.0, 9417.0, 9390.0, 9399.0, 9392.0, 9388.0, 9365.0, 9385.0, 9382.0, 9395.0, 9409.0, 9404.0, 9409.0, 9370.0, 9393.0, 9383.0, 9399.0, 9412.0, 9392.0, 9440.0, 9391.0, 9436.0, 9398.0, 9432.0, 9363.0, 9402.0, 9369.0, 9383.0, 9390.0, 9391.0, 9412.0, 9396.0, 9404.0, 9381.0, 9391.0, 9363.0, 9373.0, 9389.0, 9391.0, 9419.0, 9385.0, 9430.0, 9391.0, 9434.0, 9386.0, 9424.0, 9373.0, 9431.0, 9375.0, 9394.0, 9346.0, 9371.0, 9362.0, 9388.0, 9400.0, 9390.0, 9404.0, 9393.0, 9403.0, 9396.0, 9410.0, 9381.0, 9380.0, 9382.0, 9378.0, 9420.0, 9393.0, 9432.0, 9377.0, 9439.0, 9413.0, 9436.0, 9395.0, 9449.0, 9381.0, 9401.0, 9362.0, 9371.0, 9377.0, 9377.0, 9398.0, 9357.0, 9385.0, 9350.0, 9376.0, 9376.0, 9389.0, 9422.0, 9415.0, 9457.0, 9408.0, 9429.0, 9374.0, 9412.0, 9372.0, 9419.0, 9383.0, 9404.0, 9366.0, 9404.0, 9363.0, 9393.0, 9406.0, 9391.0, 9360.0, 9355.0, 9372.0, 9351.0, 9391.0, 9368.0, 9400.0, 9425.0, 9426.0, 9423.0, 9435.0, 9379.0, 9412.0, 9365.0, 9399.0, 9453.0, 9415.0, 9407.0, 9362.0, 9370.0, 9341.0, 9310.0, 9345.0, 9366.0, 9339.0, 9343.0, 9324.0, 9363.0, 9366.0, 9387.0, 9371.0, 9386.0, 9362.0, 9375.0, 9382.0, 9372.0, 9378.0, 9371.0, 9357.0, 9355.0, 9373.0, 9451.0, 9396.0, 9421.0, 9392.0, 9402.0, 9389.0, 9397.0, 9388.0, 9404.0, 9369.0, 9385.0, 9363.0, 9391.0, 9396.0, 9373.0, 9353.0, 9355.0, 9351.0, 9367.0, 9393.0, 9350.0, 9423.0, 9349.0, 9424.0, 9378.0, 9404.0, 9370.0, 9391.0, 9361.0, 9392.0, 9362.0, 9356.0, 9343.0, 9332.0, 9330.0, 9328.0, 9325.0, 9320.0, 9367.0, 9342.0, 9397.0, 9343.0, 9368.0, 9341.0, 9369.0, 9341.0, 9324.0, 9342.0, 9329.0, 9364.0, 9348.0, 9364.0, 9349.0, 9365.0, 9367.0, 9349.0, 9338.0, 9352.0, 9352.0, 9355.0, 9356.0, 9371.0, 9375.0, 9379.0, 9382.0, 9377.0, 9384.0, 9377.0, 9408.0, 9392.0, 9423.0, 9395.0, 9394.0, 9390.0, 9390.0, 9396.0, 9407.0, 9410.0, 9407.0, 9411.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.0007249451754385965</td></tr>
<tr><td colspan=3>aqi</td><td>0.021188993859649122</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.906384506937464</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2273602740834249</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999117668825467</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>5215.4966</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08793608867341848</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.289473684210526</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4734842836409476</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3736390343171263</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.721673116928438</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.325140699677278</td></tr>
<tr><td colspan=3>gcor</td><td>0.00944298</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01717531681060791</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018596647307276726</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.908087071474549</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>31.3223</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3854</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.6774</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304488.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.2368</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2173</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.0959</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3469.7138</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.5836</td></tr>
<tr><td colspan=3>tsnr</td><td>39.946324550546706</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>