<?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-0130_ses-02_task-faces_acq-mb8_run-03_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-0130_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-03_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-0130/ses-02/func/sub-0130_ses-02_task-faces_acq-mb8_run-03_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>b1184b3e18b4252f5dea84167bed84fa</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:21:34.810000</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.99023, -0.0960558, 0.101082, 0.103903, 0.991721, -0.0754527]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0946572</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7760, -7230, 398, -228, 32, -2, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0f1fc3e9-3468-449e-bade-6b6c449cf935||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.656715154647827, 0.27876317501068115, 0.25109294056892395, 89.5161361694336], [0.2577107846736908, 2.6607158184051514, -0.23008926212787628, -111.15914154052734], [0.27119532227516174, 0.20243416726589203, 2.678434371948242, -94.22096252441406], [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': ['132134.810000', '132135.270000', '132135.730000', '132136.190000', '132136.650000', '132137.110000', '132137.570000', '132138.030000', '132138.490000', '132138.950000', '132139.410000', '132139.870000', '132140.330000', '132140.790000', '132141.250000', '132141.710000', '132142.170000', '132142.630000', '132143.090000', '132143.550000', '132144.010000', '132144.470000', '132144.930000', '132145.390000', '132145.850000', '132146.310000', '132146.770000', '132147.230000', '132147.690000', '132148.150000', '132148.610000', '132149.070000', '132149.530000', '132149.990000', '132150.450000', '132150.910000', '132151.370000', '132151.830000', '132152.290000', '132152.750000', '132153.210000', '132153.670000', '132154.130000', '132154.590000', '132155.050000', '132155.510000', '132155.970000', '132156.430000', '132156.890000', '132157.350000', '132157.810000', '132158.270000', '132158.730000', '132159.190000', '132159.650000', '132200.110000', '132200.570000', '132201.030000', '132201.490000', '132201.950000', '132202.410000', '132202.870000', '132203.330000', '132203.790000', '132204.250000', '132204.710000', '132205.170000', '132205.630000', '132206.090000', '132206.550000', '132207.010000', '132207.470000', '132207.930000', '132208.390000', '132208.850000', '132209.310000', '132209.770000', '132210.230000', '132210.690000', '132211.150000', '132211.610000', '132212.070000', '132212.530000', '132212.990000', '132213.450000', '132213.910000', '132214.370000', '132214.830000', '132215.290000', '132215.750000', '132216.210000', '132216.670000', '132217.130000', '132217.590000', '132218.050000', '132218.510000', '132218.970000', '132219.430000', '132219.890000', '132220.350000', '132220.810000', '132221.270000', '132221.730000', '132222.190000', '132222.650000', '132223.110000', '132223.570000', '132224.030000', '132224.490000', '132224.950000', '132225.410000', '132225.870000', '132226.330000', '132226.790000', '132227.250000', '132227.710000', '132228.170000', '132228.630000', '132229.090000', '132229.550000', '132230.010000', '132230.470000', '132230.930000', '132231.390000', '132231.850000', '132232.310000', '132232.770000', '132233.230000', '132233.690000', '132234.150000', '132234.610000', '132235.070000', '132235.530000', '132235.990000', '132236.450000', '132236.910000', '132237.370000', '132237.830000', '132238.290000', '132238.750000', '132239.210000', '132239.670000', '132240.130000', '132240.590000', '132241.050000', '132241.510000', '132241.970000', '132242.430000', '132242.890000', '132243.350000', '132243.810000', '132244.270000', '132244.730000', '132245.190000', '132245.650000', '132246.110000', '132246.570000', '132247.030000', '132247.490000', '132247.950000', '132248.410000', '132248.870000', '132249.330000', '132249.790000', '132250.250000', '132250.710000', '132251.170000', '132251.630000', '132252.090000', '132252.550000', '132253.010000', '132253.470000', '132253.930000', '132254.390000', '132254.850000', '132255.310000', '132255.770000', '132256.230000', '132256.690000', '132257.150000', '132257.610000', '132258.070000', '132258.530000', '132258.990000', '132259.450000', '132259.910000', '132300.370000', '132300.830000', '132301.290000', '132301.750000', '132302.210000', '132302.670000', '132303.130000', '132303.590000', '132304.050000', '132304.510000', '132304.970000', '132305.430000', '132305.890000', '132306.350000', '132306.810000', '132307.270000', '132307.730000', '132308.190000', '132308.650000', '132309.110000', '132309.570000', '132310.030000', '132310.490000', '132310.950000', '132311.410000', '132311.870000', '132312.330000', '132312.790000', '132313.250000', '132313.710000', '132314.170000', '132314.630000', '132315.090000', '132315.550000', '132316.010000', '132316.470000', '132316.930000', '132317.390000', '132317.850000', '132318.310000', '132318.770000', '132319.230000', '132319.690000', '132320.150000', '132320.610000', '132321.070000', '132321.530000', '132321.990000', '132322.450000', '132322.910000', '132323.370000', '132323.830000', '132324.290000', '132324.750000', '132325.210000', '132325.670000', '132326.130000', '132326.590000', '132327.050000', '132327.510000', '132327.970000', '132328.430000', '132328.890000', '132329.350000', '132329.810000', '132330.270000', '132330.730000', '132331.190000', '132331.650000', '132332.110000', '132332.570000', '132333.030000', '132333.490000', '132333.950000', '132334.410000', '132334.870000', '132335.330000', '132335.790000', '132336.250000', '132336.710000', '132337.170000', '132337.630000', '132338.090000', '132338.550000', '132339.010000', '132339.470000', '132339.930000', '132340.390000', '132340.850000', '132341.310000', '132341.770000', '132342.230000', '132342.690000', '132343.150000', '132343.610000', '132344.070000', '132344.530000', '132344.990000', '132345.450000', '132345.910000', '132346.370000', '132346.830000', '132347.290000', '132347.750000', '132348.210000', '132348.670000', '132349.130000', '132349.590000', '132350.050000', '132350.510000', '132350.970000', '132351.430000', '132351.890000', '132352.350000', '132352.810000', '132353.270000', '132353.730000', '132354.190000', '132354.650000', '132355.110000', '132355.570000', '132356.030000', '132356.490000', '132356.950000', '132357.410000', '132357.870000', '132358.330000', '132358.790000', '132359.250000', '132359.710000', '132400.170000', '132400.630000', '132401.090000', '132401.550000', '132402.010000', '132402.470000', '132402.930000', '132403.390000', '132403.850000', '132404.310000', '132404.770000', '132405.230000', '132405.690000', '132406.150000', '132406.610000', '132407.070000', '132407.530000', '132407.990000', '132408.450000', '132408.910000', '132409.370000', '132409.830000', '132410.290000', '132410.750000', '132411.210000', '132411.670000', '132412.130000', '132412.590000', '132413.050000', '132413.510000', '132413.970000', '132414.430000', '132414.890000', '132415.350000', '132415.810000', '132416.270000', '132416.730000', '132417.190000', '132417.650000', '132418.110000', '132418.570000', '132419.030000', '132419.490000', '132419.950000', '132420.410000', '132420.870000', '132421.330000', '132421.790000', '132422.250000', '132422.710000', '132423.170000', '132423.630000', '132424.090000', '132424.550000', '132425.010000', '132425.470000', '132425.930000', '132426.390000', '132426.850000', '132427.310000', '132427.770000', '132428.230000', '132428.690000', '132429.150000', '132429.610000', '132430.070000', '132430.530000', '132430.990000', '132431.450000', '132431.910000', '132432.370000', '132432.830000', '132433.290000', '132433.750000', '132434.210000', '132434.670000', '132435.130000', '132435.590000', '132436.050000', '132436.510000', '132436.970000', '132437.430000', '132437.890000', '132438.350000', '132438.810000', '132439.270000', '132439.730000', '132440.190000', '132440.650000', '132441.110000', '132441.570000', '132442.030000', '132442.490000', '132442.950000', '132443.410000', '132443.870000', '132444.330000', '132444.790000', '132445.250000', '132445.710000', '132446.170000', '132446.630000', '132447.090000', '132447.550000', '132448.010000', '132448.470000', '132448.930000', '132449.390000', '132449.850000', '132450.310000', '132450.770000', '132451.230000', '132451.690000', '132452.150000', '132452.610000', '132453.070000', '132453.530000', '132453.990000', '132454.450000', '132454.910000', '132455.370000', '132455.830000', '132456.290000', '132456.750000', '132457.210000', '132457.670000', '132458.130000', '132458.590000', '132459.050000', '132459.510000', '132459.970000', '132500.430000', '132500.890000', '132501.350000', '132501.810000', '132502.270000', '132502.730000', '132503.190000', '132503.650000', '132504.110000', '132504.570000', '132505.030000', '132505.490000', '132505.950000', '132506.410000', '132506.870000', '132507.330000', '132507.790000', '132508.250000', '132508.710000', '132509.170000', '132509.630000', '132510.090000', '132510.550000', '132511.010000', '132511.470000', '132511.930000', '132512.390000', '132512.850000', '132513.310000', '132513.770000', '132514.230000', '132514.690000', '132515.150000', '132515.610000', '132516.070000', '132516.530000', '132516.990000', '132517.450000', '132517.910000', '132518.370000', '132518.830000', '132519.290000', '132519.750000', '132520.210000', '132520.670000', '132521.130000', '132521.590000', '132522.050000', '132522.510000', '132522.970000', '132523.430000', '132523.890000', '132524.350000', '132524.810000', '132525.270000', '132525.730000', '132526.190000', '132526.650000', '132527.110000', '132527.570000', '132528.030000', '132528.490000', '132528.950000', '132529.410000', '132529.870000', '132530.330000', '132530.790000', '132531.250000', '132531.710000', '132532.170000', '132532.630000', '132533.090000', '132533.550000', '132534.010000', '132534.470000', '132534.930000', '132535.390000', '132535.850000', '132536.310000', '132536.770000', '132537.230000', '132537.690000', '132538.150000', '132538.610000', '132539.070000', '132539.530000', '132539.990000', '132540.450000', '132540.910000', '132541.370000', '132541.830000', '132542.290000', '132542.750000', '132543.210000', '132543.670000', '132544.130000', '132544.590000', '132545.050000', '132545.510000', '132545.970000', '132546.430000', '132546.890000', '132547.350000', '132547.810000', '132548.270000', '132548.730000', '132549.190000', '132549.650000', '132550.110000', '132550.570000', '132551.030000', '132551.490000', '132551.950000', '132552.410000', '132552.870000', '132553.330000', '132553.790000', '132554.250000', '132554.710000', '132555.170000', '132555.630000', '132556.090000', '132556.550000', '132557.010000', '132557.470000', '132557.930000', '132558.390000', '132558.850000', '132559.310000', '132559.770000', '132600.230000', '132600.690000', '132601.150000', '132601.610000', '132602.070000', '132602.530000', '132602.990000', '132603.450000', '132603.910000', '132604.370000', '132604.830000', '132605.290000', '132605.750000', '132606.210000', '132606.670000', '132607.130000', '132607.590000', '132608.050000', '132608.510000', '132608.970000', '132609.430000', '132609.890000', '132610.350000', '132610.810000', '132611.270000', '132611.730000', '132612.190000', '132612.650000', '132613.110000', '132613.570000', '132614.030000', '132614.490000', '132614.950000', '132615.410000', '132615.870000', '132616.330000', '132616.790000', '132617.250000', '132617.710000', '132618.170000', '132618.630000', '132619.090000', '132619.550000', '132620.010000', '132620.470000', '132620.930000', '132621.390000', '132621.850000', '132622.310000', '132622.770000', '132623.230000', '132623.690000', '132624.150000', '132624.610000', '132625.070000', '132625.530000', '132625.990000', '132626.450000', '132626.910000', '132627.370000', '132627.830000', '132628.290000', '132628.750000', '132629.210000', '132629.670000', '132630.130000', '132630.590000', '132631.050000', '132631.510000', '132631.970000', '132632.430000', '132632.890000', '132633.350000', '132633.810000', '132634.270000', '132634.730000', '132635.190000', '132635.650000', '132636.110000', '132636.570000', '132637.030000', '132637.490000', '132637.950000', '132638.410000', '132638.870000', '132639.330000', '132639.790000', '132640.250000', '132640.710000', '132641.170000', '132641.630000', '132642.090000', '132642.550000', '132643.010000', '132643.470000', '132643.930000', '132644.390000', '132644.850000', '132645.310000', '132645.770000', '132646.230000', '132646.690000', '132647.150000', '132647.610000', '132648.070000', '132648.530000', '132648.990000', '132649.450000', '132649.910000', '132650.370000', '132650.830000', '132651.290000', '132651.750000', '132652.210000', '132652.670000', '132653.130000', '132653.590000', '132654.050000', '132654.510000', '132654.970000', '132655.430000', '132655.890000', '132656.350000', '132656.810000', '132657.270000', '132657.730000', '132658.190000', '132658.650000', '132659.110000', '132659.570000', '132700.030000', '132700.490000', '132700.950000', '132701.410000', '132701.870000', '132702.330000', '132702.790000', '132703.250000', '132703.710000', '132704.170000', '132704.630000', '132705.090000', '132705.550000', '132706.010000', '132706.470000', '132706.930000', '132707.390000', '132707.850000', '132708.310000', '132708.770000', '132709.230000', '132709.690000', '132710.150000', '132710.610000', '132711.070000', '132711.530000', '132711.990000', '132712.450000', '132712.910000', '132713.370000', '132713.830000', '132714.290000', '132714.750000', '132715.210000', '132715.670000', '132716.130000', '132716.590000', '132717.050000', '132717.510000', '132717.970000', '132718.430000', '132718.890000', '132719.350000', '132719.810000', '132720.270000', '132720.730000', '132721.190000', '132721.650000', '132722.110000', '132722.570000', '132723.030000', '132723.490000', '132723.950000', '132724.410000', '132724.870000', '132725.330000', '132725.790000', '132726.250000', '132726.710000', '132727.170000', '132727.630000', '132728.090000', '132728.550000', '132729.010000', '132729.470000', '132729.930000', '132730.390000', '132730.850000', '132731.310000', '132731.770000', '132732.230000', '132732.690000', '132733.150000', '132733.610000', '132734.070000', '132734.530000', '132734.990000', '132735.450000', '132735.910000', '132736.370000', '132736.830000', '132737.290000', '132737.750000', '132738.210000', '132738.670000', '132739.130000', '132739.590000', '132740.050000', '132740.510000', '132740.970000', '132741.430000', '132741.890000', '132742.350000', '132742.810000', '132743.270000', '132743.730000', '132744.190000', '132744.650000', '132745.110000', '132745.570000', '132746.030000', '132746.490000', '132746.950000', '132747.410000', '132747.870000', '132748.330000', '132748.790000', '132749.250000', '132749.710000', '132750.170000', '132750.630000', '132751.090000', '132751.550000', '132752.010000', '132752.470000', '132752.930000', '132753.390000', '132753.850000', '132754.310000', '132754.770000', '132755.230000', '132755.690000', '132756.150000', '132756.610000', '132757.070000', '132757.530000', '132757.990000', '132758.450000', '132758.910000', '132759.370000', '132759.830000', '132800.290000', '132800.750000', '132801.210000', '132801.670000', '132802.130000', '132802.590000', '132803.050000', '132803.510000', '132803.970000', '132804.430000', '132804.890000', '132805.350000', '132805.810000', '132806.270000', '132806.730000', '132807.190000', '132807.650000', '132808.110000', '132808.570000', '132809.030000', '132809.490000', '132809.950000', '132810.410000', '132810.870000', '132811.330000', '132811.790000', '132812.250000', '132812.710000', '132813.170000', '132813.630000', '132814.090000', '132814.550000', '132815.010000', '132815.470000', '132815.930000', '132816.390000', '132816.850000', '132817.310000', '132817.770000', '132818.230000', '132818.690000', '132819.150000', '132819.610000', '132820.070000', '132820.530000', '132820.990000', '132821.450000', '132821.910000', '132822.370000', '132822.830000', '132823.290000', '132823.750000', '132824.210000', '132824.670000', '132825.130000', '132825.590000', '132826.050000', '132826.510000', '132826.970000', '132827.430000', '132827.890000', '132828.350000', '132828.810000', '132829.270000', '132829.730000', '132830.190000', '132830.650000', '132831.110000', '132831.570000', '132832.030000', '132832.490000', '132832.950000', '132833.410000', '132833.870000', '132834.330000', '132834.790000'], 'ContentTime': ['132150.982000', '132150.985000', '132150.987000', '132150.990000', '132150.993000', '132150.995000', '132150.998000', '132151.001000', '132151.004000', '132151.007000', '132151.010000', '132151.013000', '132151.015000', '132151.018000', '132151.021000', '132151.023000', '132151.026000', '132151.029000', '132151.031000', '132151.034000', '132151.036000', '132151.039000', '132151.042000', '132151.044000', '132151.047000', '132151.049000', '132151.052000', '132151.074000', '132151.077000', '132151.080000', '132151.086000', '132151.089000', '132210.944000', '132210.947000', '132210.950000', '132210.953000', '132210.956000', '132210.958000', '132210.961000', '132210.963000', '132210.966000', '132210.968000', '132210.971000', '132210.978000', '132210.981000', '132210.983000', '132210.986000', '132210.988000', '132210.991000', '132210.993000', '132210.996000', '132211.000000', '132211.002000', '132211.005000', '132211.008000', '132211.010000', '132211.013000', '132211.015000', '132211.018000', '132211.021000', '132211.023000', '132211.026000', '132211.029000', '132211.031000', '132211.034000', '132211.036000', '132211.039000', '132211.041000', '132211.044000', '132211.047000', '132211.049000', '132211.052000', '132211.054000', '132211.057000', '132211.060000', '132211.062000', '132230.944000', '132230.947000', '132230.950000', '132230.952000', '132230.955000', '132230.957000', '132230.960000', '132230.963000', '132230.965000', '132230.975000', '132230.978000', '132230.980000', '132230.983000', '132230.985000', '132230.988000', '132230.990000', '132230.993000', '132230.996000', '132230.998000', '132231.002000', '132231.005000', '132231.007000', '132231.010000', '132231.012000', '132231.015000', '132231.018000', '132231.021000', '132231.024000', '132231.027000', '132231.029000', '132231.032000', '132231.035000', '132231.038000', '132231.040000', '132231.043000', '132231.045000', '132231.048000', '132231.051000', '132231.053000', '132231.056000', '132231.058000', '132231.061000', '132231.064000', '132250.945000', '132250.948000', '132250.950000', '132250.953000', '132250.956000', '132250.958000', '132250.961000', '132250.963000', '132250.966000', '132250.969000', '132250.971000', '132250.974000', '132250.977000', '132250.979000', '132250.982000', '132250.984000', '132250.987000', '132250.990000', '132250.992000', '132250.995000', '132250.997000', '132251.001000', '132251.004000', '132251.006000', '132251.009000', '132251.011000', '132251.014000', '132251.017000', '132251.019000', '132251.022000', '132251.024000', '132251.027000', '132251.029000', '132251.032000', '132251.035000', '132251.037000', '132251.040000', '132251.043000', '132251.045000', '132251.048000', '132251.050000', '132251.053000', '132251.056000', '132251.058000', '132310.944000', '132310.947000', '132310.950000', '132310.953000', '132310.955000', '132310.958000', '132310.960000', '132310.963000', '132310.966000', '132310.968000', '132310.971000', '132310.974000', '132310.976000', '132310.979000', '132310.981000', '132310.984000', '132310.987000', '132310.989000', '132310.992000', '132310.994000', '132310.997000', '132311.001000', '132311.003000', '132311.006000', '132311.008000', '132311.011000', '132311.014000', '132311.016000', '132311.025000', '132311.028000', '132311.030000', '132311.033000', '132311.036000', '132311.038000', '132311.041000', '132311.044000', '132311.046000', '132311.049000', '132311.051000', '132311.054000', '132311.057000', '132311.059000', '132311.062000', '132330.943000', '132330.946000', '132330.949000', '132330.951000', '132330.954000', '132330.957000', '132330.959000', '132330.962000', '132330.965000', '132330.967000', '132330.970000', '132330.972000', '132330.975000', '132330.977000', '132330.980000', '132330.983000', '132330.985000', '132330.988000', '132330.990000', '132330.993000', '132330.996000', '132330.998000', '132331.002000', '132331.004000', '132331.007000', '132331.010000', '132331.012000', '132331.015000', '132331.017000', '132331.020000', '132331.023000', '132331.025000', '132331.028000', '132331.030000', '132331.065000', '132331.068000', '132331.070000', '132331.073000', '132331.075000', '132331.078000', '132331.081000', '132331.083000', '132331.086000', '132331.088000', '132350.944000', '132350.947000', '132350.949000', '132350.952000', '132350.954000', '132350.957000', '132350.960000', '132350.962000', '132350.965000', '132350.967000', '132350.970000', '132350.973000', '132350.975000', '132350.978000', '132350.981000', '132350.984000', '132350.986000', '132350.989000', '132350.992000', '132350.994000', '132350.997000', '132351.000000', '132351.003000', '132351.006000', '132351.008000', '132351.011000', '132351.014000', '132351.016000', '132351.019000', '132351.021000', '132351.024000', '132351.027000', '132351.029000', '132351.039000', '132351.042000', '132351.045000', '132351.049000', '132351.052000', '132351.054000', '132351.057000', '132351.060000', '132351.062000', '132351.065000', '132410.944000', '132410.947000', '132410.950000', '132410.953000', '132410.955000', '132410.958000', '132410.960000', '132410.963000', '132410.966000', '132410.968000', '132410.971000', '132410.973000', '132410.976000', '132410.979000', '132410.981000', '132410.984000', '132410.987000', '132410.989000', '132410.992000', '132410.995000', '132410.997000', '132411.001000', '132411.003000', '132411.006000', '132411.008000', '132411.011000', '132411.014000', '132411.016000', '132411.019000', '132411.021000', '132411.024000', '132411.027000', '132411.029000', '132411.032000', '132411.034000', '132411.037000', '132411.040000', '132411.042000', '132411.045000', '132411.047000', '132411.050000', '132411.053000', '132411.055000', '132411.058000', '132430.945000', '132430.948000', '132430.950000', '132430.953000', '132430.956000', '132430.958000', '132430.961000', '132430.964000', '132430.966000', '132430.969000', '132430.971000', '132430.974000', '132430.976000', '132430.979000', '132430.982000', '132430.984000', '132430.987000', '132430.990000', '132431.001000', '132431.004000', '132431.007000', '132431.009000', '132431.012000', '132431.015000', '132431.017000', '132431.020000', '132431.022000', '132431.025000', '132431.028000', '132431.031000', '132431.033000', '132431.037000', '132431.040000', '132431.042000', '132431.045000', '132431.047000', '132431.050000', '132431.053000', '132431.055000', '132431.058000', '132431.060000', '132431.063000', '132431.066000', '132450.944000', '132450.947000', '132450.950000', '132450.953000', '132450.955000', '132450.958000', '132450.960000', '132450.963000', '132450.966000', '132450.968000', '132450.971000', '132450.974000', '132450.976000', '132450.979000', '132450.981000', '132450.984000', '132450.987000', '132450.989000', '132450.992000', '132450.995000', '132450.997000', '132451.001000', '132451.004000', '132451.006000', '132451.009000', '132451.011000', '132451.014000', '132451.016000', '132451.019000', '132451.022000', '132451.024000', '132451.027000', '132451.029000', '132451.032000', '132451.035000', '132451.037000', '132451.040000', '132451.043000', '132451.045000', '132451.048000', '132451.051000', '132451.053000', '132451.056000', '132451.058000', '132510.945000', '132510.947000', '132510.950000', '132510.953000', '132510.955000', '132510.958000', '132510.960000', '132510.963000', '132510.966000', '132510.968000', '132510.971000', '132510.980000', '132510.983000', '132510.985000', '132510.988000', '132511.000000', '132511.003000', '132511.006000', '132511.008000', '132511.011000', '132511.013000', '132511.016000', '132511.019000', '132511.021000', '132511.024000', '132511.026000', '132511.029000', '132511.032000', '132511.034000', '132511.037000', '132511.040000', '132511.042000', '132511.045000', '132511.048000', '132511.050000', '132511.053000', '132511.056000', '132511.058000', '132511.061000', '132511.063000', '132511.066000', '132511.069000', '132511.071000', '132530.944000', '132530.947000', '132530.950000', '132530.952000', '132530.955000', '132530.958000', '132530.960000', '132530.963000', '132530.966000', '132530.968000', '132530.971000', '132530.974000', '132530.976000', '132530.979000', '132530.982000', '132530.984000', '132530.987000', '132530.989000', '132530.992000', '132530.995000', '132530.997000', '132531.001000', '132531.003000', '132531.006000', '132531.009000', '132531.011000', '132531.014000', '132531.017000', '132531.019000', '132531.022000', '132531.024000', '132531.027000', '132531.030000', '132531.032000', '132531.035000', '132531.038000', '132531.040000', '132531.043000', '132531.046000', '132531.048000', '132531.051000', '132531.054000', '132531.056000', '132531.059000', '132550.943000', '132550.946000', '132550.949000', '132550.952000', '132550.955000', '132550.957000', '132550.960000', '132550.963000', '132550.965000', '132550.968000', '132550.970000', '132550.973000', '132550.976000', '132550.978000', '132550.981000', '132550.984000', '132550.986000', '132550.989000', '132550.991000', '132550.994000', '132550.997000', '132551.000000', '132551.003000', '132551.005000', '132551.008000', '132551.011000', '132551.013000', '132551.016000', '132551.018000', '132551.021000', '132551.024000', '132551.027000', '132551.029000', '132551.032000', '132551.034000', '132551.037000', '132551.040000', '132551.042000', '132551.045000', '132551.048000', '132551.050000', '132551.053000', '132551.055000', '132610.945000', '132610.948000', '132610.950000', '132610.953000', '132610.956000', '132610.958000', '132610.961000', '132610.963000', '132610.966000', '132610.969000', '132610.971000', '132610.974000', '132610.977000', '132610.979000', '132610.982000', '132610.985000', '132610.987000', '132610.990000', '132610.992000', '132610.995000', '132610.998000', '132611.001000', '132611.003000', '132611.006000', '132611.009000', '132611.011000', '132611.014000', '132611.016000', '132611.019000', '132611.022000', '132611.024000', '132611.027000', '132611.030000', '132611.032000', '132611.035000', '132611.037000', '132611.040000', '132611.043000', '132611.045000', '132611.048000', '132611.050000', '132611.053000', '132611.056000', '132611.058000', '132630.945000', '132630.947000', '132630.950000', '132630.953000', '132630.956000', '132630.958000', '132630.961000', '132630.964000', '132630.966000', '132630.969000', '132630.972000', '132630.974000', '132630.977000', '132630.980000', '132630.982000', '132630.985000', '132630.987000', '132630.990000', '132630.993000', '132630.995000', '132630.998000', '132631.002000', '132631.004000', '132631.007000', '132631.010000', '132631.012000', '132631.015000', '132631.017000', '132631.020000', '132631.023000', '132631.025000', '132631.028000', '132631.031000', '132631.033000', '132631.036000', '132631.038000', '132631.041000', '132631.044000', '132631.047000', '132631.049000', '132631.074000', '132631.077000', '132631.079000', '132650.945000', '132650.947000', '132650.950000', '132650.953000', '132650.955000', '132650.958000', '132650.960000', '132650.963000', '132650.966000', '132650.968000', '132650.971000', '132650.973000', '132650.976000', '132650.979000', '132650.981000', '132650.984000', '132650.987000', '132650.989000', '132650.992000', '132650.994000', '132650.997000', '132651.001000', '132651.004000', '132651.006000', '132651.009000', '132651.011000', '132651.014000', '132651.017000', '132651.019000', '132651.022000', '132651.025000', '132651.027000', '132651.030000', '132651.032000', '132651.035000', '132651.038000', '132651.040000', '132651.043000', '132651.045000', '132651.048000', '132651.051000', '132651.053000', '132651.056000', '132651.058000', '132710.944000', '132710.947000', '132710.950000', '132710.953000', '132710.955000', '132710.958000', '132710.961000', '132710.963000', '132710.966000', '132710.969000', '132710.971000', '132710.974000', '132710.976000', '132710.979000', '132710.982000', '132710.984000', '132710.987000', '132710.989000', '132710.992000', '132710.995000', '132710.997000', '132711.001000', '132711.004000', '132711.006000', '132711.009000', '132711.011000', '132711.014000', '132711.017000', '132711.019000', '132711.022000', '132711.024000', '132711.027000', '132711.030000', '132711.032000', '132711.035000', '132711.037000', '132711.040000', '132711.043000', '132711.047000', '132711.050000', '132711.052000', '132711.055000', '132711.057000', '132730.944000', '132730.947000', '132730.950000', '132730.952000', '132730.955000', '132730.958000', '132730.960000', '132730.963000', '132730.966000', '132730.976000', '132730.979000', '132730.982000', '132730.985000', '132730.987000', '132730.990000', '132730.993000', '132730.996000', '132731.000000', '132731.004000', '132731.006000', '132731.009000', '132731.012000', '132731.014000', '132731.017000', '132731.019000', '132731.022000', '132731.025000', '132731.027000', '132731.030000', '132731.032000', '132731.035000', '132731.038000', '132731.041000', '132731.043000', '132731.046000', '132731.048000', '132731.051000', '132731.054000', '132731.056000', '132731.059000', '132731.061000', '132731.064000', '132731.067000', '132750.944000', '132750.947000', '132750.950000', '132750.953000', '132750.955000', '132750.958000', '132750.961000', '132750.963000', '132750.966000', '132750.969000', '132750.971000', '132750.974000', '132750.976000', '132750.979000', '132750.986000', '132750.989000', '132750.991000', '132750.994000', '132750.996000', '132751.000000', '132751.003000', '132751.006000', '132751.008000', '132751.011000', '132751.014000', '132751.016000', '132751.019000', '132751.021000', '132751.024000', '132751.027000', '132751.029000', '132751.032000', '132751.035000', '132751.037000', '132751.040000', '132751.042000', '132751.045000', '132751.048000', '132751.050000', '132751.053000', '132751.055000', '132751.058000', '132751.061000', '132751.063000', '132810.944000', '132810.948000', '132810.951000', '132810.953000', '132810.956000', '132810.959000', '132810.961000', '132810.976000', '132810.979000', '132810.981000', '132810.984000', '132810.987000', '132810.989000', '132810.992000', '132810.995000', '132810.997000', '132811.001000', '132811.004000', '132811.007000', '132811.009000', '132811.012000', '132811.015000', '132811.017000', '132811.020000', '132811.022000', '132811.025000', '132811.028000', '132811.030000', '132811.033000', '132811.036000', '132811.038000', '132811.041000', '132811.043000', '132811.046000', '132811.048000', '132811.051000', '132811.054000', '132811.056000', '132811.059000', '132811.062000', '132811.064000', '132811.067000', '132811.069000', '132830.943000', '132830.946000', '132830.949000', '132830.952000', '132830.955000', '132830.957000', '132830.960000', '132830.962000', '132830.965000', '132830.968000', '132830.970000', '132830.973000', '132830.976000', '132830.978000', '132830.981000', '132830.984000', '132830.986000', '132830.989000', '132830.992000', '132830.994000', '132830.997000', '132831.001000', '132831.003000', '132831.006000', '132831.008000', '132831.011000', '132831.014000', '132831.016000', '132831.019000', '132831.021000', '132831.024000', '132831.027000', '132831.029000', '132831.032000', '132831.034000', '132831.037000', '132831.040000', '132831.042000', '132831.045000', '132831.047000', '132831.050000', '132831.053000', '132831.055000', '132831.058000', '132836.272000', '132836.275000', '132836.277000', '132836.280000', '132836.283000', '132836.286000', '132836.288000', '132836.291000', '132836.294000', '132836.296000', '132836.299000', '132836.301000'], 'InstanceCreationTime': ['132150.982000', '132150.985000', '132150.987000', '132150.990000', '132150.993000', '132150.995000', '132150.998000', '132151.001000', '132151.004000', '132151.007000', '132151.010000', '132151.013000', '132151.015000', '132151.018000', '132151.021000', '132151.023000', '132151.026000', '132151.029000', '132151.031000', '132151.034000', '132151.036000', '132151.039000', '132151.042000', '132151.044000', '132151.047000', '132151.049000', '132151.052000', '132151.074000', '132151.077000', '132151.080000', '132151.086000', '132151.089000', '132210.944000', '132210.947000', '132210.950000', '132210.953000', '132210.956000', '132210.958000', '132210.961000', '132210.963000', '132210.966000', '132210.968000', '132210.971000', '132210.978000', '132210.981000', '132210.983000', '132210.986000', '132210.988000', '132210.991000', '132210.993000', '132210.996000', '132211.000000', '132211.002000', '132211.005000', '132211.008000', '132211.010000', '132211.013000', '132211.015000', '132211.018000', '132211.021000', '132211.023000', '132211.026000', '132211.029000', '132211.031000', '132211.034000', '132211.036000', '132211.039000', '132211.041000', '132211.044000', '132211.047000', '132211.049000', '132211.052000', '132211.054000', '132211.057000', '132211.060000', '132211.062000', '132230.944000', '132230.947000', '132230.950000', '132230.952000', '132230.955000', '132230.957000', '132230.960000', '132230.963000', '132230.965000', '132230.975000', '132230.978000', '132230.980000', '132230.983000', '132230.985000', '132230.988000', '132230.990000', '132230.993000', '132230.996000', '132230.998000', '132231.002000', '132231.005000', '132231.007000', '132231.010000', '132231.012000', '132231.015000', '132231.018000', '132231.021000', '132231.024000', '132231.027000', '132231.029000', '132231.032000', '132231.035000', '132231.038000', '132231.040000', '132231.043000', '132231.045000', '132231.048000', '132231.051000', '132231.053000', '132231.056000', '132231.058000', '132231.061000', '132231.064000', '132250.945000', '132250.948000', '132250.950000', '132250.953000', '132250.956000', '132250.958000', '132250.961000', '132250.963000', '132250.966000', '132250.969000', '132250.971000', '132250.974000', '132250.977000', '132250.979000', '132250.982000', '132250.984000', '132250.987000', '132250.990000', '132250.992000', '132250.995000', '132250.997000', '132251.001000', '132251.004000', '132251.006000', '132251.009000', '132251.011000', '132251.014000', '132251.017000', '132251.019000', '132251.022000', '132251.024000', '132251.027000', '132251.029000', '132251.032000', '132251.035000', '132251.037000', '132251.040000', '132251.043000', '132251.045000', '132251.048000', '132251.050000', '132251.053000', '132251.056000', '132251.058000', '132310.944000', '132310.947000', '132310.950000', '132310.953000', '132310.955000', '132310.958000', '132310.960000', '132310.963000', '132310.966000', '132310.968000', '132310.971000', '132310.974000', '132310.976000', '132310.979000', '132310.981000', '132310.984000', '132310.987000', '132310.989000', '132310.992000', '132310.994000', '132310.997000', '132311.001000', '132311.003000', '132311.006000', '132311.008000', '132311.011000', '132311.014000', '132311.016000', '132311.025000', '132311.028000', '132311.030000', '132311.033000', '132311.036000', '132311.038000', '132311.041000', '132311.044000', '132311.046000', '132311.049000', '132311.051000', '132311.054000', '132311.057000', '132311.059000', '132311.062000', '132330.943000', '132330.946000', '132330.949000', '132330.951000', '132330.954000', '132330.957000', '132330.959000', '132330.962000', '132330.965000', '132330.967000', '132330.970000', '132330.972000', '132330.975000', '132330.977000', '132330.980000', '132330.983000', '132330.985000', '132330.988000', '132330.990000', '132330.993000', '132330.996000', '132330.998000', '132331.002000', '132331.004000', '132331.007000', '132331.010000', '132331.012000', '132331.015000', '132331.017000', '132331.020000', '132331.023000', '132331.025000', '132331.028000', '132331.030000', '132331.065000', '132331.068000', '132331.070000', '132331.073000', '132331.075000', '132331.078000', '132331.081000', '132331.083000', '132331.086000', '132331.088000', '132350.944000', '132350.947000', '132350.949000', '132350.952000', '132350.954000', '132350.957000', '132350.960000', '132350.962000', '132350.965000', '132350.967000', '132350.970000', '132350.973000', '132350.975000', '132350.978000', '132350.981000', '132350.984000', '132350.986000', '132350.989000', '132350.992000', '132350.994000', '132350.997000', '132351.000000', '132351.003000', '132351.006000', '132351.008000', '132351.011000', '132351.014000', '132351.016000', '132351.019000', '132351.021000', '132351.024000', '132351.027000', '132351.029000', '132351.039000', '132351.042000', '132351.045000', '132351.049000', '132351.052000', '132351.054000', '132351.057000', '132351.060000', '132351.062000', '132351.065000', '132410.944000', '132410.947000', '132410.950000', '132410.953000', '132410.955000', '132410.958000', '132410.960000', '132410.963000', '132410.966000', '132410.968000', '132410.971000', '132410.973000', '132410.976000', '132410.979000', '132410.981000', '132410.984000', '132410.987000', '132410.989000', '132410.992000', '132410.995000', '132410.997000', '132411.001000', '132411.003000', '132411.006000', '132411.008000', '132411.011000', '132411.014000', '132411.016000', '132411.019000', '132411.021000', '132411.024000', '132411.027000', '132411.029000', '132411.032000', '132411.034000', '132411.037000', '132411.040000', '132411.042000', '132411.045000', '132411.047000', '132411.050000', '132411.053000', '132411.055000', '132411.058000', '132430.945000', '132430.948000', '132430.950000', '132430.953000', '132430.956000', '132430.958000', '132430.961000', '132430.964000', '132430.966000', '132430.969000', '132430.971000', '132430.974000', '132430.976000', '132430.979000', '132430.982000', '132430.984000', '132430.987000', '132430.990000', '132431.001000', '132431.004000', '132431.007000', '132431.009000', '132431.012000', '132431.015000', '132431.017000', '132431.020000', '132431.022000', '132431.025000', '132431.028000', '132431.031000', '132431.033000', '132431.037000', '132431.040000', '132431.042000', '132431.045000', '132431.047000', '132431.050000', '132431.053000', '132431.055000', '132431.058000', '132431.060000', '132431.063000', '132431.066000', '132450.944000', '132450.947000', '132450.950000', '132450.953000', '132450.955000', '132450.958000', '132450.960000', '132450.963000', '132450.966000', '132450.968000', '132450.971000', '132450.974000', '132450.976000', '132450.979000', '132450.981000', '132450.984000', '132450.987000', '132450.989000', '132450.992000', '132450.995000', '132450.997000', '132451.001000', '132451.004000', '132451.006000', '132451.009000', '132451.011000', '132451.014000', '132451.016000', '132451.019000', '132451.022000', '132451.024000', '132451.027000', '132451.029000', '132451.032000', '132451.035000', '132451.037000', '132451.040000', '132451.043000', '132451.045000', '132451.048000', '132451.051000', '132451.053000', '132451.056000', '132451.058000', '132510.945000', '132510.947000', '132510.950000', '132510.953000', '132510.955000', '132510.958000', '132510.960000', '132510.963000', '132510.966000', '132510.968000', '132510.971000', '132510.980000', '132510.983000', '132510.985000', '132510.988000', '132511.000000', '132511.003000', '132511.006000', '132511.008000', '132511.011000', '132511.013000', '132511.016000', '132511.019000', '132511.021000', '132511.024000', '132511.026000', '132511.029000', '132511.032000', '132511.034000', '132511.037000', '132511.040000', '132511.042000', '132511.045000', '132511.048000', '132511.050000', '132511.053000', '132511.056000', '132511.058000', '132511.061000', '132511.063000', '132511.066000', '132511.069000', '132511.071000', '132530.944000', '132530.947000', '132530.950000', '132530.952000', '132530.955000', '132530.958000', '132530.960000', '132530.963000', '132530.966000', '132530.968000', '132530.971000', '132530.974000', '132530.976000', '132530.979000', '132530.982000', '132530.984000', '132530.987000', '132530.989000', '132530.992000', '132530.995000', '132530.997000', '132531.001000', '132531.003000', '132531.006000', '132531.009000', '132531.011000', '132531.014000', '132531.017000', '132531.019000', '132531.022000', '132531.024000', '132531.027000', '132531.030000', '132531.032000', '132531.035000', '132531.038000', '132531.040000', '132531.043000', '132531.046000', '132531.048000', '132531.051000', '132531.054000', '132531.056000', '132531.059000', '132550.943000', '132550.946000', '132550.949000', '132550.952000', '132550.955000', '132550.957000', '132550.960000', '132550.963000', '132550.965000', '132550.968000', '132550.970000', '132550.973000', '132550.976000', '132550.978000', '132550.981000', '132550.984000', '132550.986000', '132550.989000', '132550.991000', '132550.994000', '132550.997000', '132551.000000', '132551.003000', '132551.005000', '132551.008000', '132551.011000', '132551.013000', '132551.016000', '132551.018000', '132551.021000', '132551.024000', '132551.027000', '132551.029000', '132551.032000', '132551.034000', '132551.037000', '132551.040000', '132551.042000', '132551.045000', '132551.048000', '132551.050000', '132551.053000', '132551.055000', '132610.945000', '132610.948000', '132610.950000', '132610.953000', '132610.956000', '132610.958000', '132610.961000', '132610.963000', '132610.966000', '132610.969000', '132610.971000', '132610.974000', '132610.977000', '132610.979000', '132610.982000', '132610.985000', '132610.987000', '132610.990000', '132610.992000', '132610.995000', '132610.998000', '132611.001000', '132611.003000', '132611.006000', '132611.009000', '132611.011000', '132611.014000', '132611.016000', '132611.019000', '132611.022000', '132611.024000', '132611.027000', '132611.030000', '132611.032000', '132611.035000', '132611.037000', '132611.040000', '132611.043000', '132611.045000', '132611.048000', '132611.050000', '132611.053000', '132611.056000', '132611.058000', '132630.945000', '132630.947000', '132630.950000', '132630.953000', '132630.956000', '132630.958000', '132630.961000', '132630.964000', '132630.966000', '132630.969000', '132630.972000', '132630.974000', '132630.977000', '132630.980000', '132630.982000', '132630.985000', '132630.987000', '132630.990000', '132630.993000', '132630.995000', '132630.998000', '132631.002000', '132631.004000', '132631.007000', '132631.010000', '132631.012000', '132631.015000', '132631.017000', '132631.020000', '132631.023000', '132631.025000', '132631.028000', '132631.031000', '132631.033000', '132631.036000', '132631.038000', '132631.041000', '132631.044000', '132631.047000', '132631.049000', '132631.074000', '132631.077000', '132631.079000', '132650.945000', '132650.947000', '132650.950000', '132650.953000', '132650.955000', '132650.958000', '132650.960000', '132650.963000', '132650.966000', '132650.968000', '132650.971000', '132650.973000', '132650.976000', '132650.979000', '132650.981000', '132650.984000', '132650.987000', '132650.989000', '132650.992000', '132650.994000', '132650.997000', '132651.001000', '132651.004000', '132651.006000', '132651.009000', '132651.011000', '132651.014000', '132651.017000', '132651.019000', '132651.022000', '132651.025000', '132651.027000', '132651.030000', '132651.032000', '132651.035000', '132651.038000', '132651.040000', '132651.043000', '132651.045000', '132651.048000', '132651.051000', '132651.053000', '132651.056000', '132651.058000', '132710.944000', '132710.947000', '132710.950000', '132710.953000', '132710.955000', '132710.958000', '132710.961000', '132710.963000', '132710.966000', '132710.969000', '132710.971000', '132710.974000', '132710.976000', '132710.979000', '132710.982000', '132710.984000', '132710.987000', '132710.989000', '132710.992000', '132710.995000', '132710.997000', '132711.001000', '132711.004000', '132711.006000', '132711.009000', '132711.011000', '132711.014000', '132711.017000', '132711.019000', '132711.022000', '132711.024000', '132711.027000', '132711.030000', '132711.032000', '132711.035000', '132711.037000', '132711.040000', '132711.043000', '132711.047000', '132711.050000', '132711.052000', '132711.055000', '132711.057000', '132730.944000', '132730.947000', '132730.950000', '132730.952000', '132730.955000', '132730.958000', '132730.960000', '132730.963000', '132730.966000', '132730.976000', '132730.979000', '132730.982000', '132730.985000', '132730.987000', '132730.990000', '132730.993000', '132730.996000', '132731.000000', '132731.004000', '132731.006000', '132731.009000', '132731.012000', '132731.014000', '132731.017000', '132731.019000', '132731.022000', '132731.025000', '132731.027000', '132731.030000', '132731.032000', '132731.035000', '132731.038000', '132731.041000', '132731.043000', '132731.046000', '132731.048000', '132731.051000', '132731.054000', '132731.056000', '132731.059000', '132731.061000', '132731.064000', '132731.067000', '132750.944000', '132750.947000', '132750.950000', '132750.953000', '132750.955000', '132750.958000', '132750.961000', '132750.963000', '132750.966000', '132750.969000', '132750.971000', '132750.974000', '132750.976000', '132750.979000', '132750.986000', '132750.989000', '132750.991000', '132750.994000', '132750.996000', '132751.000000', '132751.003000', '132751.006000', '132751.008000', '132751.011000', '132751.014000', '132751.016000', '132751.019000', '132751.021000', '132751.024000', '132751.027000', '132751.029000', '132751.032000', '132751.035000', '132751.037000', '132751.040000', '132751.042000', '132751.045000', '132751.048000', '132751.050000', '132751.053000', '132751.055000', '132751.058000', '132751.061000', '132751.063000', '132810.944000', '132810.948000', '132810.951000', '132810.953000', '132810.956000', '132810.959000', '132810.961000', '132810.976000', '132810.979000', '132810.981000', '132810.984000', '132810.987000', '132810.989000', '132810.992000', '132810.995000', '132810.997000', '132811.001000', '132811.004000', '132811.007000', '132811.009000', '132811.012000', '132811.015000', '132811.017000', '132811.020000', '132811.022000', '132811.025000', '132811.028000', '132811.030000', '132811.033000', '132811.036000', '132811.038000', '132811.041000', '132811.043000', '132811.046000', '132811.048000', '132811.051000', '132811.054000', '132811.056000', '132811.059000', '132811.062000', '132811.064000', '132811.067000', '132811.069000', '132830.943000', '132830.946000', '132830.949000', '132830.952000', '132830.955000', '132830.957000', '132830.960000', '132830.962000', '132830.965000', '132830.968000', '132830.970000', '132830.973000', '132830.976000', '132830.978000', '132830.981000', '132830.984000', '132830.986000', '132830.989000', '132830.992000', '132830.994000', '132830.997000', '132831.001000', '132831.003000', '132831.006000', '132831.008000', '132831.011000', '132831.014000', '132831.016000', '132831.019000', '132831.021000', '132831.024000', '132831.027000', '132831.029000', '132831.032000', '132831.034000', '132831.037000', '132831.040000', '132831.042000', '132831.045000', '132831.047000', '132831.050000', '132831.053000', '132831.055000', '132831.058000', '132836.272000', '132836.275000', '132836.277000', '132836.280000', '132836.283000', '132836.286000', '132836.288000', '132836.291000', '132836.294000', '132836.296000', '132836.299000', '132836.301000'], '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': [14406, 16299, 11278, 14469, 8007, 9439, 15380, 8443, 14486, 7433, 9981, 14751, 6992, 13365, 8220, 7471, 16669, 7710, 9350, 16376, 9243, 11777, 7211, 6956, 10992, 8406, 7403, 8936, 7450, 9590, 7768, 6791, 13339, 8171, 9272, 6602, 6805, 14180, 8076, 12795, 7028, 7026, 13866, 10353, 9423, 16385, 7420, 11265, 15400, 7981, 13241, 14877, 8298, 13034, 6875, 7261, 12634, 7532, 7988, 11621, 6992, 10410, 8493, 6811, 13469, 7252, 7947, 15587, 9328, 11534, 6585, 6895, 11122, 8223, 7894, 14710, 6869, 10737, 10236, 6910, 13680, 7958, 7855, 15337, 6670, 9975, 16202, 8333, 11027, 6581, 6748, 10566, 7983, 8681, 13429, 6747, 10973, 6856, 7180, 12914, 7956, 8080, 15191, 6902, 10122, 7330, 6872, 13374, 6754, 10525, 12473, 7009, 12005, 7890, 7608, 13663, 6780, 9972, 7056, 6984, 13662, 8630, 12026, 13913, 7487, 12066, 7240, 8116, 14852, 8667, 11337, 6584, 7159, 12027, 8096, 8428, 14311, 6540, 10525, 7072, 7229, 15100, 8914, 11548, 6505, 7160, 12498, 8093, 8701, 8385, 6827, 10946, 6871, 9860, 15632, 8332, 12825, 7020, 7438, 13503, 8645, 10667, 6634, 6872, 10721, 6919, 9022, 15335, 8645, 12162, 6756, 7029, 11306, 6523, 10846, 7594, 7031, 11539, 6936, 9891, 7212, 6807, 13368, 7839, 10556, 11328, 6763, 11749, 7308, 8708, 16086, 9130, 13386, 6644, 7408, 13939, 8461, 11144, 6771, 7051, 11497, 6485, 11023, 7526, 6823, 15238, 6757, 11847, 12046, 7790, 14804, 8162, 8544, 15687, 6655, 11920, 7516, 7247, 6572, 6624, 9629, 7089, 7617, 12841, 8541, 10449, 6604, 7068, 12222, 7207, 11691, 15901, 9488, 13647, 6695, 7656, 14139, 7166, 10212, 13578, 6735, 10838, 7087, 6965, 13959, 6755, 9278, 7987, 6794, 10383, 7421, 7684, 9427, 6821, 10426, 7247, 7998, 14204, 8153, 11833, 6567, 7086, 12984, 8437, 10702, 6428, 6749, 11511, 6928, 10958, 7517, 6989, 14059, 6798, 10933, 7306, 7167, 15109, 7467, 12575, 7091, 7830, 14956, 8796, 11810, 6969, 7874, 12557, 7837, 11514, 7113, 6984, 12704, 6747, 10489, 13208, 7825, 12365, 6754, 8970, 13657, 6990, 12086, 7821, 6843, 14363, 6891, 9225, 14506, 7825, 12917, 7593, 7570, 15383, 7122, 10736, 12217, 7094, 11856, 6904, 7386, 9907, 6664, 11125, 7390, 11556, 9393, 10710, 7424, 7036, 7163, 6413, 9649, 7636, 8295, 14808, 6478, 10766, 7464, 8128, 13147, 9143, 16627, 9431, 14490, 13410, 8541, 14184, 7760, 11789, 12500, 8438, 14711, 7292, 9351, 6652, 6756, 12844, 8188, 9730, 6948, 6935, 9318, 6770, 10680, 7188, 8650, 6805, 6740, 11274, 7211, 11292, 8316, 8087, 7123, 6955, 13424, 7907, 11438, 8144, 6936, 14842, 6816, 9357, 7175, 6754, 12213, 7812, 10082, 6728, 6938, 10061, 6730, 11961, 8312, 10279, 6911, 7651, 13345, 7711, 13690, 9072, 12493, 7090, 9673, 7066, 12676, 7926, 6938, 7313, 7040, 8392, 6620, 9072, 8135, 9373, 16104, 11241, 14990, 9523, 11417, 7249, 6860, 15113, 8582, 15160, 9812, 8107, 15856, 7066, 12762, 7528, 7601, 11529, 7045, 10809, 6978, 8576, 9351, 7247, 7513, 6768, 10486, 7255, 9055, 6718, 11088, 7821, 11649, 7045, 7041, 12118, 6919, 11202, 8132, 9352, 6955, 6783, 11685, 7191, 10991, 7704, 7032, 13649, 6955, 11510, 7226, 7665, 15073, 8280, 12179, 7172, 7152, 12489, 6779, 11122, 7798, 8102, 10000, 6720, 9814, 7165, 7828, 10295, 6740, 11198, 7030, 10411, 6883, 8587, 6901, 7884, 6929, 10103, 7418, 7657, 7650, 16243, 9562, 14451, 9390, 8540, 16386, 9648, 15417, 10625, 10151, 16127, 7310, 14344, 7773, 8200, 16389, 9395, 13039, 8929, 6977, 11999, 7437, 8894, 6593, 6706, 9515, 6730, 9246, 6885, 6698, 11091, 7142, 10256, 6886, 6859, 14247, 8510, 10994, 6833, 9270, 6785, 6890, 14736, 9170, 11105, 6634, 7461, 13986, 8195, 15018, 7250, 7550, 10125, 7037, 10034, 6837, 7876, 7047, 14572, 7709, 14062, 7046, 6745, 11843, 8119, 14116, 7271, 7562, 15388, 6747, 13190, 7944, 7371, 14292, 6729, 9932, 6921, 7456, 8358, 6647, 9854, 6797, 11382, 8141, 10801, 6615, 9787, 7108, 8150, 16634, 10548, 14347, 7256, 12234, 7557, 8445, 7611, 7326, 6768, 15001, 7309, 8244, 6953, 12075, 7752, 13037, 15359, 8547, 14037, 9859, 10457, 16028, 8771, 14569, 9630, 9366, 16450, 8884, 14429, 7636, 8302, 15928, 7492, 11004, 8253, 6908, 6621, 7069, 6896, 6918, 13399, 8739, 12144, 6965, 8125, 10261, 7144, 12213, 7868, 9434, 6747, 7207, 9608, 6796, 10777, 7985, 7671, 6750, 6803, 9982, 7011, 9195, 7709, 6880, 14336, 6958, 11539, 7749, 7405, 14547, 7009, 11450, 7524, 8222, 14895, 8759, 14039, 6822, 10648, 13041, 7716, 13494, 6757, 10238, 8526, 6927, 15432, 9242, 11971, 6680, 7174, 12698, 7592, 11357, 7050, 8082, 9808, 6666, 11919, 7329, 9711, 6923, 6972, 11537, 8125, 10963, 7353, 7087, 13438, 6810, 11172, 7760, 6688, 12177, 6909, 9978, 8847, 6861, 12910, 7743, 9933, 6769, 6957, 10530, 6525, 10734, 7572, 6868, 14463, 6819, 11446, 7684, 7535, 14415, 7794, 12625, 6886, 8436, 13879, 7817, 13233, 6837, 10602, 9175, 6836, 13216, 8601, 9783, 6734, 6739, 12474, 8248, 11830, 7274, 7529, 14630, 6760, 12262, 8119, 7155, 14912, 7033, 8825, 8173, 6694, 13022, 7173, 9355, 6769, 6703, 11613, 7144, 10983, 7627, 6957, 7121, 6841, 11586, 6756, 9526, 7263, 6709, 7425, 6868, 7352, 6770, 7241, 6730, 7699, 9192, 16712, 9547, 14989, 12519, 7738, 12689, 8168, 9095, 6972, 6793, 12711, 7104, 12311, 9895, 6842, 10839, 6816, 9605, 6837, 8951, 7284, 6822, 11201, 6836, 10435, 7491, 7322, 15851, 9991, 12465, 6644, 7769, 13773, 7260, 14188, 8097, 12272, 9950, 6855, 12142, 6791, 9998, 10388, 6708, 12252, 6752, 9085, 7005, 6717, 12590, 7899, 10921, 6977, 9113, 7074, 7114, 13346, 8244, 10651, 7089, 7634, 7018, 6964, 11196, 7738, 10496, 6677, 9891, 13867, 7794, 11920, 8503, 7529, 13641, 7083, 10285, 7449, 6820, 14014, 7627, 11789, 6719, 7156, 12662, 7571, 10905, 6641, 9275, 14345, 8155, 12088, 7803, 7437, 8352, 6870, 10194, 7167, 10142, 7390, 7397, 9406, 6623, 12902, 8165, 10206, 6610, 6884, 13099, 7669, 11521, 8752, 6755, 14454, 6984, 9559, 6999, 6786, 14211, 7514, 11263, 6756, 6652, 11243, 6942, 10254, 6719, 6852, 12640, 6987, 9177, 14571, 7830, 11571, 6967, 7027, 11448, 6943], 'WindowCenter': [4177.0, 4160.0, 4115.0, 4121.0, 4060.0, 4081.0, 4120.0, 4082.0, 4121.0, 4049.0, 4091.0, 4120.0, 4049.0, 4111.0, 4059.0, 4048.0, 4129.0, 4047.0, 4078.0, 4119.0, 4077.0, 4099.0, 4044.0, 4046.0, 4087.0, 4058.0, 4049.0, 4067.0, 4048.0, 4090.0, 4057.0, 4039.0, 4109.0, 4069.0, 4077.0, 4035.0, 4038.0, 4120.0, 4059.0, 4109.0, 4036.0, 4047.0, 4109.0, 4077.0, 4068.0, 4117.0, 4034.0, 4087.0, 4105.0, 4044.0, 4097.0, 4095.0, 4053.0, 4095.0, 4022.0, 4033.0, 4084.0, 4043.0, 4043.0, 4082.0, 4023.0, 4075.0, 4053.0, 4024.0, 4094.0, 4032.0, 4044.0, 4104.0, 4065.0, 4085.0, 4021.0, 4022.0, 4073.0, 4041.0, 4044.0, 4092.0, 4022.0, 4074.0, 4061.0, 4022.0, 4094.0, 4042.0, 4043.0, 4092.0, 4010.0, 4063.0, 4101.0, 4042.0, 4073.0, 4011.0, 4022.0, 4073.0, 4042.0, 4054.0, 4093.0, 4023.0, 4074.0, 4020.0, 4033.0, 4084.0, 4042.0, 4043.0, 4093.0, 4021.0, 4064.0, 4031.0, 4023.0, 4094.0, 4022.0, 4074.0, 4083.0, 4022.0, 4084.0, 4042.0, 4045.0, 4093.0, 4023.0, 4063.0, 4022.0, 4034.0, 4095.0, 4054.0, 4084.0, 4093.0, 4032.0, 4083.0, 4031.0, 4043.0, 4093.0, 4053.0, 4074.0, 4021.0, 4032.0, 4084.0, 4042.0, 4053.0, 4091.0, 4011.0, 4073.0, 4020.0, 4033.0, 4105.0, 4054.0, 4084.0, 4011.0, 4032.0, 4084.0, 4042.0, 4054.0, 4041.0, 4022.0, 4073.0, 4022.0, 4074.0, 4102.0, 4043.0, 4084.0, 4021.0, 4033.0, 4093.0, 4053.0, 4074.0, 4021.0, 4023.0, 4074.0, 4022.0, 4066.0, 4103.0, 4054.0, 4084.0, 4022.0, 4033.0, 4071.0, 4011.0, 4085.0, 4043.0, 4035.0, 4085.0, 4035.0, 4077.0, 4032.0, 4025.0, 4096.0, 4045.0, 4087.0, 4084.0, 4036.0, 4096.0, 4045.0, 4066.0, 4105.0, 4064.0, 4095.0, 4022.0, 4033.0, 4093.0, 4055.0, 4084.0, 4023.0, 4036.0, 4084.0, 4026.0, 4087.0, 4045.0, 4036.0, 4106.0, 4024.0, 4086.0, 4084.0, 4045.0, 4105.0, 4043.0, 4053.0, 4103.0, 4020.0, 4084.0, 4031.0, 4033.0, 4020.0, 4025.0, 4075.0, 4034.0, 4057.0, 4095.0, 4068.0, 4087.0, 4024.0, 4035.0, 4095.0, 4035.0, 4087.0, 4106.0, 4066.0, 4096.0, 4022.0, 4044.0, 4095.0, 4022.0, 4075.0, 4094.0, 4022.0, 4074.0, 4021.0, 4033.0, 4094.0, 4021.0, 4064.0, 4042.0, 4022.0, 4074.0, 4032.0, 4046.0, 4063.0, 4024.0, 4075.0, 4044.0, 4056.0, 4106.0, 4054.0, 4085.0, 4023.0, 4035.0, 4095.0, 4054.0, 4077.0, 4012.0, 4024.0, 4083.0, 4034.0, 4085.0, 4033.0, 4034.0, 4105.0, 4024.0, 4075.0, 4034.0, 4036.0, 4106.0, 4034.0, 4096.0, 4022.0, 4044.0, 4104.0, 4054.0, 4085.0, 4034.0, 4055.0, 4084.0, 4045.0, 4086.0, 4033.0, 4035.0, 4094.0, 4024.0, 4075.0, 4094.0, 4046.0, 4095.0, 4023.0, 4066.0, 4094.0, 4034.0, 4096.0, 4044.0, 4023.0, 4105.0, 4033.0, 4064.0, 4094.0, 4043.0, 4096.0, 4033.0, 4044.0, 4104.0, 4021.0, 4074.0, 4082.0, 4022.0, 4084.0, 4022.0, 4032.0, 4061.0, 4024.0, 4087.0, 4034.0, 4087.0, 4065.0, 4077.0, 4046.0, 4036.0, 4036.0, 4026.0, 4078.0, 4045.0, 4067.0, 4118.0, 4039.0, 4099.0, 4060.0, 4072.0, 4109.0, 4079.0, 4131.0, 4066.0, 4108.0, 4083.0, 4044.0, 4083.0, 4032.0, 4073.0, 4070.0, 4042.0, 4082.0, 4020.0, 4039.0, 4007.0, 4011.0, 4081.0, 4041.0, 4052.0, 4020.0, 4021.0, 4052.0, 4023.0, 4063.0, 4023.0, 4053.0, 4024.0, 4024.0, 4073.0, 4035.0, 4086.0, 4055.0, 4046.0, 4024.0, 4035.0, 4084.0, 4045.0, 4076.0, 4044.0, 4023.0, 4106.0, 4024.0, 4066.0, 4022.0, 4024.0, 4084.0, 4044.0, 4075.0, 4024.0, 4036.0, 4075.0, 4035.0, 4086.0, 4056.0, 4077.0, 4035.0, 4046.0, 4096.0, 4046.0, 4107.0, 4066.0, 4098.0, 4050.0, 4077.0, 4049.0, 4110.0, 4070.0, 4046.0, 4048.0, 4048.0, 4071.0, 4050.0, 4081.0, 4060.0, 4079.0, 4120.0, 4090.0, 4110.0, 4078.0, 4100.0, 4048.0, 4025.0, 4093.0, 4041.0, 4095.0, 4049.0, 4031.0, 4093.0, 4007.0, 4069.0, 4019.0, 4020.0, 4059.0, 4010.0, 4061.0, 4007.0, 4030.0, 4039.0, 4020.0, 4019.0, 4011.0, 4073.0, 4034.0, 4053.0, 4025.0, 4086.0, 4034.0, 4086.0, 4021.0, 4035.0, 4085.0, 4036.0, 4089.0, 4046.0, 4067.0, 4023.0, 4026.0, 4084.0, 4035.0, 4086.0, 4045.0, 4035.0, 4096.0, 4035.0, 4086.0, 4033.0, 4046.0, 4106.0, 4056.0, 4086.0, 4023.0, 4034.0, 4083.0, 4025.0, 4086.0, 4044.0, 4057.0, 4073.0, 4026.0, 4075.0, 4034.0, 4046.0, 4077.0, 4038.0, 4088.0, 4037.0, 4100.0, 4047.0, 4078.0, 4049.0, 4070.0, 4061.0, 4101.0, 4062.0, 4062.0, 4073.0, 4133.0, 4080.0, 4111.0, 4067.0, 4056.0, 4118.0, 4068.0, 4107.0, 4076.0, 4076.0, 4107.0, 4034.0, 4095.0, 4030.0, 4041.0, 4093.0, 4040.0, 4083.0, 4040.0, 4009.0, 4071.0, 4019.0, 4040.0, 4007.0, 4010.0, 4051.0, 4010.0, 4052.0, 4022.0, 4023.0, 4073.0, 4024.0, 4075.0, 4023.0, 4023.0, 4095.0, 4055.0, 4074.0, 4024.0, 4065.0, 4024.0, 4035.0, 4106.0, 4068.0, 4088.0, 4024.0, 4047.0, 4096.0, 4058.0, 4108.0, 4046.0, 4048.0, 4074.0, 4034.0, 4075.0, 4035.0, 4045.0, 4049.0, 4119.0, 4045.0, 4108.0, 4034.0, 4025.0, 4086.0, 4046.0, 4108.0, 4034.0, 4045.0, 4106.0, 4022.0, 4094.0, 4043.0, 4033.0, 4094.0, 4024.0, 4064.0, 4021.0, 4033.0, 4044.0, 4024.0, 4066.0, 4025.0, 4087.0, 4056.0, 4085.0, 4026.0, 4078.0, 4034.0, 4046.0, 4117.0, 4077.0, 4106.0, 4036.0, 4096.0, 4045.0, 4057.0, 4045.0, 4047.0, 4039.0, 4117.0, 4047.0, 4056.0, 4047.0, 4098.0, 4046.0, 4099.0, 4107.0, 4057.0, 4094.0, 4064.0, 4076.0, 4104.0, 4040.0, 4092.0, 4051.0, 4053.0, 4092.0, 4052.0, 4083.0, 4017.0, 4029.0, 4079.0, 4007.0, 4049.0, 4015.0, 4006.0, 3996.0, 4008.0, 4007.0, 4021.0, 4082.0, 4042.0, 4072.0, 4020.0, 4031.0, 4050.0, 4021.0, 4070.0, 4029.0, 4050.0, 4010.0, 4021.0, 4050.0, 4023.0, 4075.0, 4044.0, 4045.0, 4023.0, 4026.0, 4065.0, 4035.0, 4066.0, 4045.0, 4038.0, 4108.0, 4034.0, 4088.0, 4046.0, 4047.0, 4107.0, 4036.0, 4087.0, 4044.0, 4058.0, 4106.0, 4055.0, 4107.0, 4024.0, 4086.0, 4096.0, 4045.0, 4094.0, 4023.0, 4076.0, 4053.0, 4034.0, 4106.0, 4065.0, 4086.0, 4023.0, 4024.0, 4082.0, 4044.0, 4076.0, 4022.0, 4054.0, 4063.0, 4024.0, 4085.0, 4034.0, 4067.0, 4033.0, 4034.0, 4083.0, 4043.0, 4076.0, 4032.0, 4034.0, 4095.0, 4023.0, 4086.0, 4033.0, 4024.0, 4083.0, 4021.0, 4075.0, 4053.0, 4023.0, 4095.0, 4044.0, 4076.0, 4022.0, 4034.0, 4074.0, 4013.0, 4085.0, 4044.0, 4025.0, 4106.0, 4023.0, 4085.0, 4044.0, 4047.0, 4106.0, 4044.0, 4096.0, 4034.0, 4055.0, 4094.0, 4044.0, 4095.0, 4023.0, 4075.0, 4052.0, 4023.0, 4096.0, 4056.0, 4075.0, 4022.0, 4025.0, 4094.0, 4055.0, 4085.0, 4034.0, 4046.0, 4104.0, 4024.0, 4085.0, 4043.0, 4025.0, 4104.0, 4023.0, 4054.0, 4042.0, 4023.0, 4094.0, 4024.0, 4064.0, 4011.0, 4023.0, 4073.0, 4022.0, 4075.0, 4033.0, 4024.0, 4023.0, 4024.0, 4084.0, 4021.0, 4064.0, 4033.0, 4023.0, 4033.0, 4036.0, 4034.0, 4026.0, 4046.0, 4037.0, 4057.0, 4080.0, 4130.0, 4066.0, 4108.0, 4083.0, 4034.0, 4084.0, 4043.0, 4053.0, 4020.0, 4024.0, 4082.0, 4021.0, 4085.0, 4051.0, 4012.0, 4062.0, 4022.0, 4061.0, 4022.0, 4064.0, 4032.0, 4024.0, 4085.0, 4025.0, 4077.0, 4033.0, 4034.0, 4105.0, 4066.0, 4084.0, 4023.0, 4034.0, 4092.0, 4033.0, 4095.0, 4043.0, 4085.0, 4061.0, 4012.0, 4071.0, 4011.0, 4061.0, 4060.0, 4011.0, 4072.0, 4011.0, 4051.0, 4020.0, 4021.0, 4082.0, 4043.0, 4071.0, 4022.0, 4053.0, 4021.0, 4023.0, 4093.0, 4043.0, 4074.0, 4022.0, 4043.0, 4022.0, 4034.0, 4084.0, 4045.0, 4075.0, 4024.0, 4076.0, 4095.0, 4045.0, 4086.0, 4054.0, 4045.0, 4095.0, 4023.0, 4074.0, 4032.0, 4025.0, 4094.0, 4044.0, 4084.0, 4023.0, 4035.0, 4094.0, 4044.0, 4074.0, 4023.0, 4066.0, 4094.0, 4044.0, 4086.0, 4035.0, 4035.0, 4043.0, 4024.0, 4074.0, 4034.0, 4077.0, 4035.0, 4046.0, 4065.0, 4024.0, 4096.0, 4054.0, 4076.0, 4024.0, 4035.0, 4095.0, 4045.0, 4087.0, 4054.0, 4025.0, 4096.0, 4034.0, 4065.0, 4022.0, 4023.0, 4096.0, 4035.0, 4086.0, 4023.0, 4024.0, 4073.0, 4034.0, 4076.0, 4023.0, 4023.0, 4093.0, 4022.0, 4065.0, 4094.0, 4033.0, 4073.0, 4023.0, 4034.0, 4085.0, 4035.0], 'WindowWidth': [9241.0, 9200.0, 9131.0, 9132.0, 9048.0, 9077.0, 9127.0, 9079.0, 9130.0, 9029.0, 9089.0, 9125.0, 9030.0, 9114.0, 9042.0, 9028.0, 9135.0, 9023.0, 9067.0, 9121.0, 9065.0, 9094.0, 9015.0, 9022.0, 9077.0, 9038.0, 9029.0, 9048.0, 9028.0, 9085.0, 9039.0, 9018.0, 9108.0, 9055.0, 9064.0, 9007.0, 9016.0, 9124.0, 9043.0, 9110.0, 9007.0, 9024.0, 9110.0, 9062.0, 9051.0, 9117.0, 9001.0, 9074.0, 9093.0, 9014.0, 9088.0, 9081.0, 9025.0, 9081.0, 8979.0, 8998.0, 9065.0, 9009.0, 9009.0, 9060.0, 8983.0, 9055.0, 9022.0, 8987.0, 9077.0, 8995.0, 9014.0, 9091.0, 9042.0, 9067.0, 8978.0, 8982.0, 9049.0, 9005.0, 9013.0, 9072.0, 8981.0, 9053.0, 9031.0, 8982.0, 9079.0, 9006.0, 9008.0, 9072.0, 8962.0, 9037.0, 9084.0, 9006.0, 9048.0, 8962.0, 8980.0, 9048.0, 9007.0, 9025.0, 9074.0, 8983.0, 9052.0, 8975.0, 8996.0, 9064.0, 9005.0, 9009.0, 9074.0, 8978.0, 9037.0, 8989.0, 8984.0, 9077.0, 8981.0, 9052.0, 9060.0, 8981.0, 9065.0, 9007.0, 9014.0, 9074.0, 8983.0, 9037.0, 8981.0, 9000.0, 9082.0, 9026.0, 9068.0, 9074.0, 8994.0, 9061.0, 8991.0, 9011.0, 9075.0, 9022.0, 9051.0, 8978.0, 8995.0, 9065.0, 9007.0, 9024.0, 9071.0, 8966.0, 9048.0, 8975.0, 8998.0, 9092.0, 9026.0, 9066.0, 8965.0, 8995.0, 9066.0, 9006.0, 9025.0, 9003.0, 8980.0, 9048.0, 8982.0, 9053.0, 9088.0, 9010.0, 9065.0, 8979.0, 8998.0, 9075.0, 9023.0, 9052.0, 8977.0, 8983.0, 9052.0, 8981.0, 9043.0, 9090.0, 9026.0, 9066.0, 8979.0, 8996.0, 9043.0, 8967.0, 9068.0, 9010.0, 9003.0, 9067.0, 9004.0, 9062.0, 8996.0, 8990.0, 9084.0, 9016.0, 9076.0, 9066.0, 9006.0, 9086.0, 9017.0, 9046.0, 9097.0, 9040.0, 9083.0, 8981.0, 8998.0, 9077.0, 9027.0, 9066.0, 8983.0, 9004.0, 9064.0, 8992.0, 9073.0, 9015.0, 9007.0, 9098.0, 8987.0, 9070.0, 9064.0, 9015.0, 9097.0, 9009.0, 9025.0, 9089.0, 8976.0, 9064.0, 8991.0, 8998.0, 8977.0, 8990.0, 9058.0, 9001.0, 9036.0, 9084.0, 9050.0, 9074.0, 8988.0, 9004.0, 9082.0, 9003.0, 9075.0, 9097.0, 9044.0, 9085.0, 8981.0, 9012.0, 9082.0, 8982.0, 9054.0, 9076.0, 8981.0, 9052.0, 8977.0, 8997.0, 9078.0, 8980.0, 9039.0, 9006.0, 8983.0, 9053.0, 8995.0, 9019.0, 9037.0, 8988.0, 9055.0, 9016.0, 9035.0, 9097.0, 9028.0, 9070.0, 8984.0, 9003.0, 9081.0, 9028.0, 9061.0, 8968.0, 8989.0, 9064.0, 9002.0, 9071.0, 8999.0, 9002.0, 9094.0, 8988.0, 9054.0, 8999.0, 9004.0, 9097.0, 9001.0, 9084.0, 8982.0, 9014.0, 9092.0, 9027.0, 9069.0, 9000.0, 9029.0, 9064.0, 9016.0, 9071.0, 8998.0, 9003.0, 9079.0, 8987.0, 9057.0, 9080.0, 9017.0, 9082.0, 8986.0, 9045.0, 9079.0, 9002.0, 9086.0, 9013.0, 8986.0, 9095.0, 8997.0, 9040.0, 9078.0, 9011.0, 9083.0, 8995.0, 9012.0, 9090.0, 8978.0, 9049.0, 9058.0, 8980.0, 9062.0, 8980.0, 8996.0, 9032.0, 8987.0, 9073.0, 9001.0, 9075.0, 9044.0, 9062.0, 9020.0, 9007.0, 9006.0, 8997.0, 9065.0, 9016.0, 9053.0, 9118.0, 9018.0, 9099.0, 9046.0, 9066.0, 9111.0, 9071.0, 9143.0, 9047.0, 9105.0, 9061.0, 9009.0, 9060.0, 8988.0, 9047.0, 9039.0, 9002.0, 9056.0, 8971.0, 8995.0, 8951.0, 8961.0, 9052.0, 9001.0, 9017.0, 8971.0, 8977.0, 9016.0, 8982.0, 9034.0, 8982.0, 9023.0, 8985.0, 8988.0, 9048.0, 9003.0, 9072.0, 9028.0, 9016.0, 8985.0, 9001.0, 9064.0, 9013.0, 9055.0, 9010.0, 8983.0, 9096.0, 8984.0, 9043.0, 8980.0, 8987.0, 9064.0, 9012.0, 9055.0, 8986.0, 9006.0, 9053.0, 9004.0, 9072.0, 9033.0, 9060.0, 9003.0, 9021.0, 9084.0, 9018.0, 9100.0, 9045.0, 9088.0, 9033.0, 9064.0, 9032.0, 9112.0, 9061.0, 9023.0, 9028.0, 9027.0, 9061.0, 9035.0, 9077.0, 9044.0, 9068.0, 9127.0, 9085.0, 9112.0, 9063.0, 9096.0, 9023.0, 8989.0, 9075.0, 9002.0, 9078.0, 9009.0, 8987.0, 9071.0, 8948.0, 9034.0, 8965.0, 8970.0, 9019.0, 8958.0, 9023.0, 8950.0, 8982.0, 8992.0, 8971.0, 8968.0, 8963.0, 9046.0, 8999.0, 9021.0, 8988.0, 9071.0, 8999.0, 9070.0, 8977.0, 9001.0, 9067.0, 9006.0, 9079.0, 9018.0, 9046.0, 8983.0, 8990.0, 9063.0, 9002.0, 9071.0, 9014.0, 9004.0, 9084.0, 9003.0, 9071.0, 8996.0, 9018.0, 9096.0, 9031.0, 9072.0, 8984.0, 9001.0, 9062.0, 8991.0, 9073.0, 9015.0, 9036.0, 9052.0, 8993.0, 9056.0, 9002.0, 9023.0, 9062.0, 9013.0, 9077.0, 9012.0, 9100.0, 9030.0, 9070.0, 9034.0, 9064.0, 9056.0, 9105.0, 9055.0, 9053.0, 9072.0, 9151.0, 9072.0, 9113.0, 9045.0, 9031.0, 9116.0, 9049.0, 9105.0, 9056.0, 9057.0, 9099.0, 8999.0, 9081.0, 8984.0, 9003.0, 9073.0, 8997.0, 9059.0, 8995.0, 8955.0, 9037.0, 8971.0, 9000.0, 8952.0, 8961.0, 9014.0, 8960.0, 9020.0, 8978.0, 8984.0, 9048.0, 8985.0, 9054.0, 8983.0, 8985.0, 9079.0, 9028.0, 9052.0, 8986.0, 9043.0, 8987.0, 9005.0, 9100.0, 9050.0, 9077.0, 8988.0, 9022.0, 9084.0, 9035.0, 9103.0, 9019.0, 9024.0, 9051.0, 9000.0, 9056.0, 9005.0, 9017.0, 9028.0, 9123.0, 9019.0, 9106.0, 9001.0, 8990.0, 9068.0, 9017.0, 9102.0, 8999.0, 9016.0, 9097.0, 8981.0, 9079.0, 9008.0, 8996.0, 9077.0, 8984.0, 9036.0, 8978.0, 8998.0, 9011.0, 8987.0, 9042.0, 8990.0, 9073.0, 9034.0, 9070.0, 8992.0, 9064.0, 9001.0, 9019.0, 9114.0, 9061.0, 9096.0, 9003.0, 9086.0, 9016.0, 9037.0, 9016.0, 9025.0, 9019.0, 9117.0, 9024.0, 9031.0, 9026.0, 9093.0, 9017.0, 9093.0, 9101.0, 9033.0, 9079.0, 9036.0, 9058.0, 9091.0, 9000.0, 9070.0, 9012.0, 9019.0, 9071.0, 9018.0, 9059.0, 8960.0, 8979.0, 9046.0, 8948.0, 9006.0, 8957.0, 8946.0, 8933.0, 8953.0, 8952.0, 8978.0, 9056.0, 9005.0, 9045.0, 8972.0, 8988.0, 9011.0, 8974.0, 9039.0, 8983.0, 9012.0, 8960.0, 8977.0, 9013.0, 8982.0, 9053.0, 9011.0, 9016.0, 8983.0, 8992.0, 9042.0, 9004.0, 9048.0, 9017.0, 9010.0, 9102.0, 9002.0, 9076.0, 9019.0, 9021.0, 9099.0, 9006.0, 9074.0, 9014.0, 9037.0, 9098.0, 9031.0, 9101.0, 8988.0, 9073.0, 9084.0, 9017.0, 9079.0, 8983.0, 9056.0, 9024.0, 9001.0, 9099.0, 9042.0, 9070.0, 8982.0, 8987.0, 9060.0, 9013.0, 9056.0, 8982.0, 9028.0, 9037.0, 8989.0, 9069.0, 9000.0, 9047.0, 8997.0, 9000.0, 9063.0, 9012.0, 9059.0, 8995.0, 9000.0, 9080.0, 8984.0, 9071.0, 8996.0, 8987.0, 9062.0, 8979.0, 9055.0, 9022.0, 8985.0, 9081.0, 9013.0, 9057.0, 8980.0, 8999.0, 9050.0, 8971.0, 9069.0, 9012.0, 8989.0, 9097.0, 8984.0, 9068.0, 9011.0, 9020.0, 9096.0, 9015.0, 9086.0, 8999.0, 9030.0, 9079.0, 9015.0, 9081.0, 8985.0, 9056.0, 9021.0, 8985.0, 9083.0, 9030.0, 9055.0, 8984.0, 8991.0, 9079.0, 9030.0, 9069.0, 9000.0, 9018.0, 9093.0, 8986.0, 9069.0, 9008.0, 8987.0, 9091.0, 8983.0, 9025.0, 9005.0, 8983.0, 9079.0, 8985.0, 9038.0, 8965.0, 8983.0, 9048.0, 8980.0, 9054.0, 8994.0, 8985.0, 8983.0, 8986.0, 9065.0, 8981.0, 9040.0, 8997.0, 8987.0, 8998.0, 9010.0, 9000.0, 8994.0, 9019.0, 9011.0, 9038.0, 9074.0, 9139.0, 9047.0, 9105.0, 9063.0, 8999.0, 9063.0, 9007.0, 9024.0, 8974.0, 8983.0, 9059.0, 8977.0, 9066.0, 9016.0, 8965.0, 9030.0, 8980.0, 9028.0, 8981.0, 9039.0, 8995.0, 8989.0, 9068.0, 8989.0, 9059.0, 8997.0, 9000.0, 9093.0, 9042.0, 9064.0, 8981.0, 8998.0, 9071.0, 8996.0, 9080.0, 9007.0, 9066.0, 9029.0, 8966.0, 9041.0, 8961.0, 9029.0, 9024.0, 8965.0, 9043.0, 8962.0, 9017.0, 8972.0, 8976.0, 9058.0, 9007.0, 9043.0, 8981.0, 9023.0, 8976.0, 8983.0, 9074.0, 9008.0, 9050.0, 8980.0, 9009.0, 8980.0, 9000.0, 9065.0, 9016.0, 9054.0, 8988.0, 9059.0, 9080.0, 9015.0, 9070.0, 9025.0, 9016.0, 9079.0, 8984.0, 9052.0, 8993.0, 8989.0, 9077.0, 9011.0, 9064.0, 8982.0, 9002.0, 9079.0, 9014.0, 9053.0, 8984.0, 9045.0, 9079.0, 9014.0, 9070.0, 9001.0, 9003.0, 9010.0, 8988.0, 9051.0, 9000.0, 9061.0, 9002.0, 9020.0, 9041.0, 8989.0, 9084.0, 9028.0, 9058.0, 8986.0, 9004.0, 9082.0, 9014.0, 9074.0, 9025.0, 8989.0, 9084.0, 8999.0, 9041.0, 8981.0, 8984.0, 9083.0, 9002.0, 9070.0, 8981.0, 8986.0, 9047.0, 8999.0, 9056.0, 8983.0, 8984.0, 9076.0, 8980.0, 9040.0, 9077.0, 8995.0, 9050.0, 8981.0, 9000.0, 9068.0, 9004.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.001506992316136114</td></tr>
<tr><td colspan=3>aqi</td><td>0.02321473227222832</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.695693253043984</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2472846340769208</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.02092945</td></tr>
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
<tr><td colspan=3>fber</td><td>6102.7446</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08134232383975032</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.402854006586169</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.46147085967691</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395197579257676</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6679743000268994</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.321240699746155</td></tr>
<tr><td colspan=3>gcor</td><td>0.012134</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01564839482307434</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02441970631480217</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.602029388819731</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>24.525</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.214</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.6928</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309146.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>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.3771</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8309</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.9922</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3279.3708</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.6587</td></tr>
<tr><td colspan=3>tsnr</td><td>41.82448540593032</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>