<?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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-02/func/sub-0082_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>683972e582500cbc58b3da469f1706c3</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>13:44:23.502500</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.997067, -0.0535357, 0.0546863, 0.056443, 0.996994, -0.0530793]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0997711</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7758, -7285, 616, 77, -455, 93, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bafc3b54-04d3-42f8-b5d4-155707ea2218||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.6750588417053223, 0.15143248438835144, 0.1395367980003357, 102.39361572265625], [0.14363239705562592, 2.6748616695404053, -0.15122778713703156, -98.73583221435547], [0.14671941101551056, 0.1424078643321991, 2.692147731781006, -92.37532806396484], [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': ['134423.502500', '134423.962500', '134424.422500', '134424.882500', '134425.342500', '134425.802500', '134426.262500', '134426.722500', '134427.182500', '134427.642500', '134428.102500', '134428.562500', '134429.022500', '134429.482500', '134429.942500', '134430.402500', '134430.862500', '134431.322500', '134431.782500', '134432.242500', '134432.702500', '134433.162500', '134433.622500', '134434.082500', '134434.542500', '134435.002500', '134435.462500', '134435.922500', '134436.382500', '134436.842500', '134437.302500', '134437.762500', '134438.222500', '134438.682500', '134439.142500', '134439.602500', '134440.062500', '134440.522500', '134440.982500', '134441.442500', '134441.902500', '134442.362500', '134442.822500', '134443.282500', '134443.742500', '134444.202500', '134444.662500', '134445.122500', '134445.582500', '134446.042500', '134446.502500', '134446.962500', '134447.422500', '134447.882500', '134448.342500', '134448.802500', '134449.262500', '134449.722500', '134450.182500', '134450.642500', '134451.102500', '134451.562500', '134452.022500', '134452.482500', '134452.942500', '134453.402500', '134453.862500', '134454.322500', '134454.782500', '134455.242500', '134455.702500', '134456.162500', '134456.622500', '134457.082500', '134457.542500', '134458.002500', '134458.462500', '134458.922500', '134459.382500', '134459.842500', '134500.302500', '134500.762500', '134501.222500', '134501.682500', '134502.142500', '134502.602500', '134503.062500', '134503.522500', '134503.982500', '134504.442500', '134504.902500', '134505.362500', '134505.822500', '134506.282500', '134506.742500', '134507.202500', '134507.662500', '134508.122500', '134508.582500', '134509.042500', '134509.502500', '134509.962500', '134510.422500', '134510.882500', '134511.342500', '134511.802500', '134512.262500', '134512.722500', '134513.182500', '134513.642500', '134514.102500', '134514.562500', '134515.022500', '134515.482500', '134515.942500', '134516.402500', '134516.862500', '134517.322500', '134517.782500', '134518.242500', '134518.702500', '134519.162500', '134519.622500', '134520.082500', '134520.542500', '134521.002500', '134521.462500', '134521.922500', '134522.382500', '134522.842500', '134523.302500', '134523.762500', '134524.222500', '134524.682500', '134525.142500', '134525.602500', '134526.062500', '134526.522500', '134526.982500', '134527.442500', '134527.902500', '134528.362500', '134528.822500', '134529.282500', '134529.742500', '134530.202500', '134530.662500', '134531.122500', '134531.582500', '134532.042500', '134532.502500', '134532.962500', '134533.422500', '134533.882500', '134534.342500', '134534.802500', '134535.262500', '134535.722500', '134536.182500', '134536.642500', '134537.102500', '134537.562500', '134538.022500', '134538.482500', '134538.942500', '134539.402500', '134539.862500', '134540.322500', '134540.782500', '134541.242500', '134541.702500', '134542.162500', '134542.622500', '134543.082500', '134543.542500', '134544.002500', '134544.462500', '134544.922500', '134545.382500', '134545.842500', '134546.302500', '134546.762500', '134547.222500', '134547.682500', '134548.142500', '134548.602500', '134549.062500', '134549.522500', '134549.982500', '134550.442500', '134550.902500', '134551.362500', '134551.822500', '134552.282500', '134552.742500', '134553.202500', '134553.662500', '134554.122500', '134554.582500', '134555.042500', '134555.502500', '134555.962500', '134556.422500', '134556.882500', '134557.342500', '134557.802500', '134558.262500', '134558.722500', '134559.182500', '134559.642500', '134600.102500', '134600.562500', '134601.022500', '134601.482500', '134601.942500', '134602.402500', '134602.862500', '134603.322500', '134603.782500', '134604.242500', '134604.702500', '134605.162500', '134605.622500', '134606.082500', '134606.542500', '134607.002500', '134607.462500', '134607.922500', '134608.382500', '134608.842500', '134609.302500', '134609.762500', '134610.222500', '134610.682500', '134611.142500', '134611.602500', '134612.062500', '134612.522500', '134612.982500', '134613.442500', '134613.902500', '134614.362500', '134614.822500', '134615.282500', '134615.742500', '134616.202500', '134616.662500', '134617.122500', '134617.582500', '134618.042500', '134618.502500', '134618.962500', '134619.422500', '134619.882500', '134620.342500', '134620.802500', '134621.262500', '134621.722500', '134622.182500', '134622.642500', '134623.102500', '134623.562500', '134624.022500', '134624.482500', '134624.942500', '134625.402500', '134625.862500', '134626.322500', '134626.782500', '134627.242500', '134627.702500', '134628.162500', '134628.622500', '134629.082500', '134629.542500', '134630.002500', '134630.462500', '134630.922500', '134631.382500', '134631.842500', '134632.302500', '134632.762500', '134633.222500', '134633.682500', '134634.142500', '134634.602500', '134635.062500', '134635.522500', '134635.982500', '134636.442500', '134636.902500', '134637.362500', '134637.822500', '134638.282500', '134638.742500', '134639.202500', '134639.662500', '134640.122500', '134640.582500', '134641.042500', '134641.502500', '134641.962500', '134642.422500', '134642.882500', '134643.342500', '134643.802500', '134644.262500', '134644.722500', '134645.182500', '134645.642500', '134646.102500', '134646.562500', '134647.022500', '134647.482500', '134647.942500', '134648.402500', '134648.862500', '134649.322500', '134649.782500', '134650.242500', '134650.702500', '134651.162500', '134651.622500', '134652.082500', '134652.542500', '134653.002500', '134653.462500', '134653.922500', '134654.382500', '134654.842500', '134655.302500', '134655.762500', '134656.222500', '134656.682500', '134657.142500', '134657.602500', '134658.062500', '134658.522500', '134658.982500', '134659.442500', '134659.902500', '134700.362500', '134700.822500', '134701.282500', '134701.742500', '134702.202500', '134702.662500', '134703.122500', '134703.582500', '134704.042500', '134704.502500', '134704.962500', '134705.422500', '134705.882500', '134706.342500', '134706.802500', '134707.262500', '134707.722500', '134708.182500', '134708.642500', '134709.102500', '134709.562500', '134710.022500', '134710.482500', '134710.942500', '134711.402500', '134711.862500', '134712.322500', '134712.782500', '134713.242500', '134713.702500', '134714.162500', '134714.622500', '134715.082500', '134715.542500', '134716.002500', '134716.462500', '134716.922500', '134717.382500', '134717.842500', '134718.302500', '134718.762500', '134719.222500', '134719.682500', '134720.142500', '134720.602500', '134721.062500', '134721.522500', '134721.982500', '134722.442500', '134722.902500', '134723.362500', '134723.822500', '134724.282500', '134724.742500', '134725.202500', '134725.662500', '134726.122500', '134726.582500', '134727.042500', '134727.502500', '134727.962500', '134728.422500', '134728.882500', '134729.342500', '134729.802500', '134730.262500', '134730.722500', '134731.182500', '134731.642500', '134732.102500', '134732.562500', '134733.022500', '134733.482500', '134733.942500', '134734.402500', '134734.862500', '134735.322500', '134735.782500', '134736.242500', '134736.702500', '134737.162500', '134737.622500', '134738.082500', '134738.542500', '134739.002500', '134739.462500', '134739.922500', '134740.382500', '134740.842500', '134741.302500', '134741.762500', '134742.222500', '134742.682500', '134743.142500', '134743.602500', '134744.062500', '134744.522500', '134744.982500', '134745.442500', '134745.902500', '134746.362500', '134746.822500', '134747.282500', '134747.742500', '134748.202500', '134748.662500', '134749.122500', '134749.582500', '134750.042500', '134750.502500', '134750.962500', '134751.422500', '134751.882500', '134752.342500', '134752.802500', '134753.262500', '134753.722500', '134754.182500', '134754.642500', '134755.102500', '134755.562500', '134756.022500', '134756.482500', '134756.942500', '134757.402500', '134757.862500', '134758.322500', '134758.782500', '134759.242500', '134759.702500', '134800.162500', '134800.622500', '134801.082500', '134801.542500', '134802.002500', '134802.462500', '134802.922500', '134803.382500', '134803.842500', '134804.302500', '134804.762500', '134805.222500', '134805.682500', '134806.142500', '134806.602500', '134807.062500', '134807.522500', '134807.982500', '134808.442500', '134808.902500', '134809.362500', '134809.822500', '134810.282500', '134810.742500', '134811.202500', '134811.662500', '134812.122500', '134812.582500', '134813.042500', '134813.502500', '134813.962500', '134814.422500', '134814.882500', '134815.342500', '134815.802500', '134816.262500', '134816.722500', '134817.182500', '134817.642500', '134818.102500', '134818.562500', '134819.022500', '134819.482500', '134819.942500', '134820.402500', '134820.862500', '134821.322500', '134821.782500', '134822.242500', '134822.702500', '134823.162500', '134823.622500', '134824.082500', '134824.542500', '134825.002500', '134825.462500', '134825.922500', '134826.382500', '134826.842500', '134827.302500', '134827.762500', '134828.222500', '134828.682500', '134829.142500', '134829.602500', '134830.062500', '134830.522500', '134830.982500', '134831.442500', '134831.902500', '134832.362500', '134832.822500', '134833.282500', '134833.742500', '134834.202500', '134834.662500', '134835.122500', '134835.582500', '134836.042500', '134836.502500', '134836.962500', '134837.422500', '134837.882500', '134838.342500', '134838.802500', '134839.262500', '134839.722500', '134840.182500', '134840.642500', '134841.102500', '134841.562500', '134842.022500', '134842.482500', '134842.942500', '134843.402500', '134843.862500', '134844.322500', '134844.782500', '134845.242500', '134845.702500', '134846.162500', '134846.622500', '134847.082500', '134847.542500', '134848.002500', '134848.462500', '134848.922500', '134849.382500', '134849.842500', '134850.302500', '134850.762500', '134851.222500', '134851.682500', '134852.142500', '134852.602500', '134853.062500', '134853.522500', '134853.982500', '134854.442500', '134854.902500', '134855.362500', '134855.822500', '134856.282500', '134856.742500', '134857.202500', '134857.662500', '134858.122500', '134858.582500', '134859.042500', '134859.502500', '134859.962500', '134900.422500', '134900.882500', '134901.342500', '134901.802500', '134902.262500', '134902.722500', '134903.182500', '134903.642500', '134904.102500', '134904.562500', '134905.022500', '134905.482500', '134905.942500', '134906.402500', '134906.862500', '134907.322500', '134907.782500', '134908.242500', '134908.702500', '134909.162500', '134909.622500', '134910.082500', '134910.542500', '134911.002500', '134911.462500', '134911.922500', '134912.382500', '134912.842500', '134913.302500', '134913.762500', '134914.222500', '134914.682500', '134915.142500', '134915.602500', '134916.062500', '134916.522500', '134916.982500', '134917.442500', '134917.902500', '134918.362500', '134918.822500', '134919.282500', '134919.742500', '134920.202500', '134920.662500', '134921.122500', '134921.582500', '134922.042500', '134922.502500', '134922.962500', '134923.422500', '134923.882500', '134924.342500', '134924.802500', '134925.262500', '134925.722500', '134926.182500', '134926.642500', '134927.102500', '134927.562500', '134928.022500', '134928.482500', '134928.942500', '134929.402500', '134929.862500', '134930.322500', '134930.782500', '134931.242500', '134931.702500', '134932.162500', '134932.622500', '134933.082500', '134933.542500', '134934.002500', '134934.462500', '134934.922500', '134935.382500', '134935.842500', '134936.302500', '134936.762500', '134937.222500', '134937.682500', '134938.142500', '134938.602500', '134939.062500', '134939.522500', '134939.982500', '134940.442500', '134940.902500', '134941.362500', '134941.822500', '134942.282500', '134942.742500', '134943.202500', '134943.662500', '134944.122500', '134944.582500', '134945.042500', '134945.502500', '134945.962500', '134946.422500', '134946.882500', '134947.342500', '134947.802500', '134948.262500', '134948.722500', '134949.182500', '134949.642500', '134950.102500', '134950.562500', '134951.022500', '134951.482500', '134951.942500', '134952.402500', '134952.862500', '134953.322500', '134953.782500', '134954.242500', '134954.702500', '134955.162500', '134955.622500', '134956.082500', '134956.542500', '134957.002500', '134957.462500', '134957.922500', '134958.382500', '134958.842500', '134959.302500', '134959.762500', '135000.222500', '135000.682500', '135001.142500', '135001.602500', '135002.062500', '135002.522500', '135002.982500', '135003.442500', '135003.902500', '135004.362500', '135004.822500', '135005.282500', '135005.742500', '135006.202500', '135006.662500', '135007.122500', '135007.582500', '135008.042500', '135008.502500', '135008.962500', '135009.422500', '135009.882500', '135010.342500', '135010.802500', '135011.262500', '135011.722500', '135012.182500', '135012.642500', '135013.102500', '135013.562500', '135014.022500', '135014.482500', '135014.942500', '135015.402500', '135015.862500', '135016.322500', '135016.782500', '135017.242500', '135017.702500', '135018.162500', '135018.622500', '135019.082500', '135019.542500', '135020.002500', '135020.462500', '135020.922500', '135021.382500', '135021.842500', '135022.302500', '135022.762500', '135023.222500', '135023.682500', '135024.142500', '135024.602500', '135025.062500', '135025.522500', '135025.982500', '135026.442500', '135026.902500', '135027.362500', '135027.822500', '135028.282500', '135028.742500', '135029.202500', '135029.662500', '135030.122500', '135030.582500', '135031.042500', '135031.502500', '135031.962500', '135032.422500', '135032.882500', '135033.342500', '135033.802500', '135034.262500', '135034.722500', '135035.182500', '135035.642500', '135036.102500', '135036.562500', '135037.022500', '135037.482500', '135037.942500', '135038.402500', '135038.862500', '135039.322500', '135039.782500', '135040.242500', '135040.702500', '135041.162500', '135041.622500', '135042.082500', '135042.542500', '135043.002500', '135043.462500', '135043.922500', '135044.382500', '135044.842500', '135045.302500', '135045.762500', '135046.222500', '135046.682500', '135047.142500', '135047.602500', '135048.062500', '135048.522500', '135048.982500', '135049.442500', '135049.902500', '135050.362500', '135050.822500', '135051.282500', '135051.742500', '135052.202500', '135052.662500', '135053.122500', '135053.582500', '135054.042500', '135054.502500', '135054.962500', '135055.422500', '135055.882500', '135056.342500', '135056.802500', '135057.262500', '135057.722500', '135058.182500', '135058.642500', '135059.102500', '135059.562500', '135100.022500', '135100.482500', '135100.942500', '135101.402500', '135101.862500', '135102.322500', '135102.782500', '135103.242500', '135103.702500', '135104.162500', '135104.622500', '135105.082500', '135105.542500', '135106.002500', '135106.462500', '135106.922500', '135107.382500', '135107.842500', '135108.302500', '135108.762500', '135109.222500', '135109.682500', '135110.142500', '135110.602500', '135111.062500', '135111.522500', '135111.982500', '135112.442500', '135112.902500', '135113.362500', '135113.822500', '135114.282500', '135114.742500', '135115.202500', '135115.662500', '135116.122500', '135116.582500', '135117.042500', '135117.502500', '135117.962500', '135118.422500', '135118.882500', '135119.342500', '135119.802500', '135120.262500', '135120.722500', '135121.182500', '135121.642500', '135122.102500', '135122.562500', '135123.022500', '135123.482500'], 'ContentTime': ['134445.617000', '134445.620000', '134445.623000', '134445.625000', '134445.628000', '134445.631000', '134445.633000', '134445.636000', '134445.638000', '134445.641000', '134445.643000', '134445.650000', '134445.653000', '134445.655000', '134445.658000', '134445.661000', '134445.663000', '134445.666000', '134445.668000', '134445.671000', '134445.673000', '134445.676000', '134445.679000', '134445.681000', '134445.684000', '134445.687000', '134445.691000', '134445.694000', '134445.697000', '134445.700000', '134445.702000', '134445.705000', '134445.707000', '134445.710000', '134445.712000', '134445.715000', '134445.718000', '134445.720000', '134445.723000', '134445.725000', '134445.728000', '134445.735000', '134445.738000', '134445.740000', '134445.743000', '134445.745000', '134505.589000', '134505.591000', '134505.594000', '134505.596000', '134505.599000', '134505.602000', '134505.604000', '134505.607000', '134505.610000', '134505.612000', '134505.615000', '134505.618000', '134505.621000', '134505.623000', '134505.626000', '134505.628000', '134505.631000', '134505.634000', '134505.640000', '134505.643000', '134505.646000', '134505.648000', '134505.651000', '134505.653000', '134505.656000', '134505.659000', '134505.661000', '134505.664000', '134505.666000', '134505.669000', '134505.672000', '134505.674000', '134505.677000', '134505.680000', '134505.682000', '134505.685000', '134505.687000', '134505.690000', '134505.693000', '134505.695000', '134505.698000', '134505.701000', '134505.703000', '134505.706000', '134525.588000', '134525.591000', '134525.594000', '134525.597000', '134525.599000', '134525.602000', '134525.607000', '134525.609000', '134525.612000', '134525.614000', '134525.617000', '134525.620000', '134525.622000', '134525.625000', '134525.628000', '134525.630000', '134525.633000', '134525.635000', '134525.638000', '134525.641000', '134525.643000', '134525.646000', '134525.649000', '134525.651000', '134525.654000', '134525.656000', '134525.659000', '134525.662000', '134525.664000', '134525.667000', '134525.669000', '134525.672000', '134525.674000', '134525.677000', '134525.680000', '134525.682000', '134525.685000', '134525.687000', '134525.690000', '134525.693000', '134525.695000', '134525.698000', '134525.700000', '134545.588000', '134545.591000', '134545.594000', '134545.597000', '134545.599000', '134545.602000', '134545.604000', '134545.607000', '134545.610000', '134545.612000', '134545.615000', '134545.618000', '134545.620000', '134545.632000', '134545.635000', '134545.643000', '134545.646000', '134545.648000', '134545.651000', '134545.654000', '134545.656000', '134545.659000', '134545.676000', '134545.679000', '134545.681000', '134545.684000', '134545.686000', '134545.689000', '134545.691000', '134545.694000', '134545.696000', '134545.699000', '134545.702000', '134545.704000', '134545.707000', '134545.709000', '134545.712000', '134545.715000', '134545.718000', '134545.721000', '134545.723000', '134545.726000', '134545.728000', '134545.731000', '134605.588000', '134605.591000', '134605.594000', '134605.597000', '134605.599000', '134605.602000', '134605.605000', '134605.607000', '134605.610000', '134605.613000', '134605.615000', '134605.618000', '134605.620000', '134605.623000', '134605.626000', '134605.628000', '134605.631000', '134605.633000', '134605.636000', '134605.639000', '134605.641000', '134605.644000', '134605.646000', '134605.649000', '134605.652000', '134605.654000', '134605.657000', '134605.659000', '134605.662000', '134605.665000', '134605.667000', '134605.670000', '134605.672000', '134605.675000', '134605.678000', '134605.681000', '134605.684000', '134605.686000', '134605.689000', '134605.691000', '134605.694000', '134605.696000', '134605.699000', '134625.588000', '134625.591000', '134625.593000', '134625.596000', '134625.598000', '134625.601000', '134625.604000', '134625.606000', '134625.609000', '134625.612000', '134625.614000', '134625.617000', '134625.620000', '134625.622000', '134625.625000', '134625.628000', '134625.630000', '134625.633000', '134625.636000', '134625.638000', '134625.641000', '134625.644000', '134625.646000', '134625.649000', '134625.651000', '134625.654000', '134625.657000', '134625.659000', '134625.662000', '134625.665000', '134625.667000', '134625.670000', '134625.672000', '134625.675000', '134625.678000', '134625.680000', '134625.683000', '134625.686000', '134625.688000', '134625.691000', '134625.693000', '134625.696000', '134625.703000', '134625.706000', '134645.587000', '134645.590000', '134645.593000', '134645.596000', '134645.599000', '134645.601000', '134645.604000', '134645.607000', '134645.609000', '134645.612000', '134645.614000', '134645.617000', '134645.620000', '134645.622000', '134645.625000', '134645.628000', '134645.630000', '134645.633000', '134645.635000', '134645.638000', '134645.641000', '134645.643000', '134645.646000', '134645.649000', '134645.651000', '134645.654000', '134645.656000', '134645.659000', '134645.661000', '134645.664000', '134645.667000', '134645.669000', '134645.672000', '134645.674000', '134645.677000', '134645.680000', '134645.682000', '134645.685000', '134645.687000', '134645.690000', '134645.693000', '134645.695000', '134645.698000', '134705.588000', '134705.590000', '134705.593000', '134705.596000', '134705.599000', '134705.601000', '134705.604000', '134705.606000', '134705.609000', '134705.612000', '134705.614000', '134705.617000', '134705.619000', '134705.622000', '134705.625000', '134705.627000', '134705.630000', '134705.632000', '134705.635000', '134705.638000', '134705.640000', '134705.643000', '134705.645000', '134705.648000', '134705.650000', '134705.653000', '134705.655000', '134705.658000', '134705.661000', '134705.663000', '134705.666000', '134705.668000', '134705.671000', '134705.674000', '134705.676000', '134705.679000', '134705.682000', '134705.684000', '134705.687000', '134705.689000', '134705.692000', '134705.695000', '134705.697000', '134705.700000', '134725.588000', '134725.591000', '134725.594000', '134725.597000', '134725.599000', '134725.602000', '134725.604000', '134725.607000', '134725.609000', '134725.612000', '134725.615000', '134725.617000', '134725.620000', '134725.622000', '134725.625000', '134725.628000', '134725.630000', '134725.643000', '134725.646000', '134725.649000', '134725.651000', '134725.654000', '134725.657000', '134725.659000', '134725.662000', '134725.664000', '134725.667000', '134725.670000', '134725.672000', '134725.675000', '134725.677000', '134725.680000', '134725.683000', '134725.685000', '134725.688000', '134725.690000', '134725.693000', '134725.695000', '134725.698000', '134725.700000', '134725.703000', '134725.706000', '134725.708000', '134745.589000', '134745.591000', '134745.594000', '134745.597000', '134745.599000', '134745.602000', '134745.606000', '134745.608000', '134745.611000', '134745.620000', '134745.623000', '134745.626000', '134745.629000', '134745.631000', '134745.634000', '134745.636000', '134745.639000', '134745.642000', '134745.645000', '134745.647000', '134745.650000', '134745.652000', '134745.655000', '134745.658000', '134745.661000', '134745.664000', '134745.666000', '134745.669000', '134745.672000', '134745.674000', '134745.677000', '134745.680000', '134745.682000', '134745.685000', '134745.687000', '134745.690000', '134745.692000', '134745.695000', '134745.697000', '134745.700000', '134745.703000', '134745.705000', '134745.708000', '134745.710000', '134805.589000', '134805.591000', '134805.594000', '134805.597000', '134805.599000', '134805.602000', '134805.604000', '134805.607000', '134805.610000', '134805.612000', '134805.615000', '134805.617000', '134805.620000', '134805.622000', '134805.625000', '134805.627000', '134805.630000', '134805.633000', '134805.635000', '134805.638000', '134805.640000', '134805.643000', '134805.645000', '134805.648000', '134805.651000', '134805.653000', '134805.656000', '134805.658000', '134805.661000', '134805.664000', '134805.666000', '134805.669000', '134805.671000', '134805.674000', '134805.676000', '134805.679000', '134805.682000', '134805.684000', '134805.687000', '134805.689000', '134805.692000', '134805.694000', '134805.697000', '134825.589000', '134825.592000', '134825.595000', '134825.598000', '134825.602000', '134825.604000', '134825.607000', '134825.610000', '134825.612000', '134825.615000', '134825.618000', '134825.620000', '134825.623000', '134825.625000', '134825.628000', '134825.631000', '134825.633000', '134825.636000', '134825.639000', '134825.641000', '134825.644000', '134825.646000', '134825.649000', '134825.652000', '134825.654000', '134825.657000', '134825.659000', '134825.662000', '134825.665000', '134825.667000', '134825.670000', '134825.673000', '134825.675000', '134825.678000', '134825.681000', '134825.683000', '134825.686000', '134825.688000', '134825.691000', '134825.693000', '134825.696000', '134825.699000', '134825.701000', '134845.587000', '134845.590000', '134845.593000', '134845.596000', '134845.598000', '134845.601000', '134845.604000', '134845.606000', '134845.609000', '134845.611000', '134845.614000', '134845.617000', '134845.619000', '134845.622000', '134845.625000', '134845.627000', '134845.630000', '134845.632000', '134845.635000', '134845.638000', '134845.640000', '134845.643000', '134845.645000', '134845.648000', '134845.651000', '134845.653000', '134845.656000', '134845.659000', '134845.661000', '134845.664000', '134845.667000', '134845.669000', '134845.672000', '134845.674000', '134845.677000', '134845.680000', '134845.682000', '134845.685000', '134845.688000', '134845.690000', '134845.693000', '134845.696000', '134845.698000', '134845.731000', '134905.587000', '134905.590000', '134905.593000', '134905.596000', '134905.599000', '134905.601000', '134905.604000', '134905.607000', '134905.609000', '134905.612000', '134905.615000', '134905.617000', '134905.620000', '134905.623000', '134905.626000', '134905.628000', '134905.631000', '134905.634000', '134905.636000', '134905.639000', '134905.641000', '134905.645000', '134905.648000', '134905.651000', '134905.653000', '134905.656000', '134905.658000', '134905.661000', '134905.664000', '134905.666000', '134905.669000', '134905.671000', '134905.674000', '134905.677000', '134905.680000', '134905.682000', '134905.685000', '134905.687000', '134905.690000', '134905.693000', '134905.695000', '134905.698000', '134905.701000', '134925.588000', '134925.590000', '134925.593000', '134925.596000', '134925.598000', '134925.601000', '134925.604000', '134925.606000', '134925.609000', '134925.612000', '134925.614000', '134925.617000', '134925.620000', '134925.622000', '134925.625000', '134925.627000', '134925.630000', '134925.633000', '134925.635000', '134925.638000', '134925.641000', '134925.643000', '134925.646000', '134925.648000', '134925.651000', '134925.654000', '134925.656000', '134925.659000', '134925.662000', '134925.664000', '134925.667000', '134925.670000', '134925.672000', '134925.675000', '134925.677000', '134925.680000', '134925.683000', '134925.685000', '134925.688000', '134925.690000', '134925.693000', '134925.696000', '134925.699000', '134925.701000', '134945.589000', '134945.591000', '134945.594000', '134945.597000', '134945.599000', '134945.602000', '134945.605000', '134945.607000', '134945.610000', '134945.613000', '134945.615000', '134945.618000', '134945.621000', '134945.624000', '134945.626000', '134945.629000', '134945.632000', '134945.636000', '134945.638000', '134945.641000', '134945.644000', '134945.646000', '134945.649000', '134945.651000', '134945.654000', '134945.657000', '134945.659000', '134945.662000', '134945.665000', '134945.667000', '134945.670000', '134945.672000', '134945.675000', '134945.678000', '134945.680000', '134945.683000', '134945.686000', '134945.688000', '134945.691000', '134945.693000', '134945.696000', '134945.699000', '134945.701000', '135005.588000', '135005.591000', '135005.594000', '135005.597000', '135005.599000', '135005.602000', '135005.605000', '135005.607000', '135005.610000', '135005.612000', '135005.615000', '135005.618000', '135005.620000', '135005.623000', '135005.626000', '135005.628000', '135005.631000', '135005.634000', '135005.636000', '135005.639000', '135005.641000', '135005.644000', '135005.647000', '135005.649000', '135005.652000', '135005.654000', '135005.657000', '135005.660000', '135005.662000', '135005.665000', '135005.668000', '135005.670000', '135005.673000', '135005.676000', '135005.680000', '135005.682000', '135005.685000', '135005.688000', '135005.690000', '135005.693000', '135005.696000', '135005.698000', '135005.701000', '135005.703000', '135025.589000', '135025.592000', '135025.594000', '135025.597000', '135025.600000', '135025.602000', '135025.605000', '135025.608000', '135025.611000', '135025.627000', '135025.629000', '135025.632000', '135025.635000', '135025.637000', '135025.640000', '135025.643000', '135025.645000', '135025.648000', '135025.650000', '135025.653000', '135025.656000', '135025.658000', '135025.661000', '135025.664000', '135025.666000', '135025.669000', '135025.671000', '135025.674000', '135025.677000', '135025.679000', '135025.682000', '135025.685000', '135025.688000', '135025.690000', '135025.693000', '135025.696000', '135025.698000', '135025.701000', '135025.704000', '135025.706000', '135025.709000', '135025.712000', '135025.714000', '135045.589000', '135045.591000', '135045.595000', '135045.597000', '135045.600000', '135045.602000', '135045.605000', '135045.608000', '135045.610000', '135045.613000', '135045.616000', '135045.618000', '135045.621000', '135045.623000', '135045.626000', '135045.629000', '135045.631000', '135045.634000', '135045.637000', '135045.639000', '135045.642000', '135045.644000', '135045.647000', '135045.650000', '135045.652000', '135045.655000', '135045.658000', '135045.660000', '135045.663000', '135045.665000', '135045.668000', '135045.671000', '135045.673000', '135045.676000', '135045.678000', '135045.681000', '135045.684000', '135045.686000', '135045.689000', '135045.692000', '135045.694000', '135045.697000', '135045.699000', '135045.702000', '135105.588000', '135105.590000', '135105.593000', '135105.596000', '135105.599000', '135105.601000', '135105.604000', '135105.607000', '135105.609000', '135105.612000', '135105.615000', '135105.617000', '135105.620000', '135105.622000', '135105.625000', '135105.628000', '135105.630000', '135105.633000', '135105.636000', '135105.638000', '135105.641000', '135105.644000', '135105.647000', '135105.649000', '135105.652000', '135105.654000', '135105.657000', '135105.660000', '135105.662000', '135105.665000', '135105.668000', '135105.670000', '135105.673000', '135105.675000', '135105.678000', '135105.681000', '135105.683000', '135105.686000', '135105.689000', '135105.691000', '135105.694000', '135105.696000', '135105.699000', '135124.536000', '135124.539000', '135124.542000', '135124.545000', '135124.548000', '135124.551000', '135124.554000', '135124.556000', '135124.559000', '135124.562000', '135124.564000', '135124.567000', '135124.570000', '135124.573000', '135124.576000', '135124.579000', '135124.581000', '135124.585000', '135124.587000', '135124.591000', '135124.594000', '135124.597000', '135124.601000', '135124.604000', '135124.607000', '135124.609000', '135124.612000', '135124.615000', '135124.617000', '135124.620000', '135124.623000', '135124.626000', '135124.629000', '135124.632000', '135124.635000', '135124.638000', '135124.640000', '135124.643000', '135124.646000', '135124.649000', '135124.651000', '135124.657000'], 'InstanceCreationTime': ['134445.617000', '134445.620000', '134445.623000', '134445.625000', '134445.628000', '134445.631000', '134445.633000', '134445.636000', '134445.638000', '134445.641000', '134445.643000', '134445.650000', '134445.653000', '134445.655000', '134445.658000', '134445.661000', '134445.663000', '134445.666000', '134445.668000', '134445.671000', '134445.673000', '134445.676000', '134445.679000', '134445.681000', '134445.684000', '134445.687000', '134445.691000', '134445.694000', '134445.697000', '134445.700000', '134445.702000', '134445.705000', '134445.707000', '134445.710000', '134445.712000', '134445.715000', '134445.718000', '134445.720000', '134445.723000', '134445.725000', '134445.728000', '134445.735000', '134445.738000', '134445.740000', '134445.743000', '134445.745000', '134505.589000', '134505.591000', '134505.594000', '134505.596000', '134505.599000', '134505.602000', '134505.604000', '134505.607000', '134505.610000', '134505.612000', '134505.615000', '134505.618000', '134505.621000', '134505.623000', '134505.626000', '134505.628000', '134505.631000', '134505.634000', '134505.640000', '134505.643000', '134505.646000', '134505.648000', '134505.651000', '134505.653000', '134505.656000', '134505.659000', '134505.661000', '134505.664000', '134505.666000', '134505.669000', '134505.672000', '134505.674000', '134505.677000', '134505.680000', '134505.682000', '134505.685000', '134505.687000', '134505.690000', '134505.693000', '134505.695000', '134505.698000', '134505.701000', '134505.703000', '134505.706000', '134525.588000', '134525.591000', '134525.594000', '134525.597000', '134525.599000', '134525.602000', '134525.607000', '134525.609000', '134525.612000', '134525.614000', '134525.617000', '134525.620000', '134525.622000', '134525.625000', '134525.628000', '134525.630000', '134525.633000', '134525.635000', '134525.638000', '134525.641000', '134525.643000', '134525.646000', '134525.649000', '134525.651000', '134525.654000', '134525.656000', '134525.659000', '134525.662000', '134525.664000', '134525.667000', '134525.669000', '134525.672000', '134525.674000', '134525.677000', '134525.680000', '134525.682000', '134525.685000', '134525.687000', '134525.690000', '134525.693000', '134525.695000', '134525.698000', '134525.700000', '134545.588000', '134545.591000', '134545.594000', '134545.597000', '134545.599000', '134545.602000', '134545.604000', '134545.607000', '134545.610000', '134545.612000', '134545.615000', '134545.618000', '134545.620000', '134545.632000', '134545.635000', '134545.643000', '134545.646000', '134545.648000', '134545.651000', '134545.654000', '134545.656000', '134545.659000', '134545.676000', '134545.679000', '134545.681000', '134545.684000', '134545.686000', '134545.689000', '134545.691000', '134545.694000', '134545.696000', '134545.699000', '134545.702000', '134545.704000', '134545.707000', '134545.709000', '134545.712000', '134545.715000', '134545.718000', '134545.721000', '134545.723000', '134545.726000', '134545.728000', '134545.731000', '134605.588000', '134605.591000', '134605.594000', '134605.597000', '134605.599000', '134605.602000', '134605.605000', '134605.607000', '134605.610000', '134605.613000', '134605.615000', '134605.618000', '134605.620000', '134605.623000', '134605.626000', '134605.628000', '134605.631000', '134605.633000', '134605.636000', '134605.639000', '134605.641000', '134605.644000', '134605.646000', '134605.649000', '134605.652000', '134605.654000', '134605.657000', '134605.659000', '134605.662000', '134605.665000', '134605.667000', '134605.670000', '134605.672000', '134605.675000', '134605.678000', '134605.681000', '134605.684000', '134605.686000', '134605.689000', '134605.691000', '134605.694000', '134605.696000', '134605.699000', '134625.588000', '134625.591000', '134625.593000', '134625.596000', '134625.598000', '134625.601000', '134625.604000', '134625.606000', '134625.609000', '134625.612000', '134625.614000', '134625.617000', '134625.620000', '134625.622000', '134625.625000', '134625.628000', '134625.630000', '134625.633000', '134625.636000', '134625.638000', '134625.641000', '134625.644000', '134625.646000', '134625.649000', '134625.651000', '134625.654000', '134625.657000', '134625.659000', '134625.662000', '134625.665000', '134625.667000', '134625.670000', '134625.672000', '134625.675000', '134625.678000', '134625.680000', '134625.683000', '134625.686000', '134625.688000', '134625.691000', '134625.693000', '134625.696000', '134625.703000', '134625.706000', '134645.587000', '134645.590000', '134645.593000', '134645.596000', '134645.599000', '134645.601000', '134645.604000', '134645.607000', '134645.609000', '134645.612000', '134645.614000', '134645.617000', '134645.620000', '134645.622000', '134645.625000', '134645.628000', '134645.630000', '134645.633000', '134645.635000', '134645.638000', '134645.641000', '134645.643000', '134645.646000', '134645.649000', '134645.651000', '134645.654000', '134645.656000', '134645.659000', '134645.661000', '134645.664000', '134645.667000', '134645.669000', '134645.672000', '134645.674000', '134645.677000', '134645.680000', '134645.682000', '134645.685000', '134645.687000', '134645.690000', '134645.693000', '134645.695000', '134645.698000', '134705.588000', '134705.590000', '134705.593000', '134705.596000', '134705.599000', '134705.601000', '134705.604000', '134705.606000', '134705.609000', '134705.612000', '134705.614000', '134705.617000', '134705.619000', '134705.622000', '134705.625000', '134705.627000', '134705.630000', '134705.632000', '134705.635000', '134705.638000', '134705.640000', '134705.643000', '134705.645000', '134705.648000', '134705.650000', '134705.653000', '134705.655000', '134705.658000', '134705.661000', '134705.663000', '134705.666000', '134705.668000', '134705.671000', '134705.674000', '134705.676000', '134705.679000', '134705.682000', '134705.684000', '134705.687000', '134705.689000', '134705.692000', '134705.695000', '134705.697000', '134705.700000', '134725.588000', '134725.591000', '134725.594000', '134725.597000', '134725.599000', '134725.602000', '134725.604000', '134725.607000', '134725.609000', '134725.612000', '134725.615000', '134725.617000', '134725.620000', '134725.622000', '134725.625000', '134725.628000', '134725.630000', '134725.643000', '134725.646000', '134725.649000', '134725.651000', '134725.654000', '134725.657000', '134725.659000', '134725.662000', '134725.664000', '134725.667000', '134725.670000', '134725.672000', '134725.675000', '134725.677000', '134725.680000', '134725.683000', '134725.685000', '134725.688000', '134725.690000', '134725.693000', '134725.695000', '134725.698000', '134725.700000', '134725.703000', '134725.706000', '134725.708000', '134745.589000', '134745.591000', '134745.594000', '134745.597000', '134745.599000', '134745.602000', '134745.606000', '134745.608000', '134745.611000', '134745.620000', '134745.623000', '134745.626000', '134745.629000', '134745.631000', '134745.634000', '134745.636000', '134745.639000', '134745.642000', '134745.645000', '134745.647000', '134745.650000', '134745.652000', '134745.655000', '134745.658000', '134745.661000', '134745.664000', '134745.666000', '134745.669000', '134745.672000', '134745.674000', '134745.677000', '134745.680000', '134745.682000', '134745.685000', '134745.687000', '134745.690000', '134745.692000', '134745.695000', '134745.697000', '134745.700000', '134745.703000', '134745.705000', '134745.708000', '134745.710000', '134805.589000', '134805.591000', '134805.594000', '134805.597000', '134805.599000', '134805.602000', '134805.604000', '134805.607000', '134805.610000', '134805.612000', '134805.615000', '134805.617000', '134805.620000', '134805.622000', '134805.625000', '134805.627000', '134805.630000', '134805.633000', '134805.635000', '134805.638000', '134805.640000', '134805.643000', '134805.645000', '134805.648000', '134805.651000', '134805.653000', '134805.656000', '134805.658000', '134805.661000', '134805.664000', '134805.666000', '134805.669000', '134805.671000', '134805.674000', '134805.676000', '134805.679000', '134805.682000', '134805.684000', '134805.687000', '134805.689000', '134805.692000', '134805.694000', '134805.697000', '134825.589000', '134825.592000', '134825.595000', '134825.598000', '134825.602000', '134825.604000', '134825.607000', '134825.610000', '134825.612000', '134825.615000', '134825.618000', '134825.620000', '134825.623000', '134825.625000', '134825.628000', '134825.631000', '134825.633000', '134825.636000', '134825.639000', '134825.641000', '134825.644000', '134825.646000', '134825.649000', '134825.652000', '134825.654000', '134825.657000', '134825.659000', '134825.662000', '134825.665000', '134825.667000', '134825.670000', '134825.673000', '134825.675000', '134825.678000', '134825.681000', '134825.683000', '134825.686000', '134825.688000', '134825.691000', '134825.693000', '134825.696000', '134825.699000', '134825.701000', '134845.587000', '134845.590000', '134845.593000', '134845.596000', '134845.598000', '134845.601000', '134845.604000', '134845.606000', '134845.609000', '134845.611000', '134845.614000', '134845.617000', '134845.619000', '134845.622000', '134845.625000', '134845.627000', '134845.630000', '134845.632000', '134845.635000', '134845.638000', '134845.640000', '134845.643000', '134845.645000', '134845.648000', '134845.651000', '134845.653000', '134845.656000', '134845.659000', '134845.661000', '134845.664000', '134845.667000', '134845.669000', '134845.672000', '134845.674000', '134845.677000', '134845.680000', '134845.682000', '134845.685000', '134845.688000', '134845.690000', '134845.693000', '134845.696000', '134845.698000', '134845.731000', '134905.587000', '134905.590000', '134905.593000', '134905.596000', '134905.599000', '134905.601000', '134905.604000', '134905.607000', '134905.609000', '134905.612000', '134905.615000', '134905.617000', '134905.620000', '134905.623000', '134905.626000', '134905.628000', '134905.631000', '134905.634000', '134905.636000', '134905.639000', '134905.641000', '134905.645000', '134905.648000', '134905.651000', '134905.653000', '134905.656000', '134905.658000', '134905.661000', '134905.664000', '134905.666000', '134905.669000', '134905.671000', '134905.674000', '134905.677000', '134905.680000', '134905.682000', '134905.685000', '134905.687000', '134905.690000', '134905.693000', '134905.695000', '134905.698000', '134905.701000', '134925.588000', '134925.590000', '134925.593000', '134925.596000', '134925.598000', '134925.601000', '134925.604000', '134925.606000', '134925.609000', '134925.612000', '134925.614000', '134925.617000', '134925.620000', '134925.622000', '134925.625000', '134925.627000', '134925.630000', '134925.633000', '134925.635000', '134925.638000', '134925.641000', '134925.643000', '134925.646000', '134925.648000', '134925.651000', '134925.654000', '134925.656000', '134925.659000', '134925.662000', '134925.664000', '134925.667000', '134925.670000', '134925.672000', '134925.675000', '134925.677000', '134925.680000', '134925.683000', '134925.685000', '134925.688000', '134925.690000', '134925.693000', '134925.696000', '134925.699000', '134925.701000', '134945.589000', '134945.591000', '134945.594000', '134945.597000', '134945.599000', '134945.602000', '134945.605000', '134945.607000', '134945.610000', '134945.613000', '134945.615000', '134945.618000', '134945.621000', '134945.624000', '134945.626000', '134945.629000', '134945.632000', '134945.636000', '134945.638000', '134945.641000', '134945.644000', '134945.646000', '134945.649000', '134945.651000', '134945.654000', '134945.657000', '134945.659000', '134945.662000', '134945.665000', '134945.667000', '134945.670000', '134945.672000', '134945.675000', '134945.678000', '134945.680000', '134945.683000', '134945.686000', '134945.688000', '134945.691000', '134945.693000', '134945.696000', '134945.699000', '134945.701000', '135005.588000', '135005.591000', '135005.594000', '135005.597000', '135005.599000', '135005.602000', '135005.605000', '135005.607000', '135005.610000', '135005.612000', '135005.615000', '135005.618000', '135005.620000', '135005.623000', '135005.626000', '135005.628000', '135005.631000', '135005.634000', '135005.636000', '135005.639000', '135005.641000', '135005.644000', '135005.647000', '135005.649000', '135005.652000', '135005.654000', '135005.657000', '135005.660000', '135005.662000', '135005.665000', '135005.668000', '135005.670000', '135005.673000', '135005.676000', '135005.680000', '135005.682000', '135005.685000', '135005.688000', '135005.690000', '135005.693000', '135005.696000', '135005.698000', '135005.701000', '135005.703000', '135025.589000', '135025.592000', '135025.594000', '135025.597000', '135025.600000', '135025.602000', '135025.605000', '135025.608000', '135025.611000', '135025.627000', '135025.629000', '135025.632000', '135025.635000', '135025.637000', '135025.640000', '135025.643000', '135025.645000', '135025.648000', '135025.650000', '135025.653000', '135025.656000', '135025.658000', '135025.661000', '135025.664000', '135025.666000', '135025.669000', '135025.671000', '135025.674000', '135025.677000', '135025.679000', '135025.682000', '135025.685000', '135025.688000', '135025.690000', '135025.693000', '135025.696000', '135025.698000', '135025.701000', '135025.704000', '135025.706000', '135025.709000', '135025.712000', '135025.714000', '135045.589000', '135045.591000', '135045.595000', '135045.597000', '135045.600000', '135045.602000', '135045.605000', '135045.608000', '135045.610000', '135045.613000', '135045.616000', '135045.618000', '135045.621000', '135045.623000', '135045.626000', '135045.629000', '135045.631000', '135045.634000', '135045.637000', '135045.639000', '135045.642000', '135045.644000', '135045.647000', '135045.650000', '135045.652000', '135045.655000', '135045.658000', '135045.660000', '135045.663000', '135045.665000', '135045.668000', '135045.671000', '135045.673000', '135045.676000', '135045.678000', '135045.681000', '135045.684000', '135045.686000', '135045.689000', '135045.692000', '135045.694000', '135045.697000', '135045.699000', '135045.702000', '135105.588000', '135105.590000', '135105.593000', '135105.596000', '135105.599000', '135105.601000', '135105.604000', '135105.607000', '135105.609000', '135105.612000', '135105.615000', '135105.617000', '135105.620000', '135105.622000', '135105.625000', '135105.628000', '135105.630000', '135105.633000', '135105.636000', '135105.638000', '135105.641000', '135105.644000', '135105.647000', '135105.649000', '135105.652000', '135105.654000', '135105.657000', '135105.660000', '135105.662000', '135105.665000', '135105.668000', '135105.670000', '135105.673000', '135105.675000', '135105.678000', '135105.681000', '135105.683000', '135105.686000', '135105.689000', '135105.691000', '135105.694000', '135105.696000', '135105.699000', '135124.536000', '135124.539000', '135124.542000', '135124.545000', '135124.548000', '135124.551000', '135124.554000', '135124.556000', '135124.559000', '135124.562000', '135124.564000', '135124.567000', '135124.570000', '135124.573000', '135124.576000', '135124.579000', '135124.581000', '135124.585000', '135124.587000', '135124.591000', '135124.594000', '135124.597000', '135124.601000', '135124.604000', '135124.607000', '135124.609000', '135124.612000', '135124.615000', '135124.617000', '135124.620000', '135124.623000', '135124.626000', '135124.629000', '135124.632000', '135124.635000', '135124.638000', '135124.640000', '135124.643000', '135124.646000', '135124.649000', '135124.651000', '135124.657000'], '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': [9295, 9953, 11923, 8723, 9300, 9680, 9641, 9283, 8649, 14425, 10867, 9751, 15306, 12702, 9579, 11945, 13009, 8641, 14548, 10566, 14334, 11381, 13742, 9452, 12202, 8642, 11845, 8540, 10832, 8719, 8054, 8787, 7259, 7739, 8347, 7960, 8489, 11059, 8164, 12539, 8836, 11274, 8536, 11380, 8777, 9867, 10817, 8248, 11808, 7884, 11732, 8128, 11856, 8593, 12091, 8705, 11643, 9120, 8343, 8612, 8250, 10523, 8197, 12681, 7839, 12646, 8229, 12765, 9004, 12584, 7797, 10992, 7851, 10470, 7839, 10141, 7709, 9074, 7900, 10144, 7960, 11081, 7645, 10962, 8150, 12015, 8319, 10710, 7808, 10620, 8190, 9711, 8452, 7468, 9525, 7772, 10444, 7575, 12324, 7551, 10124, 7935, 11655, 7642, 9511, 7650, 7502, 8804, 7465, 10084, 7749, 10421, 7698, 11163, 7628, 12761, 8206, 11472, 8149, 11485, 7988, 12116, 8434, 10757, 8476, 11169, 8152, 10764, 8356, 10776, 8246, 11101, 8009, 10219, 8228, 9126, 8013, 8721, 7959, 8053, 8043, 7601, 7402, 7665, 7566, 7886, 9533, 7619, 11600, 8256, 11912, 8564, 11956, 8898, 13247, 8765, 12440, 8772, 12675, 8447, 12923, 8753, 11689, 8352, 10329, 7824, 7548, 7395, 7910, 7307, 7718, 8745, 7347, 9239, 8509, 10019, 8285, 10674, 7620, 12543, 8783, 10853, 8419, 8692, 7168, 8091, 11061, 7377, 9871, 7759, 7399, 9478, 8040, 7469, 11399, 8217, 12452, 9189, 8945, 11077, 10165, 12263, 10199, 7486, 11260, 9118, 7368, 10819, 7558, 8376, 7347, 7141, 11502, 8478, 9221, 7764, 7260, 9461, 7142, 9766, 7571, 7248, 7644, 7201, 9795, 7420, 7059, 7590, 7026, 7553, 7670, 7187, 10228, 7736, 8173, 10927, 11759, 13060, 9443, 7809, 7061, 7592, 7945, 7629, 7828, 10835, 6869, 8038, 11790, 7714, 7961, 8285, 7702, 11631, 9240, 12158, 9917, 7472, 8907, 7550, 8910, 7729, 10681, 7506, 10120, 7659, 9877, 7758, 9912, 7905, 9934, 8009, 9104, 8028, 7801, 8127, 7834, 6795, 8410, 7957, 8311, 8698, 8391, 10719, 8053, 11028, 8212, 11665, 8394, 12377, 9726, 10822, 10770, 8355, 12640, 7967, 12029, 8116, 7859, 8047, 7744, 8188, 7886, 8239, 7850, 8058, 8400, 8042, 8323, 8183, 10402, 10321, 9257, 10871, 12348, 9777, 13532, 10911, 12090, 9057, 10498, 8495, 11138, 8446, 11451, 7960, 8443, 7216, 7046, 7670, 7280, 7490, 7984, 7777, 7800, 7702, 8681, 7886, 7997, 11605, 7580, 10877, 7777, 9963, 8796, 9212, 7540, 9110, 7654, 8760, 7624, 8457, 7323, 8775, 7676, 9012, 7585, 9666, 7499, 9904, 7530, 10781, 9244, 9784, 7492, 7382, 8897, 7384, 12913, 10116, 13807, 12759, 8279, 8067, 8442, 11926, 7276, 8719, 10423, 7372, 8591, 8888, 8057, 13383, 11000, 12029, 9722, 12640, 10482, 11045, 11059, 8091, 8104, 8253, 7198, 8205, 7420, 8355, 7475, 8322, 8172, 8494, 8289, 8367, 8247, 8569, 8648, 8455, 9015, 8523, 10433, 8477, 8255, 8462, 8960, 8383, 9325, 8308, 8735, 7769, 8430, 7395, 8598, 6859, 8374, 7940, 8523, 9880, 8404, 9754, 8414, 9832, 8341, 10409, 8387, 10624, 8123, 10451, 8998, 10478, 10697, 8924, 8099, 8149, 8616, 7318, 13273, 8936, 12292, 8659, 11268, 7002, 8476, 7150, 6933, 7261, 6856, 8199, 7475, 8220, 7192, 10741, 8535, 13253, 10166, 11325, 10419, 12753, 11360, 14117, 11198, 13323, 10235, 13449, 10499, 13891, 11510, 12266, 7999, 10658, 8216, 12148, 10453, 7648, 7902, 7962, 9262, 7891, 12462, 7760, 9465, 7855, 9976, 7910, 7817, 7309, 7728, 7562, 8111, 9023, 7769, 7697, 7435, 7875, 8596, 7955, 10483, 8369, 11628, 8015, 10297, 8879, 11894, 8353, 8981, 7922, 7885, 7896, 8079, 7159, 7942, 7666, 7940, 8152, 8102, 8291, 8104, 8466, 8077, 9001, 8074, 7888, 7775, 7968, 7549, 8014, 8018, 6997, 8057, 7199, 7897, 7116, 8020, 8072, 7954, 9595, 8023, 9335, 7917, 9212, 7917, 11075, 8095, 10931, 9814, 10242, 14522, 11824, 12916, 8097, 10372, 7936, 7797, 7950, 7889, 8099, 7510, 7885, 8122, 7604, 7552, 8228, 7941, 7754, 7935, 11926, 9509, 13417, 9128, 13284, 8244, 7755, 7961, 7927, 7993, 6987, 7859, 7197, 7728, 7946, 9454, 7990, 12854, 9780, 12561, 9178, 7954, 13400, 9137, 11063, 8186, 9268, 8165, 7018, 8088, 7851, 7946, 7139, 7955, 7193, 8110, 7821, 7960, 7785, 8226, 9421, 8120, 10618, 8091, 11902, 9460, 8227, 10239, 12044, 12236, 12165, 9330, 9027, 13878, 8526, 7839, 8083, 8690, 13084, 10709, 8821, 13146, 8135, 13626, 11172, 12325, 15490, 11478, 8768, 13566, 8867, 8839, 13498, 9966, 9448, 12756, 9203, 9009, 13138, 10490, 8746, 12895, 9322, 11297, 9159, 7531, 8844, 9083, 9429, 9000, 8971, 8983, 8653, 8352, 9017, 8088, 8677, 8359, 7694, 7866, 7912, 7684, 7707, 7624, 8473, 7802, 8865, 8193, 8334, 8076, 7530, 8293, 8172, 8404, 8725, 10321, 8167, 12057, 10642, 10196, 12851, 8964, 11347, 11386, 7973, 13026, 9663, 11414, 8557, 11714, 8440, 8483, 8232, 8606, 8878, 10908, 8546, 11285, 8506, 12720, 10155, 13606, 10621, 13934, 8666, 13269, 10002, 13870, 9019, 8255, 9086, 9120, 9303, 11744, 8296, 8577, 8334, 10618, 8588, 13013, 8377, 8270, 9793, 9496, 13299, 10251, 10394, 8214, 10763, 7522, 10275, 7594, 9404, 7704, 7862, 7697, 7583, 7286, 7367, 7246, 7256, 8603, 7328, 7056, 7349, 6915, 7274, 8058, 7294, 8450, 7267, 9341, 7375, 9235, 7552, 8787, 7289, 7238, 7627, 7402, 7856, 7481, 7742, 11220, 8744, 12531, 9605, 12569, 12355, 9492, 13173, 10741, 11565, 8840, 7883, 7055, 7473, 10439, 7334, 10348, 7683, 9217, 7278, 8426, 7422, 7652, 7061, 7311, 11296, 7605, 9985, 7505, 8485, 7698, 7707, 8050, 8008, 7606, 7713, 7843, 8194, 8015, 9155, 7880, 10565, 8567, 12353, 9835, 13200, 12207, 9624, 13781, 10812, 12684, 9964, 11239, 7732, 10434, 7434, 12071, 7516, 11513, 8180, 9335, 6895, 7619, 7628, 8721, 7873, 8150, 7927, 10224, 7861, 10593, 7690, 10561, 8102, 13537, 9483, 8957, 7669, 7846, 9052, 7636, 11683, 7806, 11545, 8739, 11572, 10267, 12473, 8037, 10068, 8036, 7630, 9806, 7918, 10661, 8015, 8370, 7914, 7496, 7813, 8095, 8588, 8018, 9665, 8129, 9855, 8720, 9484, 8995, 8338, 9369, 9199, 9140, 8678, 9304, 8932, 8562, 8894, 8783, 8785, 8428, 8866, 8420, 8802, 8007, 8889, 8193, 8557, 8431, 7791, 8502, 8422, 8661, 11229, 9087, 12778], 'WindowCenter': [4114.0, 4097.0, 4115.0, 4074.0, 4083.0, 4070.0, 4071.0, 4061.0, 4062.0, 4111.0, 4081.0, 4070.0, 4121.0, 4103.0, 4073.0, 4092.0, 4102.0, 4050.0, 4102.0, 4071.0, 4099.0, 4066.0, 4073.0, 4033.0, 4052.0, 4021.0, 4051.0, 4021.0, 4053.0, 4021.0, 4010.0, 4022.0, 4002.0, 4025.0, 4036.0, 4027.0, 4047.0, 4079.0, 4051.0, 4113.0, 4073.0, 4092.0, 4062.0, 4103.0, 4076.0, 4084.0, 4095.0, 4063.0, 4104.0, 4054.0, 4116.0, 4065.0, 4104.0, 4063.0, 4103.0, 4075.0, 4107.0, 4087.0, 4063.0, 4063.0, 4052.0, 4095.0, 4063.0, 4104.0, 4042.0, 4101.0, 4052.0, 4104.0, 4063.0, 4102.0, 4041.0, 4082.0, 4040.0, 4082.0, 4039.0, 4068.0, 4027.0, 4060.0, 4039.0, 4082.0, 4052.0, 4079.0, 4041.0, 4093.0, 4052.0, 4115.0, 4063.0, 4082.0, 4040.0, 4081.0, 4064.0, 4072.0, 4050.0, 4029.0, 4057.0, 4039.0, 4080.0, 4040.0, 4100.0, 4038.0, 4078.0, 4051.0, 4090.0, 4040.0, 4068.0, 4038.0, 4029.0, 4060.0, 4040.0, 4080.0, 4053.0, 4080.0, 4037.0, 4091.0, 4039.0, 4099.0, 4049.0, 4089.0, 4038.0, 4090.0, 4037.0, 4076.0, 4048.0, 4066.0, 4038.0, 4078.0, 4038.0, 4064.0, 4036.0, 4066.0, 4036.0, 4076.0, 4037.0, 4067.0, 4049.0, 4057.0, 4036.0, 4046.0, 4048.0, 4051.0, 4050.0, 4041.0, 4041.0, 4038.0, 4051.0, 4065.0, 4097.0, 4053.0, 4116.0, 4064.0, 4114.0, 4078.0, 4105.0, 4074.0, 4102.0, 4051.0, 4089.0, 4048.0, 4101.0, 4051.0, 4089.0, 4048.0, 4076.0, 4036.0, 4068.0, 4040.0, 4041.0, 4039.0, 4038.0, 4027.0, 4038.0, 4062.0, 4041.0, 4072.0, 4061.0, 4070.0, 4049.0, 4091.0, 4052.0, 4117.0, 4036.0, 4053.0, 4047.0, 4047.0, 3973.0, 4064.0, 4091.0, 3992.0, 4056.0, 4027.0, 3986.0, 4054.0, 4051.0, 3947.0, 4120.0, 4053.0, 4101.0, 4058.0, 4059.0, 4067.0, 4057.0, 4075.0, 4055.0, 4016.0, 4078.0, 4047.0, 4003.0, 4052.0, 4012.0, 4022.0, 4002.0, 4002.0, 4062.0, 4022.0, 4032.0, 4011.0, 4013.0, 4044.0, 4001.0, 4042.0, 4011.0, 4001.0, 4010.0, 4014.0, 4054.0, 4015.0, 4004.0, 4026.0, 4031.0, 4042.0, 4042.0, 4032.0, 4068.0, 4055.0, 4025.0, 4040.0, 4119.0, 4048.0, 4073.0, 4040.0, 3974.0, 4052.0, 4042.0, 4028.0, 4026.0, 4066.0, 4004.0, 4040.0, 4090.0, 4039.0, 4040.0, 4050.0, 4039.0, 4104.0, 4071.0, 4089.0, 4069.0, 4016.0, 4043.0, 4012.0, 4044.0, 4026.0, 4053.0, 4015.0, 4056.0, 4026.0, 4055.0, 4026.0, 4055.0, 4038.0, 4070.0, 4038.0, 4045.0, 4037.0, 4025.0, 4051.0, 4041.0, 4020.0, 4059.0, 4051.0, 4065.0, 4072.0, 4076.0, 4108.0, 4067.0, 4106.0, 4066.0, 4105.0, 4055.0, 4105.0, 4062.0, 4084.0, 4071.0, 4039.0, 4089.0, 4040.0, 4102.0, 4039.0, 4041.0, 4039.0, 4029.0, 4050.0, 4053.0, 4076.0, 4076.0, 4066.0, 4075.0, 4063.0, 4074.0, 4078.0, 4107.0, 4097.0, 4085.0, 4094.0, 4104.0, 4086.0, 4116.0, 4083.0, 4090.0, 4049.0, 4058.0, 4037.0, 4078.0, 4036.0, 4066.0, 4022.0, 4022.0, 4014.0, 4004.0, 4014.0, 4013.0, 4013.0, 4023.0, 4024.0, 4013.0, 4026.0, 4047.0, 4038.0, 4037.0, 4076.0, 4015.0, 4065.0, 4015.0, 4056.0, 4033.0, 4042.0, 4024.0, 4044.0, 4026.0, 4045.0, 4025.0, 4035.0, 4025.0, 4045.0, 4037.0, 4058.0, 4040.0, 4056.0, 4028.0, 4056.0, 4037.0, 4079.0, 4059.0, 4057.0, 4017.0, 4014.0, 4046.0, 4017.0, 4104.0, 4037.0, 4084.0, 4080.0, 4012.0, 4036.0, 4048.0, 4061.0, 4015.0, 4033.0, 4064.0, 4015.0, 4034.0, 4059.0, 4040.0, 4098.0, 4080.0, 4079.0, 4046.0, 4075.0, 4056.0, 4063.0, 4053.0, 4010.0, 4008.0, 4008.0, 3987.0, 4024.0, 4013.0, 4020.0, 4000.0, 4010.0, 4008.0, 4019.0, 4033.0, 4036.0, 4038.0, 4049.0, 4037.0, 4039.0, 4049.0, 4064.0, 4084.0, 4052.0, 4050.0, 4050.0, 4050.0, 4042.0, 4064.0, 4054.0, 4062.0, 4040.0, 4050.0, 4028.0, 4048.0, 4031.0, 4062.0, 4051.0, 4074.0, 4084.0, 4054.0, 4073.0, 4064.0, 4097.0, 4066.0, 4094.0, 4062.0, 4093.0, 4040.0, 4080.0, 4062.0, 4096.0, 4082.0, 4050.0, 4027.0, 4028.0, 4040.0, 4031.0, 4091.0, 4049.0, 4079.0, 4035.0, 4065.0, 4015.0, 4047.0, 4029.0, 4033.0, 4042.0, 4032.0, 4063.0, 4054.0, 4075.0, 4044.0, 4105.0, 4089.0, 4128.0, 4096.0, 4094.0, 4082.0, 4102.0, 4093.0, 4100.0, 4068.0, 4085.0, 4043.0, 4086.0, 4055.0, 4074.0, 4052.0, 4050.0, 3999.0, 4041.0, 4022.0, 4061.0, 4041.0, 3998.0, 3996.0, 4009.0, 4030.0, 4009.0, 4059.0, 3999.0, 4018.0, 4008.0, 4043.0, 4010.0, 4012.0, 3998.0, 3999.0, 3998.0, 4025.0, 4044.0, 4024.0, 4013.0, 4012.0, 4024.0, 4034.0, 4039.0, 4067.0, 4036.0, 4064.0, 4024.0, 4056.0, 4035.0, 4075.0, 4022.0, 4033.0, 4012.0, 4013.0, 4023.0, 4038.0, 4016.0, 4024.0, 4025.0, 4026.0, 4027.0, 4027.0, 4036.0, 4029.0, 4039.0, 4042.0, 4050.0, 4039.0, 4040.0, 4027.0, 4039.0, 4041.0, 4052.0, 4038.0, 4028.0, 4041.0, 4029.0, 4041.0, 4033.0, 4054.0, 4077.0, 4076.0, 4097.0, 4064.0, 4086.0, 4053.0, 4087.0, 4065.0, 4106.0, 4055.0, 4097.0, 4074.0, 4088.0, 4129.0, 4094.0, 4093.0, 4029.0, 4059.0, 4015.0, 4029.0, 4040.0, 4038.0, 4038.0, 4027.0, 4039.0, 4053.0, 4051.0, 4053.0, 4053.0, 4051.0, 4042.0, 4053.0, 4091.0, 4074.0, 4116.0, 4062.0, 4101.0, 4036.0, 4025.0, 4027.0, 4039.0, 4039.0, 4018.0, 4037.0, 4017.0, 4030.0, 4052.0, 4071.0, 4053.0, 4105.0, 4070.0, 4089.0, 4049.0, 4029.0, 4087.0, 4049.0, 4068.0, 4024.0, 4034.0, 4022.0, 4003.0, 4022.0, 4037.0, 4037.0, 4015.0, 4038.0, 4027.0, 4039.0, 4053.0, 4062.0, 4055.0, 4063.0, 4072.0, 4052.0, 4093.0, 4054.0, 4104.0, 4073.0, 4091.0, 4126.0, 4120.0, 4080.0, 4064.0, 3989.0, 4006.0, 4072.0, 4020.0, 4011.0, 4012.0, 4036.0, 4087.0, 4065.0, 4045.0, 4083.0, 4025.0, 4097.0, 4064.0, 4074.0, 4085.0, 4037.0, 4022.0, 4075.0, 3993.0, 4037.0, 4072.0, 4029.0, 4028.0, 4061.0, 4019.0, 4007.0, 4061.0, 4039.0, 4006.0, 4049.0, 4019.0, 4037.0, 4019.0, 4000.0, 4021.0, 4018.0, 4016.0, 4007.0, 4005.0, 4007.0, 4008.0, 4009.0, 4008.0, 3999.0, 4009.0, 4011.0, 3999.0, 4014.0, 4013.0, 4013.0, 4014.0, 4014.0, 4025.0, 4025.0, 4060.0, 4061.0, 4049.0, 4052.0, 4039.0, 4061.0, 4062.0, 4079.0, 4088.0, 4109.0, 4078.0, 4118.0, 4100.0, 4101.0, 4132.0, 4078.0, 4110.0, 4096.0, 4051.0, 4103.0, 4083.0, 4105.0, 4063.0, 4092.0, 4049.0, 4061.0, 4065.0, 4074.0, 4074.0, 4096.0, 4073.0, 4094.0, 4076.0, 4117.0, 4084.0, 4114.0, 4082.0, 4102.0, 4052.0, 4104.0, 4060.0, 4090.0, 4035.0, 4024.0, 4034.0, 4045.0, 4043.0, 4066.0, 4023.0, 4021.0, 4023.0, 4066.0, 4032.0, 4073.0, 4022.0, 4024.0, 4043.0, 4045.0, 4074.0, 4040.0, 4031.0, 4010.0, 4040.0, 4001.0, 4030.0, 4000.0, 4033.0, 4002.0, 4000.0, 3999.0, 4000.0, 4003.0, 4001.0, 4000.0, 4004.0, 4037.0, 4015.0, 4005.0, 4017.0, 4005.0, 4018.0, 4026.0, 4020.0, 4038.0, 4032.0, 4071.0, 4055.0, 4074.0, 4052.0, 4063.0, 4043.0, 4054.0, 4064.0, 4054.0, 4064.0, 4053.0, 4064.0, 4118.0, 4079.0, 4119.0, 4076.0, 4095.0, 4092.0, 4051.0, 4092.0, 4071.0, 4069.0, 4036.0, 4016.0, 3994.0, 4003.0, 4056.0, 4015.0, 4056.0, 4017.0, 4047.0, 4017.0, 4025.0, 4017.0, 4028.0, 4018.0, 4030.0, 4080.0, 4029.0, 4059.0, 4028.0, 4047.0, 4040.0, 4038.0, 4049.0, 4048.0, 4050.0, 4050.0, 4063.0, 4074.0, 4077.0, 4086.0, 4065.0, 4109.0, 4089.0, 4119.0, 4088.0, 4105.0, 4079.0, 4048.0, 4090.0, 4068.0, 4077.0, 4047.0, 4066.0, 4012.0, 4055.0, 4015.0, 4065.0, 4002.0, 4065.0, 4025.0, 4019.0, 4001.0, 4015.0, 4011.0, 4023.0, 4013.0, 4012.0, 4024.0, 4041.0, 4023.0, 4052.0, 4025.0, 4066.0, 4038.0, 4086.0, 4057.0, 4043.0, 4014.0, 4023.0, 4044.0, 4014.0, 4065.0, 4014.0, 4063.0, 4036.0, 4064.0, 4057.0, 4073.0, 4011.0, 4044.0, 4023.0, 4016.0, 4044.0, 4011.0, 4044.0, 4014.0, 4021.0, 4025.0, 4014.0, 4014.0, 4022.0, 4032.0, 4026.0, 4043.0, 4024.0, 4056.0, 4035.0, 4034.0, 4021.0, 4021.0, 4034.0, 4033.0, 4034.0, 4024.0, 4046.0, 4033.0, 4036.0, 4036.0, 4039.0, 4045.0, 4046.0, 4059.0, 4060.0, 4060.0, 4053.0, 4059.0, 4059.0, 4073.0, 4063.0, 4053.0, 4077.0, 4063.0, 4064.0, 4106.0, 4075.0, 4113.0], 'WindowWidth': [9147.0, 9108.0, 9126.0, 9072.0, 9078.0, 9051.0, 9051.0, 9038.0, 9039.0, 9105.0, 9062.0, 9044.0, 9115.0, 9094.0, 9055.0, 9076.0, 9090.0, 9018.0, 9093.0, 9047.0, 9083.0, 9032.0, 9035.0, 8979.0, 9003.0, 8961.0, 9002.0, 8962.0, 9006.0, 8961.0, 8946.0, 8964.0, 8942.0, 8979.0, 8994.0, 8984.0, 9010.0, 9056.0, 9024.0, 9111.0, 9058.0, 9080.0, 9043.0, 9097.0, 9067.0, 9077.0, 9092.0, 9044.0, 9102.0, 9034.0, 9121.0, 9051.0, 9101.0, 9045.0, 9097.0, 9066.0, 9111.0, 9082.0, 9044.0, 9044.0, 9027.0, 9092.0, 9046.0, 9101.0, 9015.0, 9090.0, 9026.0, 9100.0, 9043.0, 9095.0, 9012.0, 9068.0, 9007.0, 9067.0, 9004.0, 9041.0, 8987.0, 9033.0, 9004.0, 9067.0, 9028.0, 9060.0, 9012.0, 9083.0, 9029.0, 9117.0, 9043.0, 9065.0, 9007.0, 9065.0, 9047.0, 9055.0, 9021.0, 8991.0, 9028.0, 9003.0, 9061.0, 9008.0, 9087.0, 9004.0, 9057.0, 9027.0, 9076.0, 9009.0, 9043.0, 9004.0, 8992.0, 9035.0, 9010.0, 9064.0, 9031.0, 9063.0, 9002.0, 9080.0, 9008.0, 9084.0, 9020.0, 9072.0, 9002.0, 9075.0, 9000.0, 9047.0, 9015.0, 9034.0, 8999.0, 9054.0, 9001.0, 9031.0, 8994.0, 9034.0, 8994.0, 9047.0, 9000.0, 9038.0, 9015.0, 9025.0, 8997.0, 9010.0, 9017.0, 9028.0, 9025.0, 9012.0, 9011.0, 9005.0, 9027.0, 9052.0, 9096.0, 9035.0, 9119.0, 9050.0, 9116.0, 9073.0, 9106.0, 9062.0, 9093.0, 9024.0, 9072.0, 9015.0, 9091.0, 9025.0, 9070.0, 9015.0, 9048.0, 8995.0, 9041.0, 9009.0, 9013.0, 9008.0, 9003.0, 8988.0, 9002.0, 9042.0, 9015.0, 9056.0, 9039.0, 9051.0, 9019.0, 9081.0, 9030.0, 9121.0, 8989.0, 9009.0, 9014.0, 9014.0, 8881.0, 9053.0, 9080.0, 8926.0, 9021.0, 8984.0, 8905.0, 9015.0, 9027.0, 8832.0, 9140.0, 9032.0, 9092.0, 9030.0, 9031.0, 9037.0, 9020.0, 9044.0, 9014.0, 8966.0, 9055.0, 9010.0, 8943.0, 9009.0, 8952.0, 8965.0, 8942.0, 8942.0, 9021.0, 8967.0, 8980.0, 8950.0, 8959.0, 8998.0, 8939.0, 8994.0, 8950.0, 8936.0, 8949.0, 8962.0, 9013.0, 8965.0, 8950.0, 8981.0, 8997.0, 9014.0, 9013.0, 8999.0, 9042.0, 9038.0, 8971.0, 8982.0, 9129.0, 8987.0, 9054.0, 9008.0, 8887.0, 9034.0, 9012.0, 8984.0, 8977.0, 9032.0, 8950.0, 9004.0, 9075.0, 9004.0, 9005.0, 9019.0, 9004.0, 9101.0, 9050.0, 9071.0, 9041.0, 8965.0, 8998.0, 8954.0, 9001.0, 8982.0, 9013.0, 8962.0, 9017.0, 8980.0, 9014.0, 8979.0, 9013.0, 8998.0, 9045.0, 9001.0, 9007.0, 8996.0, 8979.0, 9023.0, 9010.0, 8983.0, 9034.0, 9026.0, 9050.0, 9058.0, 9072.0, 9114.0, 9060.0, 9108.0, 9053.0, 9100.0, 9032.0, 9100.0, 9036.0, 9070.0, 9044.0, 8999.0, 9068.0, 9006.0, 9091.0, 9003.0, 9008.0, 9003.0, 8989.0, 9020.0, 9030.0, 9069.0, 9072.0, 9056.0, 9065.0, 9046.0, 9063.0, 9075.0, 9111.0, 9097.0, 9076.0, 9087.0, 9100.0, 9079.0, 9122.0, 9070.0, 9072.0, 9014.0, 9026.0, 8995.0, 9055.0, 8994.0, 9033.0, 8967.0, 8967.0, 8960.0, 8946.0, 8959.0, 8960.0, 8958.0, 8972.0, 8975.0, 8958.0, 8980.0, 9010.0, 8999.0, 8996.0, 9047.0, 8964.0, 9030.0, 8962.0, 9018.0, 8987.0, 8996.0, 8976.0, 9000.0, 8983.0, 9007.0, 8981.0, 8992.0, 8980.0, 9006.0, 9000.0, 9027.0, 9008.0, 9023.0, 8987.0, 9022.0, 9001.0, 9057.0, 9029.0, 9022.0, 8967.0, 8962.0, 9009.0, 8970.0, 9100.0, 8986.0, 9062.0, 9051.0, 8949.0, 8996.0, 9014.0, 9015.0, 8961.0, 8983.0, 9027.0, 8964.0, 8985.0, 9031.0, 9007.0, 9080.0, 9057.0, 9052.0, 9004.0, 9041.0, 9019.0, 9021.0, 9008.0, 8943.0, 8941.0, 8938.0, 8912.0, 8970.0, 8956.0, 8962.0, 8933.0, 8944.0, 8941.0, 8958.0, 8984.0, 8994.0, 8999.0, 9014.0, 8995.0, 9001.0, 9015.0, 9042.0, 9071.0, 9024.0, 9019.0, 9016.0, 9017.0, 9007.0, 9042.0, 9030.0, 9038.0, 9006.0, 9018.0, 8988.0, 9016.0, 9000.0, 9043.0, 9027.0, 9061.0, 9072.0, 9030.0, 9056.0, 9047.0, 9097.0, 9054.0, 9086.0, 9042.0, 9083.0, 9007.0, 9059.0, 9040.0, 9090.0, 9064.0, 9016.0, 8982.0, 8983.0, 9000.0, 8991.0, 9073.0, 9010.0, 9053.0, 8990.0, 9029.0, 8965.0, 9012.0, 8992.0, 9006.0, 9015.0, 9001.0, 9045.0, 9037.0, 9065.0, 9024.0, 9104.0, 9091.0, 9141.0, 9093.0, 9083.0, 9066.0, 9093.0, 9083.0, 9085.0, 9038.0, 9056.0, 8995.0, 9059.0, 9014.0, 9038.0, 9006.0, 8999.0, 8929.0, 8989.0, 8966.0, 9015.0, 8988.0, 8924.0, 8922.0, 8945.0, 8974.0, 8942.0, 9009.0, 8929.0, 8952.0, 8941.0, 8994.0, 8946.0, 8951.0, 8927.0, 8927.0, 8928.0, 8979.0, 9002.0, 8978.0, 8958.0, 8955.0, 8971.0, 8988.0, 9003.0, 9035.0, 8993.0, 9026.0, 8973.0, 9019.0, 8989.0, 9042.0, 8968.0, 8984.0, 8953.0, 8955.0, 8970.0, 8998.0, 8966.0, 8974.0, 8975.0, 8979.0, 8978.0, 8980.0, 8990.0, 8986.0, 9002.0, 9010.0, 9018.0, 9002.0, 9005.0, 8984.0, 9002.0, 9008.0, 9026.0, 9000.0, 8989.0, 9005.0, 8991.0, 9008.0, 9001.0, 9034.0, 9071.0, 9071.0, 9095.0, 9048.0, 9078.0, 9029.0, 9082.0, 9051.0, 9106.0, 9034.0, 9091.0, 9055.0, 9081.0, 9141.0, 9086.0, 9079.0, 8986.0, 9026.0, 8960.0, 8987.0, 9003.0, 8999.0, 8999.0, 8986.0, 9002.0, 9030.0, 9028.0, 9030.0, 9027.0, 9023.0, 9010.0, 9027.0, 9076.0, 9055.0, 9118.0, 9036.0, 9087.0, 8992.0, 8978.0, 8983.0, 9002.0, 9003.0, 8974.0, 8999.0, 8970.0, 8991.0, 9027.0, 9048.0, 9028.0, 9102.0, 9045.0, 9068.0, 9013.0, 8985.0, 9062.0, 9011.0, 9038.0, 8972.0, 8983.0, 8965.0, 8941.0, 8966.0, 8998.0, 8998.0, 8966.0, 9001.0, 8986.0, 9005.0, 9033.0, 9043.0, 9039.0, 9047.0, 9057.0, 9026.0, 9085.0, 9034.0, 9101.0, 9057.0, 9102.0, 9154.0, 9133.0, 9060.0, 9023.0, 8893.0, 8931.0, 9031.0, 8959.0, 8949.0, 8952.0, 8992.0, 9064.0, 9032.0, 9003.0, 9053.0, 8979.0, 9078.0, 9026.0, 9040.0, 9054.0, 8973.0, 8963.0, 9038.0, 8905.0, 8998.0, 9030.0, 8969.0, 8966.0, 9013.0, 8952.0, 8934.0, 9013.0, 8981.0, 8934.0, 8992.0, 8953.0, 8975.0, 8952.0, 8930.0, 8960.0, 8951.0, 8949.0, 8935.0, 8931.0, 8934.0, 8936.0, 8940.0, 8936.0, 8926.0, 8939.0, 8943.0, 8927.0, 8954.0, 8951.0, 8953.0, 8955.0, 8957.0, 8975.0, 8978.0, 9031.0, 9038.0, 9018.0, 9025.0, 9005.0, 9038.0, 9044.0, 9078.0, 9089.0, 9118.0, 9073.0, 9126.0, 9102.0, 9104.0, 9153.0, 9072.0, 9116.0, 9086.0, 9023.0, 9096.0, 9073.0, 9106.0, 9044.0, 9080.0, 9019.0, 9035.0, 9049.0, 9061.0, 9061.0, 9093.0, 9058.0, 9087.0, 9069.0, 9126.0, 9073.0, 9113.0, 9065.0, 9093.0, 9026.0, 9102.0, 9031.0, 9071.0, 8989.0, 8973.0, 8987.0, 9004.0, 8998.0, 9033.0, 8968.0, 8966.0, 8970.0, 9035.0, 8981.0, 9037.0, 8964.0, 8970.0, 8994.0, 9001.0, 9037.0, 8983.0, 8969.0, 8940.0, 8981.0, 8933.0, 8968.0, 8932.0, 8982.0, 8937.0, 8929.0, 8929.0, 8930.0, 8940.0, 8937.0, 8934.0, 8945.0, 8992.0, 8961.0, 8946.0, 8965.0, 8949.0, 8969.0, 8980.0, 8975.0, 9000.0, 8996.0, 9051.0, 9036.0, 9059.0, 9029.0, 9042.0, 9018.0, 9040.0, 9051.0, 9036.0, 9050.0, 9034.0, 9050.0, 9130.0, 9076.0, 9127.0, 9061.0, 9084.0, 9075.0, 9017.0, 9079.0, 9047.0, 9040.0, 8988.0, 8962.0, 8930.0, 8941.0, 9013.0, 8961.0, 9018.0, 8965.0, 9004.0, 8967.0, 8975.0, 8966.0, 8983.0, 8969.0, 8991.0, 9059.0, 8988.0, 9027.0, 8985.0, 9010.0, 9008.0, 9004.0, 9021.0, 9017.0, 9024.0, 9024.0, 9049.0, 9064.0, 9073.0, 9082.0, 9055.0, 9116.0, 9092.0, 9132.0, 9086.0, 9101.0, 9054.0, 9009.0, 9075.0, 9039.0, 9050.0, 9008.0, 9031.0, 8954.0, 9017.0, 8964.0, 9030.0, 8937.0, 9027.0, 8972.0, 8957.0, 8938.0, 8960.0, 8950.0, 8966.0, 8955.0, 8950.0, 8972.0, 8989.0, 8971.0, 9006.0, 8978.0, 9032.0, 8996.0, 9058.0, 9020.0, 8997.0, 8958.0, 8971.0, 9001.0, 8959.0, 9029.0, 8958.0, 9022.0, 8992.0, 9029.0, 9021.0, 9035.0, 8951.0, 8994.0, 8970.0, 8964.0, 8997.0, 8951.0, 8994.0, 8956.0, 8965.0, 8976.0, 8959.0, 8960.0, 8967.0, 8981.0, 8976.0, 8995.0, 8970.0, 9018.0, 8988.0, 8980.0, 8959.0, 8960.0, 8983.0, 8978.0, 8981.0, 8970.0, 9003.0, 8981.0, 8990.0, 8990.0, 8999.0, 9005.0, 9010.0, 9033.0, 9036.0, 9034.0, 9028.0, 9032.0, 9034.0, 9059.0, 9044.0, 9034.0, 9066.0, 9044.0, 9045.0, 9106.0, 9063.0, 9112.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.007759912472647702</td></tr>
<tr><td colspan=3>aqi</td><td>0.08050766170678338</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.112964630273765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1093690784885006</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0262058851588174</td></tr>
<tr><td colspan=3>efc</td><td>0.4574</td></tr>
<tr><td colspan=3>fber</td><td>5092.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2693718851871592</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>372</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>40.70021881838074</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8236924084571164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.741192843735779</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0502918363662843</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6795925452692853</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124923</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0067999702878296375</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030684100463986397</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6152746785152536</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>19.4388</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7262</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.8413</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.9934</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3574</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.9383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3275.699</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.2778</td></tr>
<tr><td colspan=3>tsnr</td><td>21.256534432061017</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>