<?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-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-02/func/sub-0104_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>08f84dbd88931721a3d7e7213fcd2075</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>14:57:50.925000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99878, -0.0442532, -0.0219296, 0.0436076, 0.998625, -0.0290892]</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.259</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.100372</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>[4212, -7760, -7242, 339, -143, -174, -47, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.419</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0f2fa890-dd90-4060-b75d-8d2e321089fe||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679652690887451, 0.11699603497982025, -0.06260424107313156, 106.34266662597656], [0.11872796714305878, 2.6792383193969727, -0.07586295902729034, -105.38307189941406], [-0.05883555859327316, 0.07804416865110397, 2.6982078552246094, -77.63072967529297], [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': ['145750.925000', '145751.385000', '145751.845000', '145752.305000', '145752.765000', '145753.225000', '145753.685000', '145754.145000', '145754.605000', '145755.065000', '145755.525000', '145755.985000', '145756.445000', '145756.905000', '145757.365000', '145757.825000', '145758.285000', '145758.745000', '145759.205000', '145759.665000', '145800.125000', '145800.585000', '145801.045000', '145801.505000', '145801.965000', '145802.425000', '145802.885000', '145803.345000', '145803.805000', '145804.265000', '145804.725000', '145805.185000', '145805.645000', '145806.105000', '145806.565000', '145807.025000', '145807.485000', '145807.945000', '145808.405000', '145808.865000', '145809.325000', '145809.785000', '145810.245000', '145810.705000', '145811.165000', '145811.625000', '145812.085000', '145812.545000', '145813.005000', '145813.465000', '145813.925000', '145814.385000', '145814.845000', '145815.305000', '145815.765000', '145816.225000', '145816.685000', '145817.145000', '145817.605000', '145818.065000', '145818.525000', '145818.985000', '145819.445000', '145819.905000', '145820.365000', '145820.825000', '145821.285000', '145821.745000', '145822.205000', '145822.665000', '145823.125000', '145823.585000', '145824.045000', '145824.505000', '145824.965000', '145825.425000', '145825.885000', '145826.345000', '145826.805000', '145827.265000', '145827.725000', '145828.185000', '145828.645000', '145829.105000', '145829.565000', '145830.025000', '145830.485000', '145830.945000', '145831.405000', '145831.865000', '145832.325000', '145832.785000', '145833.245000', '145833.705000', '145834.165000', '145834.625000', '145835.085000', '145835.545000', '145836.005000', '145836.465000', '145836.925000', '145837.385000', '145837.845000', '145838.305000', '145838.765000', '145839.225000', '145839.685000', '145840.145000', '145840.605000', '145841.065000', '145841.525000', '145841.985000', '145842.445000', '145842.905000', '145843.365000', '145843.825000', '145844.285000', '145844.745000', '145845.205000', '145845.665000', '145846.125000', '145846.585000', '145847.045000', '145847.505000', '145847.965000', '145848.425000', '145848.885000', '145849.345000', '145849.805000', '145850.265000', '145850.725000', '145851.185000', '145851.645000', '145852.105000', '145852.565000', '145853.025000', '145853.485000', '145853.945000', '145854.405000', '145854.865000', '145855.325000', '145855.785000', '145856.245000', '145856.705000', '145857.165000', '145857.625000', '145858.085000', '145858.545000', '145859.005000', '145859.465000', '145859.925000', '145900.385000', '145900.845000', '145901.305000', '145901.765000', '145902.225000', '145902.685000', '145903.145000', '145903.605000', '145904.065000', '145904.525000', '145904.985000', '145905.445000', '145905.905000', '145906.365000', '145906.825000', '145907.285000', '145907.745000', '145908.205000', '145908.665000', '145909.125000', '145909.585000', '145910.045000', '145910.505000', '145910.965000', '145911.425000', '145911.885000', '145912.345000', '145912.805000', '145913.265000', '145913.725000', '145914.185000', '145914.645000', '145915.105000', '145915.565000', '145916.025000', '145916.485000', '145916.945000', '145917.405000', '145917.865000', '145918.325000', '145918.785000', '145919.245000', '145919.705000', '145920.165000', '145920.625000', '145921.085000', '145921.545000', '145922.005000', '145922.465000', '145922.925000', '145923.385000', '145923.845000', '145924.305000', '145924.765000', '145925.225000', '145925.685000', '145926.145000', '145926.605000', '145927.065000', '145927.525000', '145927.985000', '145928.445000', '145928.905000', '145929.365000', '145929.825000', '145930.285000', '145930.745000', '145931.205000', '145931.665000', '145932.125000', '145932.585000', '145933.045000', '145933.505000', '145933.965000', '145934.425000', '145934.885000', '145935.345000', '145935.805000', '145936.265000', '145936.725000', '145937.185000', '145937.645000', '145938.105000', '145938.565000', '145939.025000', '145939.485000', '145939.945000', '145940.405000', '145940.865000', '145941.325000', '145941.785000', '145942.245000', '145942.705000', '145943.165000', '145943.625000', '145944.085000', '145944.545000', '145945.005000', '145945.465000', '145945.925000', '145946.385000', '145946.845000', '145947.305000', '145947.765000', '145948.225000', '145948.685000', '145949.145000', '145949.605000', '145950.065000', '145950.525000', '145950.985000', '145951.445000', '145951.905000', '145952.365000', '145952.825000', '145953.285000', '145953.745000', '145954.205000', '145954.665000', '145955.125000', '145955.585000', '145956.045000', '145956.505000', '145956.965000', '145957.425000', '145957.885000', '145958.345000', '145958.805000', '145959.265000', '145959.725000', '150000.185000', '150000.645000', '150001.105000', '150001.565000', '150002.025000', '150002.485000', '150002.945000', '150003.405000', '150003.865000', '150004.325000', '150004.785000', '150005.245000', '150005.705000', '150006.165000', '150006.625000', '150007.085000', '150007.545000', '150008.005000', '150008.465000', '150008.925000', '150009.385000', '150009.845000', '150010.305000', '150010.765000', '150011.225000', '150011.685000', '150012.145000', '150012.605000', '150013.065000', '150013.525000', '150013.985000', '150014.445000', '150014.905000', '150015.365000', '150015.825000', '150016.285000', '150016.745000', '150017.205000', '150017.665000', '150018.125000', '150018.585000', '150019.045000', '150019.505000', '150019.965000', '150020.425000', '150020.885000', '150021.345000', '150021.805000', '150022.265000', '150022.725000', '150023.185000', '150023.645000', '150024.105000', '150024.565000', '150025.025000', '150025.485000', '150025.945000', '150026.405000', '150026.865000', '150027.325000', '150027.785000', '150028.245000', '150028.705000', '150029.165000', '150029.625000', '150030.085000', '150030.545000', '150031.005000', '150031.465000', '150031.925000', '150032.385000', '150032.845000', '150033.305000', '150033.765000', '150034.225000', '150034.685000', '150035.145000', '150035.605000', '150036.065000', '150036.525000', '150036.985000', '150037.445000', '150037.905000', '150038.365000', '150038.825000', '150039.285000', '150039.745000', '150040.205000', '150040.665000', '150041.125000', '150041.585000', '150042.045000', '150042.505000', '150042.965000', '150043.425000', '150043.885000', '150044.345000', '150044.805000', '150045.265000', '150045.725000', '150046.185000', '150046.645000', '150047.105000', '150047.565000', '150048.025000', '150048.485000', '150048.945000', '150049.405000', '150049.865000', '150050.325000', '150050.785000', '150051.245000', '150051.705000', '150052.165000', '150052.625000', '150053.085000', '150053.545000', '150054.005000', '150054.465000', '150054.925000', '150055.385000', '150055.845000', '150056.305000', '150056.765000', '150057.225000', '150057.685000', '150058.145000', '150058.605000', '150059.065000', '150059.525000', '150059.985000', '150100.445000', '150100.905000', '150101.365000', '150101.825000', '150102.285000', '150102.745000', '150103.205000', '150103.665000', '150104.125000', '150104.585000', '150105.045000', '150105.505000', '150105.965000', '150106.425000', '150106.885000', '150107.345000', '150107.805000', '150108.265000', '150108.725000', '150109.185000', '150109.645000', '150110.105000', '150110.565000', '150111.025000', '150111.485000', '150111.945000', '150112.405000', '150112.865000', '150113.325000', '150113.785000', '150114.245000', '150114.705000', '150115.165000', '150115.625000', '150116.085000', '150116.545000', '150117.005000', '150117.465000', '150117.925000', '150118.385000', '150118.845000', '150119.305000', '150119.765000', '150120.225000', '150120.685000', '150121.145000', '150121.605000', '150122.065000', '150122.525000', '150122.985000', '150123.445000', '150123.905000', '150124.365000', '150124.825000', '150125.285000', '150125.745000', '150126.205000', '150126.665000', '150127.125000', '150127.585000', '150128.045000', '150128.505000', '150128.965000', '150129.425000', '150129.885000', '150130.345000', '150130.805000', '150131.265000', '150131.725000', '150132.185000', '150132.645000', '150133.105000', '150133.565000', '150134.025000', '150134.485000', '150134.945000', '150135.405000', '150135.865000', '150136.325000', '150136.785000', '150137.245000', '150137.705000', '150138.165000', '150138.625000', '150139.085000', '150139.545000', '150140.005000', '150140.465000', '150140.925000', '150141.385000', '150141.845000', '150142.305000', '150142.765000', '150143.225000', '150143.685000', '150144.145000', '150144.605000', '150145.065000', '150145.525000', '150145.985000', '150146.445000', '150146.905000', '150147.365000', '150147.825000', '150148.285000', '150148.745000', '150149.205000', '150149.665000', '150150.125000', '150150.585000', '150151.045000', '150151.505000', '150151.965000', '150152.425000', '150152.885000', '150153.345000', '150153.805000', '150154.265000', '150154.725000', '150155.185000', '150155.645000', '150156.105000', '150156.565000', '150157.025000', '150157.485000', '150157.945000', '150158.405000', '150158.865000', '150159.325000', '150159.785000', '150200.245000', '150200.705000', '150201.165000', '150201.625000', '150202.085000', '150202.545000', '150203.005000', '150203.465000', '150203.925000', '150204.385000', '150204.845000', '150205.305000', '150205.765000', '150206.225000', '150206.685000', '150207.145000', '150207.605000', '150208.065000', '150208.525000', '150208.985000', '150209.445000', '150209.905000', '150210.365000', '150210.825000', '150211.285000', '150211.745000', '150212.205000', '150212.665000', '150213.125000', '150213.585000', '150214.045000', '150214.505000', '150214.965000', '150215.425000', '150215.885000', '150216.345000', '150216.805000', '150217.265000', '150217.725000', '150218.185000', '150218.645000', '150219.105000', '150219.565000', '150220.025000', '150220.485000', '150220.945000', '150221.405000', '150221.865000', '150222.325000', '150222.785000', '150223.245000', '150223.705000', '150224.165000', '150224.625000', '150225.085000', '150225.545000', '150226.005000', '150226.465000', '150226.925000', '150227.385000', '150227.845000', '150228.305000', '150228.765000', '150229.225000', '150229.685000', '150230.145000', '150230.605000', '150231.065000', '150231.525000', '150231.985000', '150232.445000', '150232.905000', '150233.365000', '150233.825000', '150234.285000', '150234.745000', '150235.205000', '150235.665000', '150236.125000', '150236.585000', '150237.045000', '150237.505000', '150237.965000', '150238.425000', '150238.885000', '150239.345000', '150239.805000', '150240.265000', '150240.725000', '150241.185000', '150241.645000', '150242.105000', '150242.565000', '150243.025000', '150243.485000', '150243.945000', '150244.405000', '150244.865000', '150245.325000', '150245.785000', '150246.245000', '150246.705000', '150247.165000', '150247.625000', '150248.085000', '150248.545000', '150249.005000', '150249.465000', '150249.925000', '150250.385000', '150250.845000', '150251.305000', '150251.765000', '150252.225000', '150252.685000', '150253.145000', '150253.605000', '150254.065000', '150254.525000', '150254.985000', '150255.445000', '150255.905000', '150256.365000', '150256.825000', '150257.285000', '150257.745000', '150258.205000', '150258.665000', '150259.125000', '150259.585000', '150300.045000', '150300.505000', '150300.965000', '150301.425000', '150301.885000', '150302.345000', '150302.805000', '150303.265000', '150303.725000', '150304.185000', '150304.645000', '150305.105000', '150305.565000', '150306.025000', '150306.485000', '150306.945000', '150307.405000', '150307.865000', '150308.325000', '150308.785000', '150309.245000', '150309.705000', '150310.165000', '150310.625000', '150311.085000', '150311.545000', '150312.005000', '150312.465000', '150312.925000', '150313.385000', '150313.845000', '150314.305000', '150314.765000', '150315.225000', '150315.685000', '150316.145000', '150316.605000', '150317.065000', '150317.525000', '150317.985000', '150318.445000', '150318.905000', '150319.365000', '150319.825000', '150320.285000', '150320.745000', '150321.205000', '150321.665000', '150322.125000', '150322.585000', '150323.045000', '150323.505000', '150323.965000', '150324.425000', '150324.885000', '150325.345000', '150325.805000', '150326.265000', '150326.725000', '150327.185000', '150327.645000', '150328.105000', '150328.565000', '150329.025000', '150329.485000', '150329.945000', '150330.405000', '150330.865000', '150331.325000', '150331.785000', '150332.245000', '150332.705000', '150333.165000', '150333.625000', '150334.085000', '150334.545000', '150335.005000', '150335.465000', '150335.925000', '150336.385000', '150336.845000', '150337.305000', '150337.765000', '150338.225000', '150338.685000', '150339.145000', '150339.605000', '150340.065000', '150340.525000', '150340.985000', '150341.445000', '150341.905000', '150342.365000', '150342.825000', '150343.285000', '150343.745000', '150344.205000', '150344.665000', '150345.125000', '150345.585000', '150346.045000', '150346.505000', '150346.965000', '150347.425000', '150347.885000', '150348.345000', '150348.805000', '150349.265000', '150349.725000', '150350.185000', '150350.645000', '150351.105000', '150351.565000', '150352.025000', '150352.485000', '150352.945000', '150353.405000', '150353.865000', '150354.325000', '150354.785000', '150355.245000', '150355.705000', '150356.165000', '150356.625000', '150357.085000', '150357.545000', '150358.005000', '150358.465000', '150358.925000', '150359.385000', '150359.845000', '150400.305000', '150400.765000', '150401.225000', '150401.685000', '150402.145000', '150402.605000', '150403.065000', '150403.525000', '150403.985000', '150404.445000', '150404.905000', '150405.365000', '150405.825000', '150406.285000', '150406.745000', '150407.205000', '150407.665000', '150408.125000', '150408.585000', '150409.045000', '150409.505000', '150409.965000', '150410.425000', '150410.885000', '150411.345000', '150411.805000', '150412.265000', '150412.725000', '150413.185000', '150413.645000', '150414.105000', '150414.565000', '150415.025000', '150415.485000', '150415.945000', '150416.405000', '150416.865000', '150417.325000', '150417.785000', '150418.245000', '150418.705000', '150419.165000', '150419.625000', '150420.085000', '150420.545000', '150421.005000', '150421.465000', '150421.925000', '150422.385000', '150422.845000', '150423.305000', '150423.765000', '150424.225000', '150424.685000', '150425.145000', '150425.605000', '150426.065000', '150426.525000', '150426.985000', '150427.445000', '150427.905000', '150428.365000', '150428.825000', '150429.285000', '150429.745000', '150430.205000', '150430.665000', '150431.125000', '150431.585000', '150432.045000', '150432.505000', '150432.965000', '150433.425000', '150433.885000', '150434.345000', '150434.805000', '150435.265000', '150435.725000', '150436.185000', '150436.645000', '150437.105000', '150437.565000', '150438.025000', '150438.485000', '150438.945000', '150439.405000', '150439.865000', '150440.325000', '150440.785000', '150441.245000', '150441.705000', '150442.165000', '150442.625000', '150443.085000', '150443.545000', '150444.005000', '150444.465000', '150444.925000', '150445.385000', '150445.845000', '150446.305000', '150446.765000', '150447.225000', '150447.685000', '150448.145000', '150448.605000', '150449.065000', '150449.525000', '150449.985000', '150450.445000', '150450.905000'], 'ContentTime': ['145803.968000', '145803.972000', '145803.975000', '145803.977000', '145803.983000', '145803.986000', '145803.988000', '145803.991000', '145803.993000', '145803.996000', '145804.000000', '145804.002000', '145804.009000', '145804.012000', '145804.015000', '145804.017000', '145804.020000', '145804.027000', '145804.030000', '145804.032000', '145804.035000', '145804.037000', '145804.051000', '145804.053000', '145804.056000', '145804.058000', '145804.061000', '145823.936000', '145823.939000', '145823.941000', '145823.944000', '145823.947000', '145823.949000', '145823.957000', '145823.960000', '145823.962000', '145823.965000', '145823.967000', '145823.970000', '145823.973000', '145823.975000', '145823.978000', '145823.981000', '145823.983000', '145823.986000', '145823.988000', '145823.991000', '145823.994000', '145823.996000', '145824.000000', '145824.003000', '145824.005000', '145824.008000', '145824.010000', '145824.013000', '145824.016000', '145824.018000', '145824.021000', '145824.028000', '145824.030000', '145824.033000', '145824.036000', '145824.038000', '145824.041000', '145824.043000', '145824.046000', '145824.050000', '145824.053000', '145824.055000', '145824.058000', '145843.925000', '145843.928000', '145843.931000', '145843.933000', '145843.936000', '145843.939000', '145843.942000', '145843.944000', '145843.947000', '145843.958000', '145843.961000', '145843.963000', '145843.966000', '145843.969000', '145843.971000', '145843.974000', '145843.977000', '145843.979000', '145843.982000', '145843.984000', '145843.987000', '145843.990000', '145843.992000', '145843.995000', '145843.998000', '145844.001000', '145844.004000', '145844.006000', '145844.009000', '145844.012000', '145844.014000', '145844.017000', '145844.019000', '145844.022000', '145844.024000', '145844.027000', '145844.030000', '145844.032000', '145844.035000', '145844.037000', '145844.040000', '145844.043000', '145844.045000', '145844.048000', '145903.925000', '145903.927000', '145903.930000', '145903.933000', '145903.935000', '145903.938000', '145903.941000', '145903.943000', '145903.946000', '145903.949000', '145903.951000', '145903.954000', '145903.957000', '145903.959000', '145903.962000', '145903.964000', '145903.967000', '145903.970000', '145903.978000', '145903.980000', '145903.983000', '145903.986000', '145903.988000', '145903.991000', '145903.993000', '145903.996000', '145904.000000', '145904.002000', '145904.005000', '145904.008000', '145904.010000', '145904.013000', '145904.015000', '145904.018000', '145904.021000', '145904.023000', '145904.026000', '145904.028000', '145904.031000', '145904.034000', '145904.036000', '145904.039000', '145904.042000', '145923.924000', '145923.927000', '145923.930000', '145923.933000', '145923.935000', '145923.938000', '145923.940000', '145923.953000', '145923.956000', '145923.958000', '145923.962000', '145923.964000', '145923.967000', '145923.970000', '145923.972000', '145923.975000', '145923.977000', '145923.980000', '145923.983000', '145923.985000', '145923.988000', '145923.990000', '145923.993000', '145923.996000', '145923.998000', '145924.002000', '145924.004000', '145924.007000', '145924.010000', '145924.012000', '145924.015000', '145924.017000', '145924.020000', '145924.022000', '145924.025000', '145924.028000', '145924.030000', '145924.033000', '145924.036000', '145924.038000', '145924.041000', '145924.044000', '145924.046000', '145924.049000', '145943.925000', '145943.929000', '145943.931000', '145943.934000', '145943.936000', '145943.939000', '145943.942000', '145943.944000', '145943.947000', '145943.959000', '145943.962000', '145943.965000', '145943.967000', '145943.970000', '145943.972000', '145943.975000', '145943.978000', '145943.980000', '145943.983000', '145943.986000', '145943.988000', '145943.991000', '145943.993000', '145943.996000', '145943.998000', '145944.002000', '145944.005000', '145944.007000', '145944.010000', '145944.013000', '145944.015000', '145944.018000', '145944.020000', '145944.023000', '145944.025000', '145944.028000', '145944.031000', '145944.033000', '145944.036000', '145944.050000', '145944.052000', '145944.055000', '145944.058000', '150003.926000', '150003.929000', '150003.931000', '150003.934000', '150003.936000', '150003.939000', '150003.942000', '150003.944000', '150003.947000', '150003.949000', '150003.952000', '150003.955000', '150003.957000', '150003.960000', '150003.962000', '150003.965000', '150003.967000', '150003.970000', '150003.973000', '150003.975000', '150003.978000', '150003.981000', '150003.984000', '150003.986000', '150003.989000', '150003.992000', '150003.994000', '150003.997000', '150004.001000', '150004.003000', '150004.006000', '150004.008000', '150004.011000', '150004.014000', '150004.016000', '150004.019000', '150004.021000', '150004.024000', '150004.027000', '150004.029000', '150004.032000', '150004.034000', '150004.037000', '150004.039000', '150023.926000', '150023.928000', '150023.931000', '150023.934000', '150023.936000', '150023.939000', '150023.941000', '150023.944000', '150023.947000', '150023.949000', '150023.952000', '150023.955000', '150023.957000', '150023.960000', '150023.962000', '150023.965000', '150023.968000', '150023.970000', '150023.973000', '150023.975000', '150023.978000', '150023.980000', '150023.983000', '150023.986000', '150023.989000', '150023.991000', '150023.994000', '150023.996000', '150024.000000', '150024.003000', '150024.005000', '150024.008000', '150024.011000', '150024.013000', '150024.016000', '150024.019000', '150024.021000', '150024.024000', '150024.027000', '150024.029000', '150024.032000', '150024.034000', '150024.037000', '150043.925000', '150043.929000', '150043.931000', '150043.934000', '150043.936000', '150043.939000', '150043.942000', '150043.944000', '150043.947000', '150043.949000', '150043.952000', '150043.955000', '150043.957000', '150043.960000', '150043.962000', '150043.965000', '150043.968000', '150043.970000', '150043.973000', '150043.975000', '150043.978000', '150043.981000', '150043.983000', '150043.986000', '150043.988000', '150043.991000', '150043.994000', '150043.996000', '150044.000000', '150044.002000', '150044.005000', '150044.007000', '150044.010000', '150044.013000', '150044.015000', '150044.018000', '150044.020000', '150044.023000', '150044.026000', '150044.028000', '150044.031000', '150044.033000', '150044.036000', '150044.039000', '150103.926000', '150103.928000', '150103.931000', '150103.934000', '150103.936000', '150103.939000', '150103.941000', '150103.944000', '150103.947000', '150103.949000', '150103.952000', '150103.954000', '150103.957000', '150103.960000', '150103.962000', '150103.965000', '150103.968000', '150103.970000', '150103.973000', '150103.976000', '150103.978000', '150103.981000', '150103.983000', '150103.986000', '150103.989000', '150103.991000', '150103.994000', '150103.996000', '150104.000000', '150104.003000', '150104.005000', '150104.008000', '150104.010000', '150104.013000', '150104.015000', '150104.018000', '150104.021000', '150104.023000', '150104.026000', '150104.029000', '150104.031000', '150104.034000', '150104.036000', '150123.925000', '150123.928000', '150123.930000', '150123.933000', '150123.937000', '150123.939000', '150123.957000', '150123.960000', '150123.963000', '150123.966000', '150123.969000', '150123.971000', '150123.974000', '150123.976000', '150123.979000', '150123.982000', '150123.984000', '150123.987000', '150123.990000', '150123.992000', '150123.995000', '150123.998000', '150124.001000', '150124.004000', '150124.006000', '150124.009000', '150124.012000', '150124.014000', '150124.017000', '150124.020000', '150124.023000', '150124.029000', '150124.032000', '150124.035000', '150124.037000', '150124.040000', '150124.043000', '150124.046000', '150124.048000', '150124.051000', '150124.054000', '150124.056000', '150124.059000', '150143.925000', '150143.928000', '150143.930000', '150143.933000', '150143.936000', '150143.938000', '150143.941000', '150143.944000', '150143.946000', '150143.949000', '150143.951000', '150143.954000', '150143.957000', '150143.959000', '150143.962000', '150143.964000', '150143.967000', '150143.969000', '150143.972000', '150143.975000', '150143.977000', '150143.980000', '150143.983000', '150143.985000', '150143.988000', '150143.990000', '150143.997000', '150143.999000', '150144.002000', '150144.005000', '150144.007000', '150144.010000', '150144.012000', '150144.015000', '150144.018000', '150144.020000', '150144.023000', '150144.025000', '150144.028000', '150144.031000', '150144.033000', '150144.036000', '150144.039000', '150144.041000', '150203.925000', '150203.928000', '150203.931000', '150203.933000', '150203.952000', '150203.955000', '150203.958000', '150203.961000', '150203.963000', '150203.966000', '150203.969000', '150203.971000', '150203.974000', '150203.976000', '150203.979000', '150203.982000', '150203.984000', '150203.987000', '150203.989000', '150203.992000', '150203.995000', '150203.997000', '150204.001000', '150204.004000', '150204.006000', '150204.009000', '150204.011000', '150204.014000', '150204.016000', '150204.019000', '150204.022000', '150204.024000', '150204.027000', '150204.030000', '150204.032000', '150204.035000', '150204.037000', '150204.040000', '150204.042000', '150204.045000', '150204.048000', '150204.050000', '150204.053000', '150223.925000', '150223.928000', '150223.931000', '150223.934000', '150223.936000', '150223.939000', '150223.942000', '150223.944000', '150223.947000', '150223.949000', '150223.952000', '150223.954000', '150223.957000', '150223.960000', '150223.962000', '150223.965000', '150223.967000', '150223.970000', '150223.973000', '150223.975000', '150223.978000', '150223.981000', '150223.983000', '150223.986000', '150223.988000', '150223.991000', '150223.993000', '150223.996000', '150224.000000', '150224.002000', '150224.005000', '150224.007000', '150224.010000', '150224.013000', '150224.015000', '150224.018000', '150224.020000', '150224.023000', '150224.026000', '150224.029000', '150224.031000', '150224.034000', '150224.036000', '150224.039000', '150243.925000', '150243.928000', '150243.931000', '150243.934000', '150243.936000', '150243.939000', '150243.942000', '150243.944000', '150243.947000', '150243.949000', '150243.952000', '150243.955000', '150243.957000', '150243.960000', '150243.962000', '150243.965000', '150243.968000', '150243.970000', '150243.973000', '150243.976000', '150243.978000', '150243.981000', '150243.986000', '150243.989000', '150243.992000', '150243.995000', '150243.997000', '150244.001000', '150244.004000', '150244.007000', '150244.009000', '150244.019000', '150244.021000', '150244.024000', '150244.027000', '150244.029000', '150244.032000', '150244.034000', '150244.037000', '150244.040000', '150244.042000', '150244.045000', '150244.048000', '150303.925000', '150303.928000', '150303.931000', '150303.934000', '150303.936000', '150303.939000', '150303.942000', '150303.944000', '150303.947000', '150303.950000', '150303.952000', '150303.955000', '150303.957000', '150303.960000', '150303.963000', '150303.965000', '150303.968000', '150303.971000', '150303.973000', '150303.976000', '150303.979000', '150303.981000', '150303.984000', '150303.986000', '150303.989000', '150303.992000', '150303.994000', '150303.997000', '150304.000000', '150304.003000', '150304.006000', '150304.008000', '150304.011000', '150304.014000', '150304.016000', '150304.019000', '150304.022000', '150304.024000', '150304.027000', '150304.029000', '150304.032000', '150304.035000', '150304.037000', '150304.040000', '150323.926000', '150323.929000', '150323.931000', '150323.934000', '150323.937000', '150323.939000', '150323.942000', '150323.945000', '150323.947000', '150323.950000', '150323.953000', '150323.955000', '150323.958000', '150323.961000', '150323.963000', '150323.966000', '150323.969000', '150323.972000', '150323.975000', '150323.977000', '150323.980000', '150323.983000', '150323.986000', '150323.988000', '150323.991000', '150323.993000', '150323.996000', '150324.000000', '150324.002000', '150324.005000', '150324.008000', '150324.011000', '150324.013000', '150324.016000', '150324.018000', '150324.021000', '150324.024000', '150324.026000', '150324.029000', '150324.032000', '150324.034000', '150324.037000', '150324.040000', '150343.925000', '150343.928000', '150343.930000', '150343.933000', '150343.936000', '150343.938000', '150343.943000', '150343.946000', '150343.948000', '150343.951000', '150343.953000', '150343.956000', '150343.959000', '150343.961000', '150343.964000', '150343.966000', '150343.969000', '150343.972000', '150343.974000', '150343.977000', '150343.979000', '150343.982000', '150343.985000', '150343.987000', '150343.990000', '150343.993000', '150343.995000', '150343.998000', '150344.001000', '150344.004000', '150344.007000', '150344.009000', '150344.012000', '150344.015000', '150344.017000', '150344.020000', '150344.022000', '150344.025000', '150344.028000', '150344.030000', '150344.033000', '150344.035000', '150344.038000', '150344.041000', '150403.925000', '150403.936000', '150403.939000', '150403.942000', '150403.944000', '150403.947000', '150403.949000', '150403.952000', '150403.954000', '150403.957000', '150403.960000', '150403.962000', '150403.965000', '150403.968000', '150403.970000', '150403.973000', '150403.976000', '150403.978000', '150403.981000', '150403.983000', '150403.986000', '150403.988000', '150403.991000', '150403.994000', '150403.996000', '150404.000000', '150404.003000', '150404.006000', '150404.008000', '150404.011000', '150404.014000', '150404.016000', '150404.019000', '150404.021000', '150404.024000', '150404.026000', '150404.029000', '150404.032000', '150404.034000', '150404.037000', '150404.039000', '150404.043000', '150404.056000', '150423.926000', '150423.928000', '150423.931000', '150423.934000', '150423.936000', '150423.939000', '150423.941000', '150423.944000', '150423.947000', '150423.950000', '150423.952000', '150423.955000', '150423.958000', '150423.960000', '150423.963000', '150423.965000', '150423.968000', '150423.971000', '150423.973000', '150423.976000', '150423.988000', '150423.991000', '150423.993000', '150423.996000', '150423.999000', '150424.001000', '150424.004000', '150424.006000', '150424.009000', '150424.012000', '150424.014000', '150424.017000', '150424.020000', '150424.022000', '150424.025000', '150424.027000', '150424.030000', '150424.033000', '150424.035000', '150424.038000', '150424.040000', '150424.043000', '150424.046000', '150424.048000', '150443.926000', '150443.928000', '150443.931000', '150443.934000', '150443.936000', '150443.939000', '150443.942000', '150443.944000', '150443.947000', '150443.950000', '150443.952000', '150443.955000', '150443.958000', '150443.960000', '150443.963000', '150443.965000', '150443.968000', '150443.971000', '150443.973000', '150443.976000', '150443.978000', '150443.981000', '150443.983000', '150443.986000', '150443.989000', '150443.991000', '150443.994000', '150443.997000', '150444.000000', '150444.003000', '150444.005000', '150444.008000', '150444.011000', '150444.013000', '150444.016000', '150444.018000', '150444.021000', '150444.024000', '150444.026000', '150444.029000', '150444.031000', '150444.034000', '150444.037000', '150451.819000', '150451.822000', '150451.824000', '150451.827000', '150451.830000', '150451.832000', '150451.835000', '150451.838000', '150451.840000', '150451.843000', '150451.846000', '150451.849000', '150451.852000', '150451.854000', '150451.857000', '150451.860000', '150451.863000', '150451.866000'], 'InstanceCreationTime': ['145803.968000', '145803.972000', '145803.975000', '145803.977000', '145803.983000', '145803.986000', '145803.988000', '145803.991000', '145803.993000', '145803.996000', '145804.000000', '145804.002000', '145804.009000', '145804.012000', '145804.015000', '145804.017000', '145804.020000', '145804.027000', '145804.030000', '145804.032000', '145804.035000', '145804.037000', '145804.051000', '145804.053000', '145804.056000', '145804.058000', '145804.061000', '145823.936000', '145823.939000', '145823.941000', '145823.944000', '145823.947000', '145823.949000', '145823.957000', '145823.960000', '145823.962000', '145823.965000', '145823.967000', '145823.970000', '145823.973000', '145823.975000', '145823.978000', '145823.981000', '145823.983000', '145823.986000', '145823.988000', '145823.991000', '145823.994000', '145823.996000', '145824.000000', '145824.003000', '145824.005000', '145824.008000', '145824.010000', '145824.013000', '145824.016000', '145824.018000', '145824.021000', '145824.028000', '145824.030000', '145824.033000', '145824.036000', '145824.038000', '145824.041000', '145824.043000', '145824.046000', '145824.050000', '145824.053000', '145824.055000', '145824.058000', '145843.925000', '145843.928000', '145843.931000', '145843.933000', '145843.936000', '145843.939000', '145843.942000', '145843.944000', '145843.947000', '145843.958000', '145843.961000', '145843.963000', '145843.966000', '145843.969000', '145843.971000', '145843.974000', '145843.977000', '145843.979000', '145843.982000', '145843.984000', '145843.987000', '145843.990000', '145843.992000', '145843.995000', '145843.998000', '145844.001000', '145844.004000', '145844.006000', '145844.009000', '145844.012000', '145844.014000', '145844.017000', '145844.019000', '145844.022000', '145844.024000', '145844.027000', '145844.030000', '145844.032000', '145844.035000', '145844.037000', '145844.040000', '145844.043000', '145844.045000', '145844.048000', '145903.925000', '145903.927000', '145903.930000', '145903.933000', '145903.935000', '145903.938000', '145903.941000', '145903.943000', '145903.946000', '145903.949000', '145903.951000', '145903.954000', '145903.957000', '145903.959000', '145903.962000', '145903.964000', '145903.967000', '145903.970000', '145903.978000', '145903.980000', '145903.983000', '145903.986000', '145903.988000', '145903.991000', '145903.993000', '145903.996000', '145904.000000', '145904.002000', '145904.005000', '145904.008000', '145904.010000', '145904.013000', '145904.015000', '145904.018000', '145904.021000', '145904.023000', '145904.026000', '145904.028000', '145904.031000', '145904.034000', '145904.036000', '145904.039000', '145904.042000', '145923.924000', '145923.927000', '145923.930000', '145923.933000', '145923.935000', '145923.938000', '145923.940000', '145923.953000', '145923.956000', '145923.958000', '145923.962000', '145923.964000', '145923.967000', '145923.970000', '145923.972000', '145923.975000', '145923.977000', '145923.980000', '145923.983000', '145923.985000', '145923.988000', '145923.990000', '145923.993000', '145923.996000', '145923.998000', '145924.002000', '145924.004000', '145924.007000', '145924.010000', '145924.012000', '145924.015000', '145924.017000', '145924.020000', '145924.022000', '145924.025000', '145924.028000', '145924.030000', '145924.033000', '145924.036000', '145924.038000', '145924.041000', '145924.044000', '145924.046000', '145924.049000', '145943.925000', '145943.929000', '145943.931000', '145943.934000', '145943.936000', '145943.939000', '145943.942000', '145943.944000', '145943.947000', '145943.959000', '145943.962000', '145943.965000', '145943.967000', '145943.970000', '145943.972000', '145943.975000', '145943.978000', '145943.980000', '145943.983000', '145943.986000', '145943.988000', '145943.991000', '145943.993000', '145943.996000', '145943.998000', '145944.002000', '145944.005000', '145944.007000', '145944.010000', '145944.013000', '145944.015000', '145944.018000', '145944.020000', '145944.023000', '145944.025000', '145944.028000', '145944.031000', '145944.033000', '145944.036000', '145944.050000', '145944.052000', '145944.055000', '145944.058000', '150003.926000', '150003.929000', '150003.931000', '150003.934000', '150003.936000', '150003.939000', '150003.942000', '150003.944000', '150003.947000', '150003.949000', '150003.952000', '150003.955000', '150003.957000', '150003.960000', '150003.962000', '150003.965000', '150003.967000', '150003.970000', '150003.973000', '150003.975000', '150003.978000', '150003.981000', '150003.984000', '150003.986000', '150003.989000', '150003.992000', '150003.994000', '150003.997000', '150004.001000', '150004.003000', '150004.006000', '150004.008000', '150004.011000', '150004.014000', '150004.016000', '150004.019000', '150004.021000', '150004.024000', '150004.027000', '150004.029000', '150004.032000', '150004.034000', '150004.037000', '150004.039000', '150023.926000', '150023.928000', '150023.931000', '150023.934000', '150023.936000', '150023.939000', '150023.941000', '150023.944000', '150023.947000', '150023.949000', '150023.952000', '150023.955000', '150023.957000', '150023.960000', '150023.962000', '150023.965000', '150023.968000', '150023.970000', '150023.973000', '150023.975000', '150023.978000', '150023.980000', '150023.983000', '150023.986000', '150023.989000', '150023.991000', '150023.994000', '150023.996000', '150024.000000', '150024.003000', '150024.005000', '150024.008000', '150024.011000', '150024.013000', '150024.016000', '150024.019000', '150024.021000', '150024.024000', '150024.027000', '150024.029000', '150024.032000', '150024.034000', '150024.037000', '150043.925000', '150043.929000', '150043.931000', '150043.934000', '150043.936000', '150043.939000', '150043.942000', '150043.944000', '150043.947000', '150043.949000', '150043.952000', '150043.955000', '150043.957000', '150043.960000', '150043.962000', '150043.965000', '150043.968000', '150043.970000', '150043.973000', '150043.975000', '150043.978000', '150043.981000', '150043.983000', '150043.986000', '150043.988000', '150043.991000', '150043.994000', '150043.996000', '150044.000000', '150044.002000', '150044.005000', '150044.007000', '150044.010000', '150044.013000', '150044.015000', '150044.018000', '150044.020000', '150044.023000', '150044.026000', '150044.028000', '150044.031000', '150044.033000', '150044.036000', '150044.039000', '150103.926000', '150103.928000', '150103.931000', '150103.934000', '150103.936000', '150103.939000', '150103.941000', '150103.944000', '150103.947000', '150103.949000', '150103.952000', '150103.954000', '150103.957000', '150103.960000', '150103.962000', '150103.965000', '150103.968000', '150103.970000', '150103.973000', '150103.976000', '150103.978000', '150103.981000', '150103.983000', '150103.986000', '150103.989000', '150103.991000', '150103.994000', '150103.996000', '150104.000000', '150104.003000', '150104.005000', '150104.008000', '150104.010000', '150104.013000', '150104.015000', '150104.018000', '150104.021000', '150104.023000', '150104.026000', '150104.029000', '150104.031000', '150104.034000', '150104.036000', '150123.925000', '150123.928000', '150123.930000', '150123.933000', '150123.937000', '150123.939000', '150123.957000', '150123.960000', '150123.963000', '150123.966000', '150123.969000', '150123.971000', '150123.974000', '150123.976000', '150123.979000', '150123.982000', '150123.984000', '150123.987000', '150123.990000', '150123.992000', '150123.995000', '150123.998000', '150124.001000', '150124.004000', '150124.006000', '150124.009000', '150124.012000', '150124.014000', '150124.017000', '150124.020000', '150124.023000', '150124.029000', '150124.032000', '150124.035000', '150124.037000', '150124.040000', '150124.043000', '150124.046000', '150124.048000', '150124.051000', '150124.054000', '150124.056000', '150124.059000', '150143.925000', '150143.928000', '150143.930000', '150143.933000', '150143.936000', '150143.938000', '150143.941000', '150143.944000', '150143.946000', '150143.949000', '150143.951000', '150143.954000', '150143.957000', '150143.959000', '150143.962000', '150143.964000', '150143.967000', '150143.969000', '150143.972000', '150143.975000', '150143.977000', '150143.980000', '150143.983000', '150143.985000', '150143.988000', '150143.990000', '150143.997000', '150143.999000', '150144.002000', '150144.005000', '150144.007000', '150144.010000', '150144.012000', '150144.015000', '150144.018000', '150144.020000', '150144.023000', '150144.025000', '150144.028000', '150144.031000', '150144.033000', '150144.036000', '150144.039000', '150144.041000', '150203.925000', '150203.928000', '150203.931000', '150203.933000', '150203.952000', '150203.955000', '150203.958000', '150203.961000', '150203.963000', '150203.966000', '150203.969000', '150203.971000', '150203.974000', '150203.976000', '150203.979000', '150203.982000', '150203.984000', '150203.987000', '150203.989000', '150203.992000', '150203.995000', '150203.997000', '150204.001000', '150204.004000', '150204.006000', '150204.009000', '150204.011000', '150204.014000', '150204.016000', '150204.019000', '150204.022000', '150204.024000', '150204.027000', '150204.030000', '150204.032000', '150204.035000', '150204.037000', '150204.040000', '150204.042000', '150204.045000', '150204.048000', '150204.050000', '150204.053000', '150223.925000', '150223.928000', '150223.931000', '150223.934000', '150223.936000', '150223.939000', '150223.942000', '150223.944000', '150223.947000', '150223.949000', '150223.952000', '150223.954000', '150223.957000', '150223.960000', '150223.962000', '150223.965000', '150223.967000', '150223.970000', '150223.973000', '150223.975000', '150223.978000', '150223.981000', '150223.983000', '150223.986000', '150223.988000', '150223.991000', '150223.993000', '150223.996000', '150224.000000', '150224.002000', '150224.005000', '150224.007000', '150224.010000', '150224.013000', '150224.015000', '150224.018000', '150224.020000', '150224.023000', '150224.026000', '150224.029000', '150224.031000', '150224.034000', '150224.036000', '150224.039000', '150243.925000', '150243.928000', '150243.931000', '150243.934000', '150243.936000', '150243.939000', '150243.942000', '150243.944000', '150243.947000', '150243.949000', '150243.952000', '150243.955000', '150243.957000', '150243.960000', '150243.962000', '150243.965000', '150243.968000', '150243.970000', '150243.973000', '150243.976000', '150243.978000', '150243.981000', '150243.986000', '150243.989000', '150243.992000', '150243.995000', '150243.997000', '150244.001000', '150244.004000', '150244.007000', '150244.009000', '150244.019000', '150244.021000', '150244.024000', '150244.027000', '150244.029000', '150244.032000', '150244.034000', '150244.037000', '150244.040000', '150244.042000', '150244.045000', '150244.048000', '150303.925000', '150303.928000', '150303.931000', '150303.934000', '150303.936000', '150303.939000', '150303.942000', '150303.944000', '150303.947000', '150303.950000', '150303.952000', '150303.955000', '150303.957000', '150303.960000', '150303.963000', '150303.965000', '150303.968000', '150303.971000', '150303.973000', '150303.976000', '150303.979000', '150303.981000', '150303.984000', '150303.986000', '150303.989000', '150303.992000', '150303.994000', '150303.997000', '150304.000000', '150304.003000', '150304.006000', '150304.008000', '150304.011000', '150304.014000', '150304.016000', '150304.019000', '150304.022000', '150304.024000', '150304.027000', '150304.029000', '150304.032000', '150304.035000', '150304.037000', '150304.040000', '150323.926000', '150323.929000', '150323.931000', '150323.934000', '150323.937000', '150323.939000', '150323.942000', '150323.945000', '150323.947000', '150323.950000', '150323.953000', '150323.955000', '150323.958000', '150323.961000', '150323.963000', '150323.966000', '150323.969000', '150323.972000', '150323.975000', '150323.977000', '150323.980000', '150323.983000', '150323.986000', '150323.988000', '150323.991000', '150323.993000', '150323.996000', '150324.000000', '150324.002000', '150324.005000', '150324.008000', '150324.011000', '150324.013000', '150324.016000', '150324.018000', '150324.021000', '150324.024000', '150324.026000', '150324.029000', '150324.032000', '150324.034000', '150324.037000', '150324.040000', '150343.925000', '150343.928000', '150343.930000', '150343.933000', '150343.936000', '150343.938000', '150343.943000', '150343.946000', '150343.948000', '150343.951000', '150343.953000', '150343.956000', '150343.959000', '150343.961000', '150343.964000', '150343.966000', '150343.969000', '150343.972000', '150343.974000', '150343.977000', '150343.979000', '150343.982000', '150343.985000', '150343.987000', '150343.990000', '150343.993000', '150343.995000', '150343.998000', '150344.001000', '150344.004000', '150344.007000', '150344.009000', '150344.012000', '150344.015000', '150344.017000', '150344.020000', '150344.022000', '150344.025000', '150344.028000', '150344.030000', '150344.033000', '150344.035000', '150344.038000', '150344.041000', '150403.925000', '150403.936000', '150403.939000', '150403.942000', '150403.944000', '150403.947000', '150403.949000', '150403.952000', '150403.954000', '150403.957000', '150403.960000', '150403.962000', '150403.965000', '150403.968000', '150403.970000', '150403.973000', '150403.976000', '150403.978000', '150403.981000', '150403.983000', '150403.986000', '150403.988000', '150403.991000', '150403.994000', '150403.996000', '150404.000000', '150404.003000', '150404.006000', '150404.008000', '150404.011000', '150404.014000', '150404.016000', '150404.019000', '150404.021000', '150404.024000', '150404.026000', '150404.029000', '150404.032000', '150404.034000', '150404.037000', '150404.039000', '150404.043000', '150404.056000', '150423.926000', '150423.928000', '150423.931000', '150423.934000', '150423.936000', '150423.939000', '150423.941000', '150423.944000', '150423.947000', '150423.950000', '150423.952000', '150423.955000', '150423.958000', '150423.960000', '150423.963000', '150423.965000', '150423.968000', '150423.971000', '150423.973000', '150423.976000', '150423.988000', '150423.991000', '150423.993000', '150423.996000', '150423.999000', '150424.001000', '150424.004000', '150424.006000', '150424.009000', '150424.012000', '150424.014000', '150424.017000', '150424.020000', '150424.022000', '150424.025000', '150424.027000', '150424.030000', '150424.033000', '150424.035000', '150424.038000', '150424.040000', '150424.043000', '150424.046000', '150424.048000', '150443.926000', '150443.928000', '150443.931000', '150443.934000', '150443.936000', '150443.939000', '150443.942000', '150443.944000', '150443.947000', '150443.950000', '150443.952000', '150443.955000', '150443.958000', '150443.960000', '150443.963000', '150443.965000', '150443.968000', '150443.971000', '150443.973000', '150443.976000', '150443.978000', '150443.981000', '150443.983000', '150443.986000', '150443.989000', '150443.991000', '150443.994000', '150443.997000', '150444.000000', '150444.003000', '150444.005000', '150444.008000', '150444.011000', '150444.013000', '150444.016000', '150444.018000', '150444.021000', '150444.024000', '150444.026000', '150444.029000', '150444.031000', '150444.034000', '150444.037000', '150451.819000', '150451.822000', '150451.824000', '150451.827000', '150451.830000', '150451.832000', '150451.835000', '150451.838000', '150451.840000', '150451.843000', '150451.846000', '150451.849000', '150451.852000', '150451.854000', '150451.857000', '150451.860000', '150451.863000', '150451.866000'], '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': [9661, 10474, 8894, 7656, 8604, 7821, 12063, 10151, 11024, 8627, 9602, 8831, 8872, 8869, 8009, 13169, 8117, 14109, 12065, 10019, 8733, 7869, 11308, 8154, 13487, 10724, 9953, 8645, 8516, 8951, 8097, 13203, 8234, 12852, 11447, 10231, 8738, 9156, 12983, 8454, 14092, 12198, 11510, 8452, 9204, 8936, 8119, 14380, 9787, 13651, 10898, 9776, 8628, 8337, 13494, 7789, 13457, 11801, 11175, 8548, 8733, 9738, 8048, 11933, 8490, 9423, 8591, 8024, 8948, 7981, 11771, 8328, 9533, 11015, 9312, 11584, 8027, 12535, 8855, 9880, 8755, 7795, 14662, 10723, 11074, 8198, 9301, 8677, 7865, 13225, 10425, 11326, 8086, 11166, 8257, 7937, 14442, 11205, 12013, 9151, 12653, 8910, 9691, 10157, 7869, 14633, 11899, 10256, 8332, 10445, 9921, 7960, 14378, 11800, 10386, 8437, 8524, 8260, 7894, 12119, 8136, 12334, 10440, 8796, 8499, 7757, 14202, 9734, 12976, 9279, 8532, 8563, 7855, 13343, 10354, 12637, 10271, 8694, 9795, 8063, 11544, 8577, 9861, 11522, 9491, 9190, 8037, 10054, 8025, 11073, 10865, 10538, 9018, 8178, 11746, 9023, 9871, 12550, 9739, 9229, 8285, 9631, 8817, 7698, 14026, 11663, 10887, 9590, 9859, 10541, 8668, 14790, 12072, 11224, 8549, 7827, 10237, 7856, 13140, 11674, 9832, 8341, 7862, 11338, 8931, 14336, 12274, 10352, 8502, 8571, 11648, 8489, 13325, 12239, 10329, 8695, 7940, 12976, 7851, 11947, 11247, 9280, 8736, 7812, 13341, 7751, 12356, 9548, 8199, 9068, 7906, 13051, 8659, 11832, 9939, 10150, 13342, 7945, 11968, 8179, 9043, 8336, 9655, 10851, 8453, 11077, 7939, 9674, 8325, 8406, 12381, 8612, 9273, 8302, 11806, 8725, 8172, 9958, 7771, 9414, 8138, 11284, 8882, 9135, 13094, 10812, 10325, 8301, 9816, 11088, 8189, 15174, 12710, 10433, 8344, 8038, 11270, 7914, 14208, 12118, 10459, 8164, 8666, 9270, 7781, 13494, 9768, 11666, 9450, 8308, 8882, 7841, 13382, 10707, 11496, 8712, 8683, 11583, 7655, 11510, 8212, 10259, 10488, 8715, 9243, 7782, 11244, 7866, 12716, 10563, 9981, 8924, 8139, 14446, 11979, 12362, 10834, 9873, 9165, 7666, 11075, 8360, 11121, 8252, 9440, 8155, 9019, 8353, 8051, 11183, 8946, 13337, 10644, 10413, 8470, 7509, 8788, 7654, 14107, 11730, 10945, 8377, 7637, 8712, 7617, 13829, 11468, 10359, 8914, 9644, 8528, 7832, 14699, 12101, 12395, 10206, 9921, 8365, 7911, 8528, 7702, 14698, 11746, 10609, 7998, 8577, 8294, 7882, 12602, 10148, 8646, 7727, 11056, 8064, 11095, 10121, 10385, 8437, 7780, 12214, 8022, 12383, 11243, 11346, 8222, 7946, 8768, 7760, 11464, 8892, 10277, 8214, 8720, 8591, 7618, 8449, 7700, 13740, 11654, 10094, 7981, 10776, 8394, 8381, 11945, 10215, 11039, 8344, 11590, 8380, 7914, 11256, 8874, 14339, 8843, 10024, 8272, 11493, 8533, 12582, 10231, 11411, 8871, 8165, 13553, 7840, 12743, 11486, 9337, 8279, 8888, 12266, 8730, 13578, 11820, 8895, 7998, 9929, 8566, 8186, 10489, 9356, 8729, 7911, 13089, 8569, 12921, 10286, 9046, 8437, 7736, 13293, 10172, 10902, 10434, 11940, 8688, 8473, 7860, 8428, 8844, 8401, 9777, 14372, 12958, 13428, 8975, 9269, 12157, 7650, 12364, 9552, 11716, 8217, 8369, 8301, 7510, 8200, 7331, 12666, 10182, 9454, 7694, 9135, 8246, 7341, 12096, 7520, 12407, 11183, 9805, 7952, 8031, 8217, 7190, 13360, 12132, 11145, 7749, 11745, 8121, 8273, 12399, 9976, 8666, 7494, 12588, 7746, 11201, 8298, 9419, 11220, 10494, 8440, 7339, 12208, 8696, 10994, 11217, 11226, 9562, 7552, 12422, 9124, 8737, 7919, 8244, 8394, 7448, 13119, 7430, 9708, 8164, 9640, 8398, 7540, 10501, 7590, 12400, 10081, 12476, 9295, 10254, 8262, 7574, 8405, 7450, 13128, 8659, 8752, 8185, 8164, 8739, 7420, 13875, 11709, 10465, 8455, 7564, 11394, 7527, 13704, 11873, 10092, 7987, 9406, 8861, 9725, 9205, 11755, 11956, 10567, 14116, 7820, 9530, 8485, 10417, 13499, 11398, 10200, 8029, 10973, 8713, 7684, 12994, 8900, 8595, 7766, 10748, 8318, 11823, 11479, 10639, 8447, 7712, 13973, 7921, 12212, 9117, 8363, 14766, 12244, 10938, 7811, 9621, 8418, 7842, 13826, 11990, 10194, 7971, 8690, 8580, 7742, 14151, 11928, 10105, 7821, 9241, 8480, 7657, 11976, 9536, 12271, 7791, 12179, 8126, 9159, 8729, 10637, 12738, 8518, 12928, 7686, 9583, 8358, 7877, 14027, 11843, 10939, 7749, 8853, 8168, 7948, 8657, 7705, 8668, 8076, 8866, 7984, 13403, 9274, 13447, 12107, 10289, 11362, 7932, 10492, 8459, 11571, 12550, 10756, 13140, 8061, 9347, 8103, 10540, 8025, 10342, 8309, 8378, 9909, 7813, 14987, 12046, 11084, 8875, 11231, 8830, 8561, 14260, 12139, 10752, 9480, 10017, 8476, 8402, 13047, 8687, 11366, 9165, 9376, 8633, 8277, 8776, 8204, 12511, 10646, 8908, 8680, 8224, 8585, 8062, 12810, 10277, 8991, 8760, 8914, 9768, 8215, 13866, 11308, 9888, 8148, 8990, 8586, 8239, 13748, 10316, 10827, 9637, 9173, 8388, 7996, 12447, 7742, 13382, 12183, 10004, 8413, 7718, 8468, 7735, 14045, 11302, 10503, 9325, 10641, 7770, 11598, 9471, 12429, 7920, 13533, 10052, 8751, 7909, 9095, 15414, 9613, 12949, 8163, 7748, 12590, 7503, 12638, 9404, 9022, 7741, 9281, 8018, 11126, 13565, 11555, 11795, 9026, 11133, 7850, 9087, 8078, 10511, 8235, 7857, 8593, 7639, 11991, 8773, 11976, 8558, 9280, 8337, 7846, 8650, 7979, 11819, 10128, 8579, 7469, 8653, 7397, 13546, 9489, 12161, 10262, 11874, 8678, 10977, 9321, 11293, 12685, 9730, 13493, 7606, 11701, 9088, 12789, 9260, 11348, 8158, 8068, 8542, 7941, 14757, 12942, 11070, 8330, 12058, 9473, 9839, 8231, 9948, 8302, 7429, 13605, 7224, 12523, 10845, 9662, 7961, 9241, 8245, 7253, 14174, 9939, 11669, 9480, 9282, 8551, 9580, 8420, 11251, 8736, 9855, 8521, 9966, 12025, 9076, 14357, 12161, 10304, 8050, 11430, 9867, 9400, 14844, 12994, 9401, 7919, 8780, 8203, 8746, 11428, 10625, 14162, 9169, 12537, 13633, 11411, 12855, 11148, 13487, 8262, 10696, 8735, 8161, 11748, 8034, 11339, 9782, 9318, 8193, 9542, 8730, 8237, 11497, 9330, 10510, 7889, 12062, 7895, 11478, 9430, 12854, 10821, 8945, 9238, 14464, 12325, 13880, 10789, 11596, 8675, 8024, 12866, 9443, 12917, 9549, 8583, 8737, 7952, 10476, 7889, 10763, 7914, 9518, 8414, 7879, 9061, 7858, 13595, 7999, 9878, 8275, 9940, 8951, 7892, 14231, 8635, 12947, 11259, 9934, 8880, 7780, 14100], 'WindowCenter': [4332.0, 4324.0, 4290.0, 4257.0, 4265.0, 4256.0, 4311.0, 4296.0, 4306.0, 4276.0, 4297.0, 4284.0, 4286.0, 4285.0, 4267.0, 4324.0, 4264.0, 4349.0, 4329.0, 4296.0, 4277.0, 4268.0, 4314.0, 4265.0, 4338.0, 4318.0, 4308.0, 4289.0, 4288.0, 4285.0, 4279.0, 4337.0, 4290.0, 4339.0, 4329.0, 4307.0, 4277.0, 4287.0, 4327.0, 4277.0, 4337.0, 4329.0, 4316.0, 4267.0, 4286.0, 4274.0, 4265.0, 4332.0, 4296.0, 4336.0, 4307.0, 4295.0, 4275.0, 4265.0, 4321.0, 4254.0, 4324.0, 4316.0, 4303.0, 4263.0, 4264.0, 4270.0, 4253.0, 4303.0, 4273.0, 4284.0, 4274.0, 4265.0, 4274.0, 4265.0, 4313.0, 4264.0, 4286.0, 4305.0, 4286.0, 4316.0, 4266.0, 4324.0, 4275.0, 4295.0, 4274.0, 4268.0, 4343.0, 4307.0, 4302.0, 4264.0, 4285.0, 4275.0, 4267.0, 4325.0, 4306.0, 4304.0, 4263.0, 4305.0, 4264.0, 4267.0, 4346.0, 4317.0, 4316.0, 4286.0, 4324.0, 4275.0, 4285.0, 4294.0, 4266.0, 4345.0, 4317.0, 4295.0, 4265.0, 4294.0, 4284.0, 4254.0, 4323.0, 4314.0, 4295.0, 4264.0, 4274.0, 4264.0, 4254.0, 4312.0, 4266.0, 4326.0, 4306.0, 4275.0, 4274.0, 4256.0, 4333.0, 4287.0, 4327.0, 4287.0, 4277.0, 4273.0, 4266.0, 4324.0, 4297.0, 4329.0, 4296.0, 4277.0, 4283.0, 4263.0, 4314.0, 4274.0, 4297.0, 4316.0, 4286.0, 4270.0, 4265.0, 4297.0, 4280.0, 4318.0, 4320.0, 4308.0, 4287.0, 4278.0, 4315.0, 4300.0, 4310.0, 4326.0, 4285.0, 4271.0, 4264.0, 4282.0, 4273.0, 4256.0, 4335.0, 4314.0, 4292.0, 4283.0, 4282.0, 4291.0, 4274.0, 4331.0, 4312.0, 4291.0, 4260.0, 4239.0, 4280.0, 4253.0, 4312.0, 4302.0, 4280.0, 4251.0, 4251.0, 4290.0, 4271.0, 4319.0, 4302.0, 4279.0, 4249.0, 4260.0, 4289.0, 4261.0, 4308.0, 4311.0, 4280.0, 4259.0, 4250.0, 4308.0, 4251.0, 4301.0, 4300.0, 4270.0, 4259.0, 4241.0, 4309.0, 4240.0, 4312.0, 4282.0, 4261.0, 4270.0, 4252.0, 4308.0, 4261.0, 4301.0, 4279.0, 4293.0, 4322.0, 4250.0, 4300.0, 4262.0, 4261.0, 4252.0, 4284.0, 4291.0, 4264.0, 4302.0, 4252.0, 4282.0, 4263.0, 4264.0, 4311.0, 4274.0, 4272.0, 4261.0, 4302.0, 4273.0, 4276.0, 4292.0, 4267.0, 4283.0, 4265.0, 4304.0, 4275.0, 4286.0, 4323.0, 4305.0, 4292.0, 4264.0, 4295.0, 4292.0, 4263.0, 4332.0, 4312.0, 4292.0, 4250.0, 4252.0, 4290.0, 4252.0, 4323.0, 4313.0, 4292.0, 4251.0, 4261.0, 4271.0, 4242.0, 4321.0, 4294.0, 4302.0, 4283.0, 4262.0, 4261.0, 4252.0, 4323.0, 4293.0, 4304.0, 4262.0, 4263.0, 4300.0, 4239.0, 4299.0, 4262.0, 4293.0, 4292.0, 4264.0, 4270.0, 4253.0, 4299.0, 4262.0, 4324.0, 4294.0, 4294.0, 4272.0, 4263.0, 4333.0, 4302.0, 4314.0, 4291.0, 4281.0, 4269.0, 4240.0, 4287.0, 4261.0, 4315.0, 4276.0, 4284.0, 4253.0, 4272.0, 4274.0, 4263.0, 4304.0, 4285.0, 4324.0, 4305.0, 4292.0, 4263.0, 4242.0, 4273.0, 4266.0, 4332.0, 4314.0, 4293.0, 4262.0, 4251.0, 4261.0, 4252.0, 4322.0, 4303.0, 4292.0, 4273.0, 4283.0, 4261.0, 4252.0, 4331.0, 4314.0, 4311.0, 4292.0, 4280.0, 4251.0, 4251.0, 4261.0, 4252.0, 4321.0, 4303.0, 4279.0, 4251.0, 4260.0, 4249.0, 4251.0, 4309.0, 4293.0, 4258.0, 4252.0, 4298.0, 4252.0, 4301.0, 4293.0, 4293.0, 4262.0, 4253.0, 4313.0, 4252.0, 4313.0, 4304.0, 4303.0, 4262.0, 4253.0, 4260.0, 4251.0, 4301.0, 4273.0, 4293.0, 4264.0, 4272.0, 4274.0, 4253.0, 4262.0, 4255.0, 4333.0, 4315.0, 4294.0, 4264.0, 4303.0, 4262.0, 4275.0, 4315.0, 4296.0, 4304.0, 4273.0, 4303.0, 4263.0, 4252.0, 4302.0, 4274.0, 4333.0, 4273.0, 4283.0, 4262.0, 4301.0, 4273.0, 4325.0, 4294.0, 4315.0, 4272.0, 4262.0, 4321.0, 4264.0, 4325.0, 4304.0, 4272.0, 4262.0, 4273.0, 4300.0, 4260.0, 4322.0, 4303.0, 4272.0, 4266.0, 4296.0, 4276.0, 4277.0, 4303.0, 4285.0, 4272.0, 4264.0, 4323.0, 4274.0, 4325.0, 4294.0, 4275.0, 4261.0, 4253.0, 4322.0, 4295.0, 4363.0, 4349.0, 4286.0, 4233.0, 4235.0, 4251.0, 4249.0, 4271.0, 4274.0, 4305.0, 4336.0, 4326.0, 4324.0, 4273.0, 4271.0, 4299.0, 4240.0, 4298.0, 4271.0, 4301.0, 4250.0, 4250.0, 4247.0, 4241.0, 4247.0, 4240.0, 4310.0, 4282.0, 4267.0, 4252.0, 4271.0, 4261.0, 4242.0, 4301.0, 4253.0, 4311.0, 4305.0, 4278.0, 4251.0, 4252.0, 4261.0, 4244.0, 4323.0, 4313.0, 4301.0, 4253.0, 4302.0, 4252.0, 4264.0, 4314.0, 4282.0, 4262.0, 4240.0, 4311.0, 4252.0, 4299.0, 4261.0, 4283.0, 4303.0, 4294.0, 4260.0, 4242.0, 4311.0, 4260.0, 4303.0, 4303.0, 4303.0, 4280.0, 4252.0, 4310.0, 4271.0, 4262.0, 4252.0, 4260.0, 4261.0, 4242.0, 4311.0, 4241.0, 4282.0, 4261.0, 4284.0, 4264.0, 4254.0, 4294.0, 4253.0, 4313.0, 4294.0, 4314.0, 4284.0, 4294.0, 4262.0, 4254.0, 4263.0, 4254.0, 4324.0, 4274.0, 4274.0, 4275.0, 4262.0, 4274.0, 4255.0, 4333.0, 4314.0, 4305.0, 4263.0, 4255.0, 4301.0, 4255.0, 4332.0, 4316.0, 4320.0, 4295.0, 4314.0, 4285.0, 4295.0, 4284.0, 4316.0, 4315.0, 4307.0, 4335.0, 4255.0, 4283.0, 4272.0, 4305.0, 4321.0, 4315.0, 4280.0, 4251.0, 4291.0, 4261.0, 4254.0, 4312.0, 4273.0, 4260.0, 4253.0, 4291.0, 4263.0, 4313.0, 4303.0, 4294.0, 4261.0, 4251.0, 4323.0, 4250.0, 4310.0, 4270.0, 4263.0, 4321.0, 4311.0, 4292.0, 4241.0, 4271.0, 4251.0, 4252.0, 4319.0, 4303.0, 4279.0, 4251.0, 4261.0, 4260.0, 4252.0, 4323.0, 4313.0, 4279.0, 4252.0, 4271.0, 4259.0, 4251.0, 4311.0, 4282.0, 4312.0, 4254.0, 4311.0, 4262.0, 4282.0, 4273.0, 4305.0, 4323.0, 4272.0, 4312.0, 4253.0, 4283.0, 4261.0, 4264.0, 4332.0, 4314.0, 4302.0, 4253.0, 4273.0, 4263.0, 4266.0, 4277.0, 4268.0, 4275.0, 4265.0, 4284.0, 4277.0, 4335.0, 4297.0, 4339.0, 4327.0, 4297.0, 4313.0, 4265.0, 4303.0, 4265.0, 4317.0, 4322.0, 4304.0, 4312.0, 4253.0, 4269.0, 4253.0, 4293.0, 4263.0, 4292.0, 4264.0, 4264.0, 4282.0, 4255.0, 4335.0, 4314.0, 4303.0, 4271.0, 4302.0, 4261.0, 4262.0, 4323.0, 4312.0, 4292.0, 4282.0, 4280.0, 4250.0, 4260.0, 4310.0, 4272.0, 4301.0, 4272.0, 4270.0, 4260.0, 4251.0, 4261.0, 4263.0, 4311.0, 4294.0, 4271.0, 4263.0, 4263.0, 4260.0, 4264.0, 4322.0, 4294.0, 4274.0, 4275.0, 4286.0, 4282.0, 4263.0, 4323.0, 4305.0, 4292.0, 4263.0, 4272.0, 4272.0, 4263.0, 4333.0, 4304.0, 4316.0, 4295.0, 4284.0, 4263.0, 4264.0, 4310.0, 4254.0, 4324.0, 4315.0, 4282.0, 4263.0, 4252.0, 4264.0, 4255.0, 4332.0, 4306.0, 4292.0, 4273.0, 4292.0, 4254.0, 4314.0, 4294.0, 4324.0, 4265.0, 4326.0, 4295.0, 4273.0, 4264.0, 4274.0, 4331.0, 4271.0, 4311.0, 4249.0, 4242.0, 4300.0, 4243.0, 4311.0, 4272.0, 4261.0, 4241.0, 4270.0, 4239.0, 4292.0, 4312.0, 4302.0, 4290.0, 4260.0, 4289.0, 4239.0, 4260.0, 4238.0, 4278.0, 4246.0, 4250.0, 4259.0, 4241.0, 4299.0, 4261.0, 4300.0, 4262.0, 4271.0, 4253.0, 4266.0, 4277.0, 4265.0, 4315.0, 4307.0, 4285.0, 4254.0, 4273.0, 4254.0, 4336.0, 4297.0, 4324.0, 4307.0, 4313.0, 4274.0, 4304.0, 4284.0, 4315.0, 4323.0, 4284.0, 4322.0, 4252.0, 4301.0, 4274.0, 4324.0, 4274.0, 4303.0, 4251.0, 4253.0, 4262.0, 4264.0, 4333.0, 4311.0, 4300.0, 4262.0, 4301.0, 4283.0, 4283.0, 4262.0, 4284.0, 4263.0, 4243.0, 4322.0, 4243.0, 4324.0, 4304.0, 4285.0, 4254.0, 4283.0, 4262.0, 4243.0, 4323.0, 4293.0, 4315.0, 4308.0, 4285.0, 4273.0, 4295.0, 4279.0, 4328.0, 4289.0, 4308.0, 4289.0, 4309.0, 4327.0, 4288.0, 4346.0, 4327.0, 4295.0, 4266.0, 4315.0, 4295.0, 4286.0, 4336.0, 4354.0, 4300.0, 4293.0, 4291.0, 4277.0, 4274.0, 4316.0, 4307.0, 4352.0, 4288.0, 4328.0, 4325.0, 4304.0, 4313.0, 4302.0, 4313.0, 4253.0, 4292.0, 4249.0, 4250.0, 4289.0, 4252.0, 4302.0, 4283.0, 4271.0, 4263.0, 4282.0, 4262.0, 4263.0, 4305.0, 4274.0, 4294.0, 4254.0, 4303.0, 4254.0, 4302.0, 4287.0, 4338.0, 4316.0, 4287.0, 4298.0, 4337.0, 4326.0, 4338.0, 4305.0, 4305.0, 4263.0, 4253.0, 4313.0, 4282.0, 4314.0, 4283.0, 4263.0, 4260.0, 4252.0, 4280.0, 4253.0, 4303.0, 4265.0, 4286.0, 4266.0, 4266.0, 4274.0, 4268.0, 4339.0, 4268.0, 4297.0, 4276.0, 4298.0, 4288.0, 4268.0, 4335.0, 4289.0, 4338.0, 4318.0, 4297.0, 4287.0, 4257.0, 4335.0], 'WindowWidth': [9582.0, 9554.0, 9498.0, 9450.0, 9452.0, 9441.0, 9510.0, 9495.0, 9510.0, 9472.0, 9496.0, 9478.0, 9482.0, 9480.0, 9458.0, 9530.0, 9453.0, 9571.0, 9543.0, 9496.0, 9471.0, 9460.0, 9517.0, 9455.0, 9556.0, 9529.0, 9516.0, 9489.0, 9487.0, 9481.0, 9477.0, 9552.0, 9496.0, 9560.0, 9543.0, 9511.0, 9471.0, 9485.0, 9536.0, 9471.0, 9552.0, 9544.0, 9523.0, 9456.0, 9480.0, 9463.0, 9452.0, 9538.0, 9494.0, 9549.0, 9512.0, 9492.0, 9463.0, 9451.0, 9522.0, 9434.0, 9528.0, 9519.0, 9499.0, 9444.0, 9446.0, 9451.0, 9432.0, 9497.0, 9461.0, 9478.0, 9463.0, 9451.0, 9462.0, 9452.0, 9514.0, 9451.0, 9481.0, 9508.0, 9482.0, 9522.0, 9454.0, 9529.0, 9466.0, 9492.0, 9462.0, 9461.0, 9556.0, 9510.0, 9498.0, 9451.0, 9479.0, 9464.0, 9459.0, 9533.0, 9509.0, 9503.0, 9449.0, 9504.0, 9448.0, 9457.0, 9564.0, 9525.0, 9522.0, 9482.0, 9528.0, 9464.0, 9476.0, 9489.0, 9455.0, 9561.0, 9523.0, 9491.0, 9452.0, 9488.0, 9473.0, 9434.0, 9525.0, 9515.0, 9489.0, 9448.0, 9461.0, 9446.0, 9435.0, 9509.0, 9457.0, 9536.0, 9507.0, 9466.0, 9462.0, 9440.0, 9539.0, 9483.0, 9536.0, 9484.0, 9469.0, 9460.0, 9455.0, 9530.0, 9495.0, 9541.0, 9495.0, 9470.0, 9471.0, 9448.0, 9514.0, 9465.0, 9498.0, 9521.0, 9479.0, 9453.0, 9452.0, 9500.0, 9480.0, 9527.0, 9533.0, 9512.0, 9485.0, 9476.0, 9519.0, 9512.0, 9522.0, 9536.0, 9478.0, 9453.0, 9448.0, 9470.0, 9460.0, 9443.0, 9546.0, 9517.0, 9483.0, 9472.0, 9469.0, 9480.0, 9462.0, 9534.0, 9510.0, 9478.0, 9435.0, 9408.0, 9463.0, 9433.0, 9508.0, 9497.0, 9462.0, 9425.0, 9426.0, 9476.0, 9455.0, 9515.0, 9495.0, 9458.0, 9420.0, 9435.0, 9473.0, 9440.0, 9498.0, 9505.0, 9461.0, 9432.0, 9423.0, 9497.0, 9428.0, 9492.0, 9491.0, 9450.0, 9434.0, 9412.0, 9499.0, 9410.0, 9509.0, 9469.0, 9439.0, 9449.0, 9430.0, 9500.0, 9439.0, 9492.0, 9462.0, 9484.0, 9520.0, 9425.0, 9490.0, 9443.0, 9440.0, 9429.0, 9474.0, 9481.0, 9447.0, 9494.0, 9431.0, 9468.0, 9447.0, 9449.0, 9509.0, 9463.0, 9455.0, 9443.0, 9497.0, 9462.0, 9471.0, 9488.0, 9459.0, 9474.0, 9453.0, 9504.0, 9465.0, 9482.0, 9530.0, 9507.0, 9483.0, 9449.0, 9489.0, 9481.0, 9446.0, 9537.0, 9510.0, 9480.0, 9424.0, 9429.0, 9476.0, 9430.0, 9524.0, 9511.0, 9480.0, 9427.0, 9440.0, 9452.0, 9415.0, 9520.0, 9489.0, 9496.0, 9471.0, 9443.0, 9440.0, 9431.0, 9522.0, 9484.0, 9501.0, 9444.0, 9446.0, 9490.0, 9409.0, 9488.0, 9442.0, 9487.0, 9483.0, 9447.0, 9451.0, 9433.0, 9489.0, 9446.0, 9531.0, 9489.0, 9489.0, 9456.0, 9448.0, 9538.0, 9497.0, 9514.0, 9480.0, 9467.0, 9447.0, 9410.0, 9470.0, 9440.0, 9520.0, 9473.0, 9476.0, 9435.0, 9458.0, 9465.0, 9448.0, 9502.0, 9480.0, 9529.0, 9505.0, 9484.0, 9447.0, 9418.0, 9459.0, 9455.0, 9541.0, 9515.0, 9485.0, 9443.0, 9428.0, 9441.0, 9431.0, 9525.0, 9499.0, 9484.0, 9459.0, 9472.0, 9441.0, 9430.0, 9535.0, 9515.0, 9507.0, 9482.0, 9463.0, 9424.0, 9426.0, 9439.0, 9430.0, 9519.0, 9498.0, 9460.0, 9425.0, 9436.0, 9420.0, 9427.0, 9502.0, 9485.0, 9434.0, 9432.0, 9487.0, 9430.0, 9495.0, 9485.0, 9485.0, 9442.0, 9434.0, 9510.0, 9429.0, 9512.0, 9502.0, 9500.0, 9444.0, 9431.0, 9439.0, 9428.0, 9492.0, 9460.0, 9484.0, 9449.0, 9457.0, 9462.0, 9435.0, 9445.0, 9441.0, 9542.0, 9519.0, 9488.0, 9451.0, 9501.0, 9445.0, 9467.0, 9520.0, 9495.0, 9503.0, 9462.0, 9499.0, 9447.0, 9432.0, 9498.0, 9463.0, 9540.0, 9460.0, 9471.0, 9444.0, 9493.0, 9460.0, 9534.0, 9490.0, 9519.0, 9457.0, 9445.0, 9521.0, 9451.0, 9532.0, 9501.0, 9457.0, 9441.0, 9458.0, 9490.0, 9437.0, 9521.0, 9496.0, 9455.0, 9455.0, 9493.0, 9470.0, 9473.0, 9500.0, 9480.0, 9458.0, 9449.0, 9523.0, 9462.0, 9531.0, 9489.0, 9464.0, 9441.0, 9433.0, 9521.0, 9493.0, 9621.0, 9592.0, 9466.0, 9387.0, 9391.0, 9425.0, 9419.0, 9454.0, 9463.0, 9508.0, 9550.0, 9536.0, 9530.0, 9459.0, 9454.0, 9487.0, 9410.0, 9484.0, 9451.0, 9492.0, 9423.0, 9423.0, 9417.0, 9412.0, 9415.0, 9412.0, 9505.0, 9470.0, 9445.0, 9429.0, 9452.0, 9438.0, 9415.0, 9492.0, 9432.0, 9506.0, 9504.0, 9461.0, 9427.0, 9428.0, 9440.0, 9423.0, 9525.0, 9514.0, 9493.0, 9433.0, 9496.0, 9430.0, 9448.0, 9514.0, 9470.0, 9443.0, 9414.0, 9506.0, 9431.0, 9490.0, 9442.0, 9473.0, 9499.0, 9488.0, 9439.0, 9416.0, 9506.0, 9440.0, 9500.0, 9500.0, 9499.0, 9465.0, 9430.0, 9504.0, 9453.0, 9441.0, 9432.0, 9439.0, 9440.0, 9418.0, 9507.0, 9416.0, 9469.0, 9443.0, 9476.0, 9450.0, 9438.0, 9487.0, 9434.0, 9510.0, 9489.0, 9515.0, 9475.0, 9489.0, 9444.0, 9435.0, 9446.0, 9437.0, 9531.0, 9464.0, 9464.0, 9467.0, 9446.0, 9462.0, 9441.0, 9542.0, 9517.0, 9504.0, 9446.0, 9438.0, 9495.0, 9439.0, 9539.0, 9521.0, 9536.0, 9515.0, 9535.0, 9480.0, 9493.0, 9475.0, 9521.0, 9519.0, 9512.0, 9545.0, 9438.0, 9473.0, 9456.0, 9504.0, 9522.0, 9517.0, 9464.0, 9427.0, 9481.0, 9439.0, 9437.0, 9510.0, 9459.0, 9438.0, 9433.0, 9479.0, 9445.0, 9512.0, 9500.0, 9488.0, 9441.0, 9430.0, 9525.0, 9426.0, 9505.0, 9451.0, 9447.0, 9522.0, 9507.0, 9479.0, 9414.0, 9452.0, 9426.0, 9430.0, 9516.0, 9498.0, 9460.0, 9427.0, 9440.0, 9436.0, 9431.0, 9525.0, 9512.0, 9463.0, 9431.0, 9453.0, 9436.0, 9429.0, 9508.0, 9472.0, 9510.0, 9435.0, 9508.0, 9445.0, 9470.0, 9459.0, 9504.0, 9526.0, 9458.0, 9510.0, 9433.0, 9470.0, 9440.0, 9450.0, 9539.0, 9516.0, 9496.0, 9433.0, 9458.0, 9445.0, 9458.0, 9471.0, 9464.0, 9467.0, 9453.0, 9479.0, 9473.0, 9546.0, 9500.0, 9558.0, 9537.0, 9496.0, 9514.0, 9452.0, 9500.0, 9453.0, 9524.0, 9525.0, 9502.0, 9508.0, 9433.0, 9450.0, 9432.0, 9488.0, 9447.0, 9484.0, 9448.0, 9450.0, 9470.0, 9438.0, 9547.0, 9515.0, 9497.0, 9455.0, 9495.0, 9439.0, 9444.0, 9525.0, 9511.0, 9481.0, 9468.0, 9463.0, 9423.0, 9438.0, 9505.0, 9457.0, 9493.0, 9455.0, 9450.0, 9437.0, 9427.0, 9441.0, 9446.0, 9509.0, 9488.0, 9453.0, 9446.0, 9445.0, 9439.0, 9451.0, 9525.0, 9490.0, 9463.0, 9464.0, 9481.0, 9470.0, 9446.0, 9526.0, 9504.0, 9485.0, 9447.0, 9459.0, 9458.0, 9448.0, 9542.0, 9506.0, 9526.0, 9493.0, 9477.0, 9447.0, 9450.0, 9507.0, 9438.0, 9529.0, 9520.0, 9470.0, 9445.0, 9432.0, 9450.0, 9439.0, 9538.0, 9506.0, 9482.0, 9457.0, 9482.0, 9438.0, 9516.0, 9491.0, 9529.0, 9455.0, 9534.0, 9493.0, 9460.0, 9449.0, 9461.0, 9533.0, 9452.0, 9504.0, 9422.0, 9415.0, 9489.0, 9419.0, 9506.0, 9456.0, 9438.0, 9413.0, 9449.0, 9407.0, 9480.0, 9507.0, 9494.0, 9473.0, 9435.0, 9472.0, 9406.0, 9436.0, 9404.0, 9457.0, 9413.0, 9421.0, 9432.0, 9413.0, 9488.0, 9441.0, 9491.0, 9443.0, 9453.0, 9429.0, 9455.0, 9471.0, 9450.0, 9519.0, 9513.0, 9483.0, 9440.0, 9461.0, 9437.0, 9550.0, 9499.0, 9530.0, 9511.0, 9513.0, 9462.0, 9502.0, 9477.0, 9519.0, 9527.0, 9476.0, 9523.0, 9432.0, 9493.0, 9462.0, 9529.0, 9461.0, 9499.0, 9427.0, 9432.0, 9441.0, 9449.0, 9540.0, 9508.0, 9490.0, 9442.0, 9492.0, 9469.0, 9471.0, 9443.0, 9474.0, 9444.0, 9419.0, 9521.0, 9420.0, 9528.0, 9504.0, 9476.0, 9435.0, 9472.0, 9441.0, 9420.0, 9526.0, 9486.0, 9518.0, 9517.0, 9481.0, 9460.0, 9491.0, 9478.0, 9544.0, 9493.0, 9518.0, 9492.0, 9517.0, 9537.0, 9489.0, 9564.0, 9539.0, 9490.0, 9452.0, 9517.0, 9490.0, 9481.0, 9548.0, 9587.0, 9509.0, 9504.0, 9498.0, 9473.0, 9466.0, 9523.0, 9509.0, 9580.0, 9485.0, 9540.0, 9529.0, 9499.0, 9510.0, 9496.0, 9508.0, 9429.0, 9480.0, 9418.0, 9420.0, 9471.0, 9427.0, 9495.0, 9470.0, 9451.0, 9443.0, 9466.0, 9441.0, 9445.0, 9502.0, 9461.0, 9487.0, 9434.0, 9495.0, 9433.0, 9496.0, 9484.0, 9556.0, 9526.0, 9486.0, 9503.0, 9549.0, 9534.0, 9555.0, 9505.0, 9502.0, 9441.0, 9430.0, 9506.0, 9467.0, 9511.0, 9470.0, 9442.0, 9433.0, 9428.0, 9460.0, 9432.0, 9498.0, 9450.0, 9478.0, 9452.0, 9453.0, 9463.0, 9460.0, 9554.0, 9460.0, 9498.0, 9469.0, 9499.0, 9483.0, 9459.0, 9546.0, 9488.0, 9554.0, 9528.0, 9498.0, 9483.0, 9444.0, 9542.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.0010046440306681272</td></tr>
<tr><td colspan=3>aqi</td><td>0.022248717196056953</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.80141912018639</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1728883573464899</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.015790937971492</td></tr>
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
<tr><td colspan=3>fber</td><td>4568.9038</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08732990200644973</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.16210295728368</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4600289336858903</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3616521255120073</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.745471752724671</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.272962922820993</td></tr>
<tr><td colspan=3>gcor</td><td>0.00824403</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01754637435078621</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02372286468744278</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.625697695836876</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>23.7233</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9827</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.1963</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301825.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>916.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.6169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7736</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>634.6319</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3454.3845</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.2122</td></tr>
<tr><td colspan=3>tsnr</td><td>36.78970531374216</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>