<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0029_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0029_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-02/func/sub-0029_ses-02_task-alignvideo_acq-mb8_run-04_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>ca92264bab77dfd0363adad8621eb315</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:1.147500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999311, -0.0249788, -0.027448, 0.0261679, 0.998695, 0.043852]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.121982</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7792, -7201, 567, -36, -205, -27, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.998</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ad76579-9f82-4cea-9809-da208f55746d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810786724090576, 0.07020646333694458, -0.07105540484189987, 112.77140808105469], [0.06701622903347015, 2.679426431655884, 0.12025821208953857, -87.65119171142578], [-0.07364097982645035, -0.1176517978310585, 2.6963844299316406, -27.04118537902832], [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': ['132101.147500', '132101.607500', '132102.067500', '132102.527500', '132102.987500', '132103.447500', '132103.907500', '132104.367500', '132104.827500', '132105.287500', '132105.747500', '132106.207500', '132106.667500', '132107.127500', '132107.587500', '132108.047500', '132108.507500', '132108.967500', '132109.427500', '132109.887500', '132110.347500', '132110.807500', '132111.267500', '132111.727500', '132112.187500', '132112.647500', '132113.107500', '132113.567500', '132114.027500', '132114.487500', '132114.947500', '132115.407500', '132115.867500', '132116.327500', '132116.787500', '132117.247500', '132117.707500', '132118.167500', '132118.627500', '132119.087500', '132119.547500', '132120.007500', '132120.467500', '132120.927500', '132121.387500', '132121.847500', '132122.307500', '132122.767500', '132123.227500', '132123.687500', '132124.147500', '132124.607500', '132125.067500', '132125.527500', '132125.987500', '132126.447500', '132126.907500', '132127.367500', '132127.827500', '132128.287500', '132128.747500', '132129.207500', '132129.667500', '132130.127500', '132130.587500', '132131.047500', '132131.507500', '132131.967500', '132132.427500', '132132.887500', '132133.347500', '132133.807500', '132134.267500', '132134.727500', '132135.187500', '132135.647500', '132136.107500', '132136.567500', '132137.027500', '132137.487500', '132137.947500', '132138.407500', '132138.867500', '132139.327500', '132139.787500', '132140.247500', '132140.707500', '132141.167500', '132141.627500', '132142.087500', '132142.547500', '132143.007500', '132143.467500', '132143.927500', '132144.387500', '132144.847500', '132145.307500', '132145.767500', '132146.227500', '132146.687500', '132147.147500', '132147.607500', '132148.067500', '132148.527500', '132148.987500', '132149.447500', '132149.907500', '132150.367500', '132150.827500', '132151.287500', '132151.747500', '132152.207500', '132152.667500', '132153.127500', '132153.587500', '132154.047500', '132154.507500', '132154.967500', '132155.427500', '132155.887500', '132156.347500', '132156.807500', '132157.267500', '132157.727500', '132158.187500', '132158.647500', '132159.107500', '132159.567500', '132200.027500', '132200.487500', '132200.947500', '132201.407500', '132201.867500', '132202.327500', '132202.787500', '132203.247500', '132203.707500', '132204.167500', '132204.627500', '132205.087500', '132205.547500', '132206.007500', '132206.467500', '132206.927500', '132207.387500', '132207.847500', '132208.307500', '132208.767500', '132209.227500', '132209.687500', '132210.147500', '132210.607500', '132211.067500', '132211.527500', '132211.987500', '132212.447500', '132212.907500', '132213.367500', '132213.827500', '132214.287500', '132214.747500', '132215.207500', '132215.667500', '132216.127500', '132216.587500', '132217.047500', '132217.507500', '132217.967500', '132218.427500', '132218.887500', '132219.347500', '132219.807500', '132220.267500', '132220.727500', '132221.187500', '132221.647500', '132222.107500', '132222.567500', '132223.027500', '132223.487500', '132223.947500', '132224.407500', '132224.867500', '132225.327500', '132225.787500', '132226.247500', '132226.707500', '132227.167500', '132227.627500', '132228.087500', '132228.547500', '132229.007500', '132229.467500', '132229.927500', '132230.387500', '132230.847500', '132231.307500', '132231.767500', '132232.227500', '132232.687500', '132233.147500', '132233.607500', '132234.067500', '132234.527500', '132234.987500', '132235.447500', '132235.907500', '132236.367500', '132236.827500', '132237.287500', '132237.747500', '132238.207500', '132238.667500', '132239.127500', '132239.587500', '132240.047500', '132240.507500', '132240.967500', '132241.427500', '132241.887500', '132242.347500', '132242.807500', '132243.267500', '132243.727500', '132244.187500', '132244.647500', '132245.107500', '132245.567500', '132246.027500', '132246.487500', '132246.947500', '132247.407500', '132247.867500', '132248.327500', '132248.787500', '132249.247500', '132249.707500', '132250.167500', '132250.627500', '132251.087500', '132251.547500', '132252.007500', '132252.467500', '132252.927500', '132253.387500', '132253.847500', '132254.307500', '132254.767500', '132255.227500', '132255.687500', '132256.147500', '132256.607500', '132257.067500', '132257.527500', '132257.987500', '132258.447500', '132258.907500', '132259.367500', '132259.827500', '132300.287500', '132300.747500', '132301.207500', '132301.667500', '132302.127500', '132302.587500', '132303.047500', '132303.507500', '132303.967500', '132304.427500', '132304.887500', '132305.347500', '132305.807500', '132306.267500', '132306.727500', '132307.187500', '132307.647500', '132308.107500', '132308.567500', '132309.027500', '132309.487500', '132309.947500', '132310.407500', '132310.867500', '132311.327500', '132311.787500', '132312.247500', '132312.707500', '132313.167500', '132313.627500', '132314.087500', '132314.547500', '132315.007500', '132315.467500', '132315.927500', '132316.387500', '132316.847500', '132317.307500', '132317.767500', '132318.227500', '132318.687500', '132319.147500', '132319.607500', '132320.067500', '132320.527500', '132320.987500', '132321.447500', '132321.907500', '132322.367500', '132322.827500', '132323.287500', '132323.747500', '132324.207500', '132324.667500', '132325.127500', '132325.587500', '132326.047500', '132326.507500', '132326.967500', '132327.427500', '132327.887500', '132328.347500', '132328.807500', '132329.267500', '132329.727500', '132330.187500', '132330.647500', '132331.107500', '132331.567500', '132332.027500', '132332.487500', '132332.947500', '132333.407500', '132333.867500', '132334.327500', '132334.787500', '132335.247500', '132335.707500', '132336.167500', '132336.627500', '132337.087500', '132337.547500', '132338.007500', '132338.467500', '132338.927500', '132339.387500', '132339.847500', '132340.307500', '132340.767500', '132341.227500', '132341.687500', '132342.147500', '132342.607500', '132343.067500', '132343.527500', '132343.987500', '132344.447500', '132344.907500', '132345.367500', '132345.827500', '132346.287500', '132346.747500', '132347.207500', '132347.667500', '132348.127500', '132348.587500', '132349.047500', '132349.507500', '132349.967500', '132350.427500', '132350.887500', '132351.347500', '132351.807500', '132352.267500', '132352.727500', '132353.187500', '132353.647500', '132354.107500', '132354.567500', '132355.027500', '132355.487500', '132355.947500', '132356.407500', '132356.867500', '132357.327500', '132357.787500', '132358.247500', '132358.707500', '132359.167500', '132359.627500', '132400.087500', '132400.547500', '132401.007500', '132401.467500', '132401.927500', '132402.387500', '132402.847500', '132403.307500', '132403.767500', '132404.227500', '132404.687500', '132405.147500', '132405.607500', '132406.067500', '132406.527500', '132406.987500', '132407.447500', '132407.907500', '132408.367500', '132408.827500', '132409.287500', '132409.747500', '132410.207500', '132410.667500', '132411.127500', '132411.587500', '132412.047500', '132412.507500', '132412.967500', '132413.427500', '132413.887500', '132414.347500', '132414.807500', '132415.267500', '132415.727500', '132416.187500', '132416.647500', '132417.107500', '132417.567500', '132418.027500', '132418.487500', '132418.947500', '132419.407500', '132419.867500', '132420.327500', '132420.787500', '132421.247500', '132421.707500', '132422.167500', '132422.627500', '132423.087500', '132423.547500', '132424.007500', '132424.467500', '132424.927500', '132425.387500', '132425.847500', '132426.307500', '132426.767500', '132427.227500', '132427.687500', '132428.147500', '132428.607500', '132429.067500', '132429.527500', '132429.987500', '132430.447500', '132430.907500', '132431.367500', '132431.827500', '132432.287500', '132432.747500', '132433.207500', '132433.667500', '132434.127500', '132434.587500', '132435.047500', '132435.507500', '132435.967500', '132436.427500', '132436.887500', '132437.347500', '132437.807500', '132438.267500', '132438.727500', '132439.187500', '132439.647500', '132440.107500', '132440.567500', '132441.027500', '132441.487500', '132441.947500', '132442.407500', '132442.867500', '132443.327500', '132443.787500', '132444.247500', '132444.707500', '132445.167500', '132445.627500', '132446.087500', '132446.547500', '132447.007500', '132447.467500', '132447.927500', '132448.387500', '132448.847500', '132449.307500', '132449.767500', '132450.227500', '132450.687500', '132451.147500', '132451.607500', '132452.067500', '132452.527500', '132452.987500', '132453.447500', '132453.907500', '132454.367500', '132454.827500', '132455.287500', '132455.747500', '132456.207500', '132456.667500', '132457.127500', '132457.587500', '132458.047500', '132458.507500', '132458.967500', '132459.427500', '132459.887500', '132500.347500', '132500.807500', '132501.267500', '132501.727500', '132502.187500', '132502.647500', '132503.107500', '132503.567500', '132504.027500', '132504.487500', '132504.947500', '132505.407500', '132505.867500', '132506.327500', '132506.787500', '132507.247500', '132507.707500', '132508.167500', '132508.627500', '132509.087500', '132509.547500', '132510.007500', '132510.467500', '132510.927500', '132511.387500', '132511.847500', '132512.307500', '132512.767500', '132513.227500', '132513.687500', '132514.147500', '132514.607500', '132515.067500', '132515.527500', '132515.987500', '132516.447500', '132516.907500', '132517.367500', '132517.827500', '132518.287500', '132518.747500', '132519.207500', '132519.667500', '132520.127500', '132520.587500', '132521.047500', '132521.507500', '132521.967500', '132522.427500', '132522.887500', '132523.347500', '132523.807500', '132524.267500', '132524.727500', '132525.187500', '132525.647500', '132526.107500', '132526.567500', '132527.027500', '132527.487500', '132527.947500', '132528.407500', '132528.867500', '132529.327500', '132529.787500', '132530.247500', '132530.707500', '132531.167500', '132531.627500', '132532.087500', '132532.547500', '132533.007500', '132533.467500', '132533.927500', '132534.387500', '132534.847500', '132535.307500', '132535.767500', '132536.227500', '132536.687500', '132537.147500', '132537.607500', '132538.067500', '132538.527500', '132538.987500', '132539.447500', '132539.907500', '132540.367500', '132540.827500', '132541.287500', '132541.747500', '132542.207500', '132542.667500', '132543.127500', '132543.587500', '132544.047500', '132544.507500', '132544.967500', '132545.427500', '132545.887500', '132546.347500', '132546.807500', '132547.267500', '132547.727500', '132548.187500', '132548.647500', '132549.107500', '132549.567500', '132550.027500', '132550.487500', '132550.947500', '132551.407500', '132551.867500', '132552.327500', '132552.787500', '132553.247500', '132553.707500', '132554.167500', '132554.627500', '132555.087500', '132555.547500', '132556.007500', '132556.467500', '132556.927500', '132557.387500', '132557.847500', '132558.307500', '132558.767500', '132559.227500', '132559.687500', '132600.147500', '132600.607500', '132601.067500', '132601.527500', '132601.987500', '132602.447500', '132602.907500', '132603.367500', '132603.827500', '132604.287500', '132604.747500', '132605.207500', '132605.667500', '132606.127500', '132606.587500', '132607.047500', '132607.507500', '132607.967500', '132608.427500', '132608.887500', '132609.347500', '132609.807500', '132610.267500', '132610.727500', '132611.187500', '132611.647500', '132612.107500', '132612.567500', '132613.027500', '132613.487500', '132613.947500', '132614.407500', '132614.867500', '132615.327500', '132615.787500', '132616.247500', '132616.707500', '132617.167500', '132617.627500', '132618.087500', '132618.547500', '132619.007500', '132619.467500', '132619.927500', '132620.387500', '132620.847500', '132621.307500', '132621.767500', '132622.227500', '132622.687500', '132623.147500', '132623.607500', '132624.067500', '132624.527500', '132624.987500', '132625.447500', '132625.907500', '132626.367500', '132626.827500', '132627.287500', '132627.747500', '132628.207500', '132628.667500', '132629.127500', '132629.587500', '132630.047500', '132630.507500', '132630.967500', '132631.427500', '132631.887500', '132632.347500', '132632.807500', '132633.267500', '132633.727500', '132634.187500', '132634.647500', '132635.107500', '132635.567500', '132636.027500', '132636.487500', '132636.947500', '132637.407500', '132637.867500', '132638.327500', '132638.787500', '132639.247500', '132639.707500', '132640.167500', '132640.627500', '132641.087500', '132641.547500', '132642.007500', '132642.467500', '132642.927500', '132643.387500', '132643.847500', '132644.307500', '132644.767500', '132645.227500', '132645.687500', '132646.147500', '132646.607500', '132647.067500', '132647.527500', '132647.987500', '132648.447500', '132648.907500', '132649.367500', '132649.827500', '132650.287500', '132650.747500', '132651.207500', '132651.667500', '132652.127500', '132652.587500', '132653.047500', '132653.507500', '132653.967500', '132654.427500', '132654.887500', '132655.347500', '132655.807500', '132656.267500', '132656.727500', '132657.187500', '132657.647500', '132658.107500', '132658.567500', '132659.027500', '132659.487500', '132659.947500', '132700.407500', '132700.867500', '132701.327500', '132701.787500', '132702.247500', '132702.707500', '132703.167500', '132703.627500', '132704.087500', '132704.547500', '132705.007500', '132705.467500', '132705.927500', '132706.387500', '132706.847500', '132707.307500', '132707.767500', '132708.227500', '132708.687500', '132709.147500', '132709.607500', '132710.067500', '132710.527500', '132710.987500', '132711.447500', '132711.907500', '132712.367500', '132712.827500', '132713.287500', '132713.747500', '132714.207500', '132714.667500', '132715.127500', '132715.587500', '132716.047500', '132716.507500', '132716.967500', '132717.427500', '132717.887500', '132718.347500', '132718.807500', '132719.267500', '132719.727500', '132720.187500', '132720.647500', '132721.107500', '132721.567500', '132722.027500', '132722.487500', '132722.947500', '132723.407500', '132723.867500', '132724.327500', '132724.787500', '132725.247500', '132725.707500', '132726.167500', '132726.627500', '132727.087500', '132727.547500', '132728.007500', '132728.467500', '132728.927500', '132729.387500', '132729.847500', '132730.307500', '132730.767500', '132731.227500', '132731.687500', '132732.147500', '132732.607500', '132733.067500', '132733.527500', '132733.987500', '132734.447500', '132734.907500', '132735.367500', '132735.827500', '132736.287500', '132736.747500', '132737.207500', '132737.667500', '132738.127500', '132738.587500', '132739.047500', '132739.507500', '132739.967500', '132740.427500', '132740.887500', '132741.347500', '132741.807500', '132742.267500', '132742.727500', '132743.187500', '132743.647500', '132744.107500', '132744.567500', '132745.027500', '132745.487500', '132745.947500', '132746.407500', '132746.867500', '132747.327500', '132747.787500', '132748.247500', '132748.707500', '132749.167500', '132749.627500', '132750.087500', '132750.547500', '132751.007500', '132751.467500', '132751.927500', '132752.387500', '132752.847500', '132753.307500', '132753.767500', '132754.227500', '132754.687500', '132755.147500', '132755.607500', '132756.067500', '132756.527500', '132756.987500', '132757.447500', '132757.907500', '132758.367500', '132758.827500', '132759.287500', '132759.747500', '132800.207500', '132800.667500', '132801.127500'], 'ContentTime': ['132118.684000', '132118.688000', '132118.691000', '132118.694000', '132118.696000', '132118.699000', '132118.702000', '132118.706000', '132118.709000', '132118.711000', '132118.714000', '132118.717000', '132118.727000', '132118.730000', '132118.733000', '132118.736000', '132118.739000', '132118.742000', '132118.745000', '132118.748000', '132118.751000', '132118.754000', '132118.757000', '132118.760000', '132118.763000', '132118.766000', '132118.769000', '132118.811000', '132118.814000', '132118.817000', '132118.820000', '132118.823000', '132118.826000', '132118.829000', '132118.831000', '132118.834000', '132138.647000', '132138.650000', '132138.653000', '132138.656000', '132138.659000', '132138.662000', '132138.665000', '132138.667000', '132138.670000', '132138.673000', '132138.676000', '132138.683000', '132138.686000', '132138.689000', '132138.692000', '132138.695000', '132138.698000', '132138.700000', '132138.703000', '132138.706000', '132138.709000', '132138.712000', '132138.715000', '132138.718000', '132138.721000', '132138.725000', '132138.728000', '132138.730000', '132138.733000', '132138.736000', '132138.739000', '132138.742000', '132138.745000', '132138.748000', '132138.751000', '132138.753000', '132138.756000', '132138.759000', '132138.762000', '132138.765000', '132138.768000', '132138.771000', '132138.773000', '132158.647000', '132158.650000', '132158.653000', '132158.656000', '132158.659000', '132158.661000', '132158.664000', '132158.667000', '132158.670000', '132158.673000', '132158.676000', '132158.679000', '132158.681000', '132158.684000', '132158.687000', '132158.690000', '132158.693000', '132158.696000', '132158.698000', '132158.715000', '132158.718000', '132158.721000', '132158.723000', '132158.726000', '132158.733000', '132158.736000', '132158.739000', '132158.742000', '132158.745000', '132158.748000', '132158.750000', '132158.753000', '132158.756000', '132158.759000', '132158.762000', '132158.765000', '132158.768000', '132158.771000', '132158.774000', '132158.776000', '132158.779000', '132158.782000', '132158.785000', '132158.788000', '132218.647000', '132218.650000', '132218.653000', '132218.656000', '132218.659000', '132218.662000', '132218.665000', '132218.667000', '132218.670000', '132218.673000', '132218.676000', '132218.680000', '132218.683000', '132218.686000', '132218.689000', '132218.692000', '132218.695000', '132218.698000', '132218.700000', '132218.703000', '132218.706000', '132218.709000', '132218.712000', '132218.715000', '132218.717000', '132218.720000', '132218.723000', '132218.726000', '132218.729000', '132218.732000', '132218.735000', '132218.738000', '132218.741000', '132218.744000', '132218.749000', '132218.752000', '132218.755000', '132218.758000', '132218.761000', '132218.764000', '132218.766000', '132218.769000', '132218.855000', '132238.646000', '132238.649000', '132238.652000', '132238.655000', '132238.658000', '132238.660000', '132238.663000', '132238.666000', '132238.669000', '132238.672000', '132238.675000', '132238.678000', '132238.681000', '132238.683000', '132238.686000', '132238.689000', '132238.692000', '132238.695000', '132238.698000', '132238.701000', '132238.703000', '132238.706000', '132238.709000', '132238.712000', '132238.715000', '132238.718000', '132238.721000', '132238.723000', '132238.726000', '132238.729000', '132238.732000', '132238.735000', '132238.738000', '132238.740000', '132238.743000', '132238.746000', '132238.749000', '132238.752000', '132238.755000', '132238.758000', '132238.761000', '132238.763000', '132238.766000', '132238.894000', '132258.646000', '132258.649000', '132258.652000', '132258.655000', '132258.658000', '132258.661000', '132258.664000', '132258.666000', '132258.669000', '132258.672000', '132258.675000', '132258.678000', '132258.681000', '132258.683000', '132258.686000', '132258.689000', '132258.692000', '132258.695000', '132258.698000', '132258.701000', '132258.704000', '132258.706000', '132258.709000', '132258.712000', '132258.715000', '132258.718000', '132258.721000', '132258.724000', '132258.727000', '132258.729000', '132258.732000', '132258.735000', '132258.738000', '132258.741000', '132258.744000', '132258.747000', '132258.749000', '132258.752000', '132258.755000', '132258.758000', '132258.761000', '132258.764000', '132258.766000', '132318.647000', '132318.650000', '132318.653000', '132318.656000', '132318.659000', '132318.662000', '132318.664000', '132318.667000', '132318.670000', '132318.673000', '132318.676000', '132318.679000', '132318.682000', '132318.685000', '132318.687000', '132318.690000', '132318.693000', '132318.696000', '132318.699000', '132318.702000', '132318.705000', '132318.707000', '132318.710000', '132318.713000', '132318.716000', '132318.719000', '132318.722000', '132318.724000', '132318.727000', '132318.730000', '132318.733000', '132318.736000', '132318.739000', '132318.742000', '132318.745000', '132318.748000', '132318.750000', '132318.753000', '132318.756000', '132318.759000', '132318.762000', '132318.765000', '132318.768000', '132318.812000', '132338.647000', '132338.650000', '132338.653000', '132338.656000', '132338.659000', '132338.661000', '132338.664000', '132338.667000', '132338.670000', '132338.673000', '132338.676000', '132338.678000', '132338.681000', '132338.684000', '132338.700000', '132338.703000', '132338.705000', '132338.708000', '132338.711000', '132338.714000', '132338.718000', '132338.721000', '132338.724000', '132338.727000', '132338.730000', '132338.733000', '132338.735000', '132338.738000', '132338.741000', '132338.744000', '132338.747000', '132338.750000', '132338.753000', '132338.756000', '132338.758000', '132338.761000', '132338.764000', '132338.767000', '132338.801000', '132338.804000', '132338.806000', '132338.809000', '132338.812000', '132358.647000', '132358.650000', '132358.653000', '132358.656000', '132358.658000', '132358.661000', '132358.664000', '132358.667000', '132358.670000', '132358.673000', '132358.676000', '132358.679000', '132358.681000', '132358.685000', '132358.687000', '132358.690000', '132358.693000', '132358.696000', '132358.699000', '132358.702000', '132358.705000', '132358.707000', '132358.710000', '132358.713000', '132358.716000', '132358.719000', '132358.722000', '132358.725000', '132358.728000', '132358.730000', '132358.733000', '132358.736000', '132358.739000', '132358.742000', '132358.745000', '132358.748000', '132358.750000', '132358.753000', '132358.756000', '132358.759000', '132358.762000', '132358.765000', '132358.768000', '132358.827000', '132418.647000', '132418.650000', '132418.653000', '132418.656000', '132418.659000', '132418.662000', '132418.664000', '132418.667000', '132418.670000', '132418.673000', '132418.676000', '132418.679000', '132418.682000', '132418.685000', '132418.687000', '132418.690000', '132418.693000', '132418.696000', '132418.699000', '132418.702000', '132418.705000', '132418.708000', '132418.711000', '132418.713000', '132418.716000', '132418.719000', '132418.722000', '132418.725000', '132418.728000', '132418.731000', '132418.734000', '132418.736000', '132418.739000', '132418.742000', '132418.745000', '132418.748000', '132418.751000', '132418.754000', '132418.756000', '132418.759000', '132418.762000', '132418.765000', '132418.768000', '132438.647000', '132438.650000', '132438.653000', '132438.656000', '132438.659000', '132438.662000', '132438.664000', '132438.667000', '132438.670000', '132438.673000', '132438.676000', '132438.679000', '132438.682000', '132438.685000', '132438.687000', '132438.690000', '132438.693000', '132438.696000', '132438.699000', '132438.702000', '132438.705000', '132438.707000', '132438.710000', '132438.713000', '132438.716000', '132438.719000', '132438.722000', '132438.725000', '132438.728000', '132438.730000', '132438.733000', '132438.736000', '132438.739000', '132438.742000', '132438.745000', '132438.748000', '132438.751000', '132438.754000', '132438.756000', '132438.759000', '132438.762000', '132438.765000', '132438.768000', '132438.771000', '132458.646000', '132458.649000', '132458.652000', '132458.655000', '132458.658000', '132458.661000', '132458.663000', '132458.666000', '132458.669000', '132458.672000', '132458.675000', '132458.678000', '132458.681000', '132458.684000', '132458.686000', '132458.689000', '132458.692000', '132458.695000', '132458.698000', '132458.701000', '132458.704000', '132458.706000', '132458.709000', '132458.712000', '132458.715000', '132458.718000', '132458.721000', '132458.724000', '132458.727000', '132458.730000', '132458.733000', '132458.735000', '132458.738000', '132458.741000', '132458.744000', '132458.747000', '132458.750000', '132458.754000', '132458.757000', '132458.776000', '132458.779000', '132458.782000', '132458.785000', '132518.646000', '132518.649000', '132518.652000', '132518.655000', '132518.658000', '132518.661000', '132518.664000', '132518.666000', '132518.669000', '132518.672000', '132518.675000', '132518.678000', '132518.681000', '132518.684000', '132518.687000', '132518.689000', '132518.692000', '132518.695000', '132518.698000', '132518.701000', '132518.704000', '132518.707000', '132518.710000', '132518.712000', '132518.715000', '132518.718000', '132518.721000', '132518.724000', '132518.727000', '132518.730000', '132518.733000', '132518.737000', '132518.739000', '132518.742000', '132518.745000', '132518.748000', '132518.751000', '132518.754000', '132518.757000', '132518.760000', '132518.763000', '132518.766000', '132518.768000', '132518.771000', '132538.647000', '132538.650000', '132538.653000', '132538.656000', '132538.659000', '132538.662000', '132538.665000', '132538.668000', '132538.670000', '132538.673000', '132538.676000', '132538.679000', '132538.682000', '132538.685000', '132538.688000', '132538.691000', '132538.693000', '132538.696000', '132538.699000', '132538.702000', '132538.705000', '132538.708000', '132538.711000', '132538.714000', '132538.716000', '132538.719000', '132538.722000', '132538.725000', '132538.728000', '132538.731000', '132538.734000', '132538.737000', '132538.740000', '132538.742000', '132538.745000', '132538.748000', '132538.751000', '132538.754000', '132538.757000', '132538.760000', '132538.763000', '132538.766000', '132538.768000', '132558.647000', '132558.650000', '132558.653000', '132558.656000', '132558.659000', '132558.662000', '132558.664000', '132558.667000', '132558.670000', '132558.673000', '132558.676000', '132558.679000', '132558.682000', '132558.685000', '132558.688000', '132558.690000', '132558.693000', '132558.696000', '132558.699000', '132558.702000', '132558.705000', '132558.708000', '132558.711000', '132558.714000', '132558.717000', '132558.720000', '132558.722000', '132558.725000', '132558.728000', '132558.731000', '132558.734000', '132558.737000', '132558.740000', '132558.742000', '132558.745000', '132558.748000', '132558.751000', '132558.754000', '132558.757000', '132558.760000', '132558.763000', '132558.766000', '132558.769000', '132558.771000', '132618.647000', '132618.650000', '132618.653000', '132618.656000', '132618.659000', '132618.662000', '132618.664000', '132618.667000', '132618.670000', '132618.673000', '132618.676000', '132618.679000', '132618.682000', '132618.685000', '132618.687000', '132618.690000', '132618.693000', '132618.696000', '132618.699000', '132618.702000', '132618.705000', '132618.708000', '132618.711000', '132618.714000', '132618.716000', '132618.719000', '132618.722000', '132618.725000', '132618.728000', '132618.733000', '132618.736000', '132618.739000', '132618.742000', '132618.744000', '132618.747000', '132618.750000', '132618.753000', '132618.756000', '132618.759000', '132618.762000', '132618.765000', '132618.768000', '132618.771000', '132638.647000', '132638.650000', '132638.653000', '132638.656000', '132638.659000', '132638.661000', '132638.664000', '132638.667000', '132638.670000', '132638.673000', '132638.676000', '132638.679000', '132638.682000', '132638.685000', '132638.687000', '132638.690000', '132638.693000', '132638.696000', '132638.699000', '132638.702000', '132638.704000', '132638.722000', '132638.724000', '132638.727000', '132638.730000', '132638.733000', '132638.736000', '132638.739000', '132638.742000', '132638.745000', '132638.747000', '132638.750000', '132638.753000', '132638.756000', '132638.760000', '132638.763000', '132638.766000', '132638.769000', '132638.772000', '132638.775000', '132638.778000', '132638.780000', '132638.783000', '132638.786000', '132658.647000', '132658.650000', '132658.653000', '132658.656000', '132658.659000', '132658.662000', '132658.665000', '132658.667000', '132658.670000', '132658.673000', '132658.676000', '132658.679000', '132658.682000', '132658.684000', '132658.687000', '132658.690000', '132658.693000', '132658.696000', '132658.699000', '132658.702000', '132658.705000', '132658.708000', '132658.711000', '132658.713000', '132658.716000', '132658.719000', '132658.722000', '132658.725000', '132658.728000', '132658.730000', '132658.733000', '132658.736000', '132658.739000', '132658.742000', '132658.745000', '132658.748000', '132658.751000', '132658.754000', '132658.756000', '132658.759000', '132658.762000', '132658.765000', '132658.768000', '132718.646000', '132718.649000', '132718.652000', '132718.655000', '132718.658000', '132718.661000', '132718.664000', '132718.667000', '132718.670000', '132718.673000', '132718.676000', '132718.679000', '132718.682000', '132718.685000', '132718.688000', '132718.690000', '132718.693000', '132718.696000', '132718.699000', '132718.702000', '132718.705000', '132718.708000', '132718.711000', '132718.714000', '132718.716000', '132718.719000', '132718.722000', '132718.725000', '132718.728000', '132718.731000', '132718.734000', '132718.737000', '132718.739000', '132718.742000', '132718.745000', '132718.748000', '132718.751000', '132718.754000', '132718.757000', '132718.760000', '132718.763000', '132718.765000', '132718.768000', '132738.647000', '132738.650000', '132738.653000', '132738.656000', '132738.659000', '132738.662000', '132738.665000', '132738.667000', '132738.670000', '132738.673000', '132738.676000', '132738.679000', '132738.682000', '132738.685000', '132738.687000', '132738.690000', '132738.693000', '132738.696000', '132738.699000', '132738.702000', '132738.705000', '132738.708000', '132738.711000', '132738.713000', '132738.716000', '132738.719000', '132738.722000', '132738.725000', '132738.728000', '132738.730000', '132738.733000', '132738.736000', '132738.739000', '132738.742000', '132738.745000', '132738.748000', '132738.751000', '132738.754000', '132738.756000', '132738.759000', '132738.762000', '132738.765000', '132738.768000', '132738.771000', '132758.647000', '132758.650000', '132758.653000', '132758.656000', '132758.659000', '132758.662000', '132758.665000', '132758.667000', '132758.670000', '132758.673000', '132758.676000', '132758.679000', '132758.682000', '132758.685000', '132758.689000', '132758.693000', '132758.696000', '132758.712000', '132758.715000', '132758.718000', '132758.721000', '132758.724000', '132758.726000', '132758.729000', '132758.732000', '132758.735000', '132758.738000', '132758.741000', '132758.744000', '132758.746000', '132758.749000', '132758.752000', '132758.755000', '132758.758000', '132758.761000', '132758.764000', '132758.767000', '132758.770000', '132758.773000', '132758.776000', '132758.779000', '132758.781000', '132758.784000', '132802.427000', '132802.430000', '132802.433000', '132802.436000', '132802.439000', '132802.442000', '132802.445000', '132802.448000', '132802.451000'], 'InstanceCreationTime': ['132118.684000', '132118.688000', '132118.691000', '132118.694000', '132118.696000', '132118.699000', '132118.702000', '132118.706000', '132118.709000', '132118.711000', '132118.714000', '132118.717000', '132118.727000', '132118.730000', '132118.733000', '132118.736000', '132118.739000', '132118.742000', '132118.745000', '132118.748000', '132118.751000', '132118.754000', '132118.757000', '132118.760000', '132118.763000', '132118.766000', '132118.769000', '132118.811000', '132118.814000', '132118.817000', '132118.820000', '132118.823000', '132118.826000', '132118.829000', '132118.831000', '132118.834000', '132138.647000', '132138.650000', '132138.653000', '132138.656000', '132138.659000', '132138.662000', '132138.665000', '132138.667000', '132138.670000', '132138.673000', '132138.676000', '132138.683000', '132138.686000', '132138.689000', '132138.692000', '132138.695000', '132138.698000', '132138.700000', '132138.703000', '132138.706000', '132138.709000', '132138.712000', '132138.715000', '132138.718000', '132138.721000', '132138.725000', '132138.728000', '132138.730000', '132138.733000', '132138.736000', '132138.739000', '132138.742000', '132138.745000', '132138.748000', '132138.751000', '132138.753000', '132138.756000', '132138.759000', '132138.762000', '132138.765000', '132138.768000', '132138.771000', '132138.773000', '132158.647000', '132158.650000', '132158.653000', '132158.656000', '132158.659000', '132158.661000', '132158.664000', '132158.667000', '132158.670000', '132158.673000', '132158.676000', '132158.679000', '132158.681000', '132158.684000', '132158.687000', '132158.690000', '132158.693000', '132158.696000', '132158.698000', '132158.715000', '132158.718000', '132158.721000', '132158.723000', '132158.726000', '132158.733000', '132158.736000', '132158.739000', '132158.742000', '132158.745000', '132158.748000', '132158.750000', '132158.753000', '132158.756000', '132158.759000', '132158.762000', '132158.765000', '132158.768000', '132158.771000', '132158.774000', '132158.776000', '132158.779000', '132158.782000', '132158.785000', '132158.788000', '132218.647000', '132218.650000', '132218.653000', '132218.656000', '132218.659000', '132218.662000', '132218.665000', '132218.667000', '132218.670000', '132218.673000', '132218.676000', '132218.680000', '132218.683000', '132218.686000', '132218.689000', '132218.692000', '132218.695000', '132218.698000', '132218.700000', '132218.703000', '132218.706000', '132218.709000', '132218.712000', '132218.715000', '132218.717000', '132218.720000', '132218.723000', '132218.726000', '132218.729000', '132218.732000', '132218.735000', '132218.738000', '132218.741000', '132218.744000', '132218.749000', '132218.752000', '132218.755000', '132218.758000', '132218.761000', '132218.764000', '132218.766000', '132218.769000', '132218.855000', '132238.646000', '132238.649000', '132238.652000', '132238.655000', '132238.658000', '132238.660000', '132238.663000', '132238.666000', '132238.669000', '132238.672000', '132238.675000', '132238.678000', '132238.681000', '132238.683000', '132238.686000', '132238.689000', '132238.692000', '132238.695000', '132238.698000', '132238.701000', '132238.703000', '132238.706000', '132238.709000', '132238.712000', '132238.715000', '132238.718000', '132238.721000', '132238.723000', '132238.726000', '132238.729000', '132238.732000', '132238.735000', '132238.738000', '132238.740000', '132238.743000', '132238.746000', '132238.749000', '132238.752000', '132238.755000', '132238.758000', '132238.761000', '132238.763000', '132238.766000', '132238.894000', '132258.646000', '132258.649000', '132258.652000', '132258.655000', '132258.658000', '132258.661000', '132258.664000', '132258.666000', '132258.669000', '132258.672000', '132258.675000', '132258.678000', '132258.681000', '132258.683000', '132258.686000', '132258.689000', '132258.692000', '132258.695000', '132258.698000', '132258.701000', '132258.704000', '132258.706000', '132258.709000', '132258.712000', '132258.715000', '132258.718000', '132258.721000', '132258.724000', '132258.727000', '132258.729000', '132258.732000', '132258.735000', '132258.738000', '132258.741000', '132258.744000', '132258.747000', '132258.749000', '132258.752000', '132258.755000', '132258.758000', '132258.761000', '132258.764000', '132258.766000', '132318.647000', '132318.650000', '132318.653000', '132318.656000', '132318.659000', '132318.662000', '132318.664000', '132318.667000', '132318.670000', '132318.673000', '132318.676000', '132318.679000', '132318.682000', '132318.685000', '132318.687000', '132318.690000', '132318.693000', '132318.696000', '132318.699000', '132318.702000', '132318.705000', '132318.707000', '132318.710000', '132318.713000', '132318.716000', '132318.719000', '132318.722000', '132318.724000', '132318.727000', '132318.730000', '132318.733000', '132318.736000', '132318.739000', '132318.742000', '132318.745000', '132318.748000', '132318.750000', '132318.753000', '132318.756000', '132318.759000', '132318.762000', '132318.765000', '132318.768000', '132318.812000', '132338.647000', '132338.650000', '132338.653000', '132338.656000', '132338.659000', '132338.661000', '132338.664000', '132338.667000', '132338.670000', '132338.673000', '132338.676000', '132338.678000', '132338.681000', '132338.684000', '132338.700000', '132338.703000', '132338.705000', '132338.708000', '132338.711000', '132338.714000', '132338.718000', '132338.721000', '132338.724000', '132338.727000', '132338.730000', '132338.733000', '132338.735000', '132338.738000', '132338.741000', '132338.744000', '132338.747000', '132338.750000', '132338.753000', '132338.756000', '132338.758000', '132338.761000', '132338.764000', '132338.767000', '132338.801000', '132338.804000', '132338.806000', '132338.809000', '132338.812000', '132358.647000', '132358.650000', '132358.653000', '132358.656000', '132358.658000', '132358.661000', '132358.664000', '132358.667000', '132358.670000', '132358.673000', '132358.676000', '132358.679000', '132358.681000', '132358.685000', '132358.687000', '132358.690000', '132358.693000', '132358.696000', '132358.699000', '132358.702000', '132358.705000', '132358.707000', '132358.710000', '132358.713000', '132358.716000', '132358.719000', '132358.722000', '132358.725000', '132358.728000', '132358.730000', '132358.733000', '132358.736000', '132358.739000', '132358.742000', '132358.745000', '132358.748000', '132358.750000', '132358.753000', '132358.756000', '132358.759000', '132358.762000', '132358.765000', '132358.768000', '132358.827000', '132418.647000', '132418.650000', '132418.653000', '132418.656000', '132418.659000', '132418.662000', '132418.664000', '132418.667000', '132418.670000', '132418.673000', '132418.676000', '132418.679000', '132418.682000', '132418.685000', '132418.687000', '132418.690000', '132418.693000', '132418.696000', '132418.699000', '132418.702000', '132418.705000', '132418.708000', '132418.711000', '132418.713000', '132418.716000', '132418.719000', '132418.722000', '132418.725000', '132418.728000', '132418.731000', '132418.734000', '132418.736000', '132418.739000', '132418.742000', '132418.745000', '132418.748000', '132418.751000', '132418.754000', '132418.756000', '132418.759000', '132418.762000', '132418.765000', '132418.768000', '132438.647000', '132438.650000', '132438.653000', '132438.656000', '132438.659000', '132438.662000', '132438.664000', '132438.667000', '132438.670000', '132438.673000', '132438.676000', '132438.679000', '132438.682000', '132438.685000', '132438.687000', '132438.690000', '132438.693000', '132438.696000', '132438.699000', '132438.702000', '132438.705000', '132438.707000', '132438.710000', '132438.713000', '132438.716000', '132438.719000', '132438.722000', '132438.725000', '132438.728000', '132438.730000', '132438.733000', '132438.736000', '132438.739000', '132438.742000', '132438.745000', '132438.748000', '132438.751000', '132438.754000', '132438.756000', '132438.759000', '132438.762000', '132438.765000', '132438.768000', '132438.771000', '132458.646000', '132458.649000', '132458.652000', '132458.655000', '132458.658000', '132458.661000', '132458.663000', '132458.666000', '132458.669000', '132458.672000', '132458.675000', '132458.678000', '132458.681000', '132458.684000', '132458.686000', '132458.689000', '132458.692000', '132458.695000', '132458.698000', '132458.701000', '132458.704000', '132458.706000', '132458.709000', '132458.712000', '132458.715000', '132458.718000', '132458.721000', '132458.724000', '132458.727000', '132458.730000', '132458.733000', '132458.735000', '132458.738000', '132458.741000', '132458.744000', '132458.747000', '132458.750000', '132458.754000', '132458.757000', '132458.776000', '132458.779000', '132458.782000', '132458.785000', '132518.646000', '132518.649000', '132518.652000', '132518.655000', '132518.658000', '132518.661000', '132518.664000', '132518.666000', '132518.669000', '132518.672000', '132518.675000', '132518.678000', '132518.681000', '132518.684000', '132518.687000', '132518.689000', '132518.692000', '132518.695000', '132518.698000', '132518.701000', '132518.704000', '132518.707000', '132518.710000', '132518.712000', '132518.715000', '132518.718000', '132518.721000', '132518.724000', '132518.727000', '132518.730000', '132518.733000', '132518.737000', '132518.739000', '132518.742000', '132518.745000', '132518.748000', '132518.751000', '132518.754000', '132518.757000', '132518.760000', '132518.763000', '132518.766000', '132518.768000', '132518.771000', '132538.647000', '132538.650000', '132538.653000', '132538.656000', '132538.659000', '132538.662000', '132538.665000', '132538.668000', '132538.670000', '132538.673000', '132538.676000', '132538.679000', '132538.682000', '132538.685000', '132538.688000', '132538.691000', '132538.693000', '132538.696000', '132538.699000', '132538.702000', '132538.705000', '132538.708000', '132538.711000', '132538.714000', '132538.716000', '132538.719000', '132538.722000', '132538.725000', '132538.728000', '132538.731000', '132538.734000', '132538.737000', '132538.740000', '132538.742000', '132538.745000', '132538.748000', '132538.751000', '132538.754000', '132538.757000', '132538.760000', '132538.763000', '132538.766000', '132538.768000', '132558.647000', '132558.650000', '132558.653000', '132558.656000', '132558.659000', '132558.662000', '132558.664000', '132558.667000', '132558.670000', '132558.673000', '132558.676000', '132558.679000', '132558.682000', '132558.685000', '132558.688000', '132558.690000', '132558.693000', '132558.696000', '132558.699000', '132558.702000', '132558.705000', '132558.708000', '132558.711000', '132558.714000', '132558.717000', '132558.720000', '132558.722000', '132558.725000', '132558.728000', '132558.731000', '132558.734000', '132558.737000', '132558.740000', '132558.742000', '132558.745000', '132558.748000', '132558.751000', '132558.754000', '132558.757000', '132558.760000', '132558.763000', '132558.766000', '132558.769000', '132558.771000', '132618.647000', '132618.650000', '132618.653000', '132618.656000', '132618.659000', '132618.662000', '132618.664000', '132618.667000', '132618.670000', '132618.673000', '132618.676000', '132618.679000', '132618.682000', '132618.685000', '132618.687000', '132618.690000', '132618.693000', '132618.696000', '132618.699000', '132618.702000', '132618.705000', '132618.708000', '132618.711000', '132618.714000', '132618.716000', '132618.719000', '132618.722000', '132618.725000', '132618.728000', '132618.733000', '132618.736000', '132618.739000', '132618.742000', '132618.744000', '132618.747000', '132618.750000', '132618.753000', '132618.756000', '132618.759000', '132618.762000', '132618.765000', '132618.768000', '132618.771000', '132638.647000', '132638.650000', '132638.653000', '132638.656000', '132638.659000', '132638.661000', '132638.664000', '132638.667000', '132638.670000', '132638.673000', '132638.676000', '132638.679000', '132638.682000', '132638.685000', '132638.687000', '132638.690000', '132638.693000', '132638.696000', '132638.699000', '132638.702000', '132638.704000', '132638.722000', '132638.724000', '132638.727000', '132638.730000', '132638.733000', '132638.736000', '132638.739000', '132638.742000', '132638.745000', '132638.747000', '132638.750000', '132638.753000', '132638.756000', '132638.760000', '132638.763000', '132638.766000', '132638.769000', '132638.772000', '132638.775000', '132638.778000', '132638.780000', '132638.783000', '132638.786000', '132658.647000', '132658.650000', '132658.653000', '132658.656000', '132658.659000', '132658.662000', '132658.665000', '132658.667000', '132658.670000', '132658.673000', '132658.676000', '132658.679000', '132658.682000', '132658.684000', '132658.687000', '132658.690000', '132658.693000', '132658.696000', '132658.699000', '132658.702000', '132658.705000', '132658.708000', '132658.711000', '132658.713000', '132658.716000', '132658.719000', '132658.722000', '132658.725000', '132658.728000', '132658.730000', '132658.733000', '132658.736000', '132658.739000', '132658.742000', '132658.745000', '132658.748000', '132658.751000', '132658.754000', '132658.756000', '132658.759000', '132658.762000', '132658.765000', '132658.768000', '132718.646000', '132718.649000', '132718.652000', '132718.655000', '132718.658000', '132718.661000', '132718.664000', '132718.667000', '132718.670000', '132718.673000', '132718.676000', '132718.679000', '132718.682000', '132718.685000', '132718.688000', '132718.690000', '132718.693000', '132718.696000', '132718.699000', '132718.702000', '132718.705000', '132718.708000', '132718.711000', '132718.714000', '132718.716000', '132718.719000', '132718.722000', '132718.725000', '132718.728000', '132718.731000', '132718.734000', '132718.737000', '132718.739000', '132718.742000', '132718.745000', '132718.748000', '132718.751000', '132718.754000', '132718.757000', '132718.760000', '132718.763000', '132718.765000', '132718.768000', '132738.647000', '132738.650000', '132738.653000', '132738.656000', '132738.659000', '132738.662000', '132738.665000', '132738.667000', '132738.670000', '132738.673000', '132738.676000', '132738.679000', '132738.682000', '132738.685000', '132738.687000', '132738.690000', '132738.693000', '132738.696000', '132738.699000', '132738.702000', '132738.705000', '132738.708000', '132738.711000', '132738.713000', '132738.716000', '132738.719000', '132738.722000', '132738.725000', '132738.728000', '132738.730000', '132738.733000', '132738.736000', '132738.739000', '132738.742000', '132738.745000', '132738.748000', '132738.751000', '132738.754000', '132738.756000', '132738.759000', '132738.762000', '132738.765000', '132738.768000', '132738.771000', '132758.647000', '132758.650000', '132758.653000', '132758.656000', '132758.659000', '132758.662000', '132758.665000', '132758.667000', '132758.670000', '132758.673000', '132758.676000', '132758.679000', '132758.682000', '132758.685000', '132758.689000', '132758.693000', '132758.696000', '132758.712000', '132758.715000', '132758.718000', '132758.721000', '132758.724000', '132758.726000', '132758.729000', '132758.732000', '132758.735000', '132758.738000', '132758.741000', '132758.744000', '132758.746000', '132758.749000', '132758.752000', '132758.755000', '132758.758000', '132758.761000', '132758.764000', '132758.767000', '132758.770000', '132758.773000', '132758.776000', '132758.779000', '132758.781000', '132758.784000', '132802.427000', '132802.430000', '132802.433000', '132802.436000', '132802.439000', '132802.442000', '132802.445000', '132802.448000', '132802.451000'], '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': [8906, 10216, 8434, 8532, 8838, 9722, 8642, 10218, 8995, 9170, 9116, 16581, 8542, 12992, 8732, 11606, 8799, 9030, 8535, 8700, 8646, 8513, 8211, 8659, 10831, 8486, 10139, 8654, 8900, 8701, 8614, 8756, 8466, 7858, 8689, 13536, 8639, 11093, 8873, 9682, 8672, 9895, 8362, 8992, 8683, 8730, 8483, 8724, 15545, 8806, 12227, 8889, 8667, 8663, 8562, 8422, 8627, 16712, 8653, 13512, 8774, 12247, 8628, 10428, 8511, 8478, 8297, 8803, 14827, 8633, 11586, 8781, 9164, 8846, 9063, 8730, 9329, 10151, 8674, 16113, 10168, 13355, 8938, 8638, 10491, 8722, 15299, 8765, 9920, 8754, 8818, 8619, 8582, 12659, 8626, 9613, 8891, 9089, 8985, 8395, 8206, 8666, 13439, 8717, 10458, 8783, 9582, 8555, 8995, 8476, 8852, 15888, 8629, 13725, 9027, 8869, 8242, 8742, 8684, 8730, 8635, 8685, 12423, 8802, 12597, 8911, 10373, 8694, 9372, 8697, 9037, 8430, 8661, 8693, 8611, 13506, 8571, 14403, 8595, 11834, 8675, 10636, 8804, 8848, 8877, 9210, 9838, 8798, 12884, 8538, 11750, 8866, 10328, 8643, 8818, 8984, 8993, 8734, 8835, 14238, 8653, 12012, 8639, 11190, 8801, 9759, 8824, 9644, 8595, 8980, 8633, 9004, 17316, 8635, 14029, 8710, 9638, 8790, 8618, 15476, 8666, 11642, 8806, 8941, 8839, 9410, 8529, 8869, 10707, 8829, 12245, 8759, 10318, 8937, 9343, 8576, 8527, 8655, 8733, 12103, 8410, 9901, 8869, 9898, 8814, 8639, 16235, 8760, 10870, 8805, 8851, 8240, 8806, 10888, 8610, 8837, 8062, 8687, 8808, 8829, 9849, 8513, 9588, 8627, 8950, 8481, 8953, 9903, 8668, 15859, 9222, 13109, 8843, 9450, 8629, 8809, 17100, 8818, 13226, 8412, 8789, 15877, 8751, 9599, 8424, 8904, 8356, 8709, 9768, 8611, 10998, 8573, 8730, 14795, 8791, 9600, 8824, 9885, 8674, 8652, 14907, 8992, 12120, 8623, 9064, 10103, 8613, 13299, 8885, 9858, 8518, 9023, 8648, 9082, 8615, 8986, 12432, 8620, 9591, 8616, 9671, 8466, 9087, 16091, 8626, 13801, 8687, 11263, 9696, 8859, 15972, 8842, 11071, 8648, 8974, 8629, 8367, 7830, 8817, 8218, 8588, 10436, 8804, 11334, 8719, 10338, 8644, 9767, 8554, 10412, 8412, 9337, 8813, 9243, 15852, 8889, 18430, 12751, 14842, 8316, 12452, 8542, 8976, 15907, 8606, 14791, 8653, 12709, 8294, 9110, 8423, 8874, 8523, 8829, 7939, 8770, 11823, 8466, 11009, 8905, 9370, 8388, 9254, 7740, 9454, 15552, 9173, 13317, 8966, 10645, 8784, 9584, 8857, 9185, 8593, 9545, 8152, 9302, 9130, 9082, 16816, 9018, 13122, 8596, 10103, 8392, 9444, 8437, 9001, 7971, 9469, 7554, 8853, 14160, 8831, 10232, 8304, 9354, 8106, 9439, 16206, 8605, 11036, 8315, 9403, 7922, 9108, 7303, 8935, 10794, 8437, 10093, 8748, 9700, 7314, 8922, 8154, 8939, 12464, 8704, 10655, 8403, 8950, 7681, 8894, 7428, 9086, 15064, 8824, 11603, 8485, 9746, 7727, 9083, 16137, 9130, 12631, 8799, 9373, 7804, 9028, 8435, 8914, 11374, 8560, 9946, 8525, 10258, 17238, 9359, 12106, 10434, 8862, 10187, 8220, 8819, 11210, 8606, 10714, 7268, 8785, 10834, 8414, 8829, 8674, 8903, 11823, 8043, 9043, 7428, 8699, 7309, 8782, 8356, 9233, 11433, 8467, 10226, 8772, 11136, 15563, 10317, 15701, 11285, 9994, 17724, 9734, 9166, 17450, 8887, 9319, 7498, 8861, 7400, 8634, 7609, 8855, 10356, 8504, 9311, 8316, 10260, 8421, 10053, 7942, 8854, 11070, 9024, 16589, 9042, 13400, 15260, 9636, 15606, 8781, 9920, 8149, 9416, 14096, 8826, 10232, 9298, 8981, 10169, 8726, 8763, 7511, 7898, 7241, 8638, 9607, 8259, 8700, 7867, 8758, 7770, 9010, 14506, 9092, 12107, 8651, 10661, 8281, 8758, 17921, 8846, 14821, 8711, 10319, 7597, 8557, 9164, 9175, 14072, 8462, 10472, 8207, 9589, 7656, 8411, 7759, 8868, 12105, 8582, 11048, 8470, 10365, 8086, 8818, 10931, 8307, 10578, 8289, 9059, 7768, 7860, 7507, 7994, 7295, 8384, 12645, 8479, 10417, 13669, 8997, 12162, 8476, 10877, 8294, 9883, 7536, 7948, 7577, 8029, 8352, 8731, 12551, 8534, 10105, 8120, 9523, 7787, 9116, 14404, 9292, 14697, 8678, 11843, 8420, 10450, 8015, 9133, 7503, 8983, 12378, 8621, 11531, 8546, 10355, 8128, 8818, 13333, 8652, 10980, 9011, 9814, 8004, 8531, 7821, 8445, 7721, 8286, 8804, 8941, 12659, 9011, 10336, 8511, 9773, 7903, 9004, 9533, 9536, 14141, 8827, 10769, 8820, 9911, 8231, 8737, 7527, 8486, 8999, 8945, 12624, 8833, 11609, 8768, 9312, 7732, 8680, 10982, 9069, 11960, 8861, 9483, 8534, 8765, 7410, 8756, 12369, 8974, 10096, 8015, 8696, 7875, 8639, 10882, 9011, 11472, 8552, 10041, 8827, 9287, 8226, 8852, 9271, 8308, 13116, 8963, 13828, 8900, 12026, 8867, 10128, 8191, 8656, 7940, 8760, 13689, 8999, 12892, 8757, 11071, 8706, 10686, 8047, 8578, 7465, 8668, 7602, 8589, 9613, 9512, 12503, 8658, 9342, 7630, 7827, 8693, 8373, 11715, 9036, 13306, 9165, 14602, 8799, 11875, 8659, 9313, 18126, 12854, 15850, 8768, 12932, 8951, 10206, 8281, 8484, 7898, 8396, 7710, 8245, 8019, 8053, 9165, 8543, 12079, 8856, 10996, 8942, 10267, 8284, 9730, 7900, 9034, 7941, 8811, 7663, 8782, 7853, 8716, 15523, 8745, 14168, 8589, 9944, 7876, 8542, 7373, 8297, 9872, 8134, 8441, 8753, 11170, 8435, 11318, 8892, 10330, 8461, 10239, 8343, 8661, 14187, 9237, 14656, 8738, 12152, 8720, 10372, 8649, 8919, 7804, 8398, 8214, 8778, 12235, 8812, 9771, 7825, 8682, 7844, 8358, 10322, 9192, 11239, 8479, 9915, 8354, 9347, 7983, 9736, 7630, 8077, 7511, 8877, 14415, 8642, 14354, 15059, 10501, 16124, 9032, 9910, 7753, 9215, 11215, 8718, 8350, 7606, 8260, 7817, 8255, 10230, 7908, 9141, 7731, 8535, 14862, 8678, 12631, 11747, 9332, 17415, 8972, 12286, 7651, 9035, 14389, 8411, 9821, 8181, 8500, 7645, 8343, 10518, 8337, 9286, 8161, 10267, 7978, 8563, 10985, 8577, 11275, 8407, 11146, 8969, 10757, 8081, 8701, 7613, 8269, 7683, 8047, 7839, 8266, 7775, 8938, 7719, 9108, 12102, 8872, 7719, 8719, 11006, 8990, 18575, 10355, 14492, 9552, 13236, 8413, 11827, 8615, 9960, 8702, 9374, 8216, 9399, 8220, 9027, 7774, 8288, 7679, 8490, 7613, 9051, 15108, 8863, 12357, 8798, 11120, 8386, 9148, 8153, 8246, 7816, 8598, 7522, 8395, 7890, 9256, 12973, 8711, 10070, 8597, 9793, 9242, 10023, 8384, 9351, 8195], 'WindowCenter': [4264.0, 4261.0, 4225.0, 4234.0, 4234.0, 4244.0, 4237.0, 4242.0, 4240.0, 4228.0, 4231.0, 4280.0, 4227.0, 4267.0, 4206.0, 4237.0, 4210.0, 4219.0, 4209.0, 4216.0, 4211.0, 4208.0, 4211.0, 4219.0, 4238.0, 4226.0, 4240.0, 4219.0, 4227.0, 4220.0, 4228.0, 4222.0, 4221.0, 4209.0, 4222.0, 4263.0, 4225.0, 4243.0, 4220.0, 4230.0, 4221.0, 4248.0, 4220.0, 4220.0, 4218.0, 4222.0, 4218.0, 4228.0, 4277.0, 4228.0, 4258.0, 4219.0, 4223.0, 4218.0, 4221.0, 4220.0, 4220.0, 4282.0, 4220.0, 4260.0, 4227.0, 4250.0, 4220.0, 4248.0, 4218.0, 4217.0, 4216.0, 4227.0, 4260.0, 4227.0, 4251.0, 4227.0, 4237.0, 4221.0, 4226.0, 4228.0, 4232.0, 4247.0, 4229.0, 4278.0, 4227.0, 4267.0, 4219.0, 4220.0, 4235.0, 4220.0, 4276.0, 4214.0, 4227.0, 4215.0, 4221.0, 4215.0, 4224.0, 4252.0, 4222.0, 4218.0, 4220.0, 4218.0, 4224.0, 4217.0, 4207.0, 4225.0, 4260.0, 4226.0, 4242.0, 4221.0, 4228.0, 4222.0, 4224.0, 4224.0, 4227.0, 4269.0, 4209.0, 4258.0, 4224.0, 4217.0, 4218.0, 4228.0, 4219.0, 4227.0, 4218.0, 4227.0, 4256.0, 4231.0, 4269.0, 4223.0, 4231.0, 4219.0, 4223.0, 4222.0, 4228.0, 4220.0, 4228.0, 4220.0, 4226.0, 4260.0, 4226.0, 4274.0, 4221.0, 4256.0, 4227.0, 4231.0, 4226.0, 4220.0, 4219.0, 4238.0, 4229.0, 4220.0, 4248.0, 4219.0, 4239.0, 4218.0, 4229.0, 4227.0, 4224.0, 4217.0, 4225.0, 4219.0, 4221.0, 4260.0, 4227.0, 4256.0, 4213.0, 4237.0, 4218.0, 4228.0, 4230.0, 4229.0, 4219.0, 4218.0, 4207.0, 4225.0, 4280.0, 4227.0, 4258.0, 4208.0, 4225.0, 4206.0, 4212.0, 4271.0, 4208.0, 4237.0, 4218.0, 4220.0, 4225.0, 4217.0, 4218.0, 4224.0, 4234.0, 4225.0, 4247.0, 4226.0, 4232.0, 4223.0, 4222.0, 4210.0, 4218.0, 4218.0, 4219.0, 4261.0, 4220.0, 4231.0, 4222.0, 4242.0, 4222.0, 4225.0, 4283.0, 4220.0, 4237.0, 4217.0, 4218.0, 4212.0, 4224.0, 4244.0, 4220.0, 4230.0, 4211.0, 4219.0, 4216.0, 4229.0, 4229.0, 4229.0, 4244.0, 4232.0, 4234.0, 4234.0, 4231.0, 4239.0, 4237.0, 4286.0, 4230.0, 4262.0, 4229.0, 4235.0, 4215.0, 4231.0, 4283.0, 4219.0, 4266.0, 4206.0, 4218.0, 4270.0, 4225.0, 4226.0, 4219.0, 4221.0, 4212.0, 4226.0, 4227.0, 4222.0, 4242.0, 4222.0, 4220.0, 4275.0, 4225.0, 4228.0, 4229.0, 4242.0, 4221.0, 4223.0, 4270.0, 4229.0, 4255.0, 4218.0, 4220.0, 4227.0, 4219.0, 4264.0, 4234.0, 4229.0, 4221.0, 4221.0, 4217.0, 4229.0, 4220.0, 4230.0, 4260.0, 4223.0, 4228.0, 4226.0, 4243.0, 4218.0, 4234.0, 4279.0, 4219.0, 4257.0, 4223.0, 4250.0, 4227.0, 4225.0, 4272.0, 4216.0, 4236.0, 4216.0, 4221.0, 4218.0, 4219.0, 4209.0, 4236.0, 4222.0, 4227.0, 4243.0, 4232.0, 4250.0, 4223.0, 4242.0, 4226.0, 4233.0, 4226.0, 4244.0, 4226.0, 4236.0, 4218.0, 4229.0, 4268.0, 4219.0, 4282.0, 4255.0, 4257.0, 4208.0, 4261.0, 4217.0, 4229.0, 4268.0, 4209.0, 4259.0, 4208.0, 4247.0, 4193.0, 4204.0, 4210.0, 4215.0, 4204.0, 4214.0, 4195.0, 4206.0, 4236.0, 4212.0, 4237.0, 4220.0, 4236.0, 4208.0, 4229.0, 4197.0, 4229.0, 4266.0, 4215.0, 4245.0, 4216.0, 4249.0, 4244.0, 4240.0, 4224.0, 4215.0, 4207.0, 4218.0, 4212.0, 4215.0, 4221.0, 4217.0, 4281.0, 4215.0, 4248.0, 4221.0, 4224.0, 4205.0, 4214.0, 4206.0, 4221.0, 4209.0, 4227.0, 4201.0, 4214.0, 4269.0, 4217.0, 4226.0, 4205.0, 4215.0, 4195.0, 4217.0, 4266.0, 4205.0, 4224.0, 4205.0, 4214.0, 4202.0, 4217.0, 4196.0, 4217.0, 4243.0, 4205.0, 4230.0, 4225.0, 4227.0, 4204.0, 4218.0, 4208.0, 4219.0, 4247.0, 4218.0, 4240.0, 4218.0, 4217.0, 4204.0, 4225.0, 4196.0, 4225.0, 4274.0, 4225.0, 4245.0, 4224.0, 4234.0, 4196.0, 4223.0, 4268.0, 4229.0, 4251.0, 4206.0, 4216.0, 4195.0, 4217.0, 4222.0, 4219.0, 4235.0, 4218.0, 4227.0, 4226.0, 4239.0, 4281.0, 4223.0, 4248.0, 4225.0, 4215.0, 4224.0, 4209.0, 4221.0, 4235.0, 4223.0, 4238.0, 4196.0, 4206.0, 4225.0, 4206.0, 4216.0, 4205.0, 4216.0, 4245.0, 4202.0, 4222.0, 4192.0, 4205.0, 4196.0, 4226.0, 4219.0, 4231.0, 4256.0, 4218.0, 4248.0, 4225.0, 4251.0, 4284.0, 4246.0, 4274.0, 4225.0, 4226.0, 4266.0, 4213.0, 4214.0, 4266.0, 4211.0, 4203.0, 4182.0, 4204.0, 4183.0, 4216.0, 4208.0, 4229.0, 4225.0, 4219.0, 4234.0, 4218.0, 4238.0, 4226.0, 4238.0, 4215.0, 4224.0, 4234.0, 4225.0, 4272.0, 4216.0, 4258.0, 4255.0, 4222.0, 4254.0, 4208.0, 4218.0, 4193.0, 4214.0, 4248.0, 4204.0, 4232.0, 4213.0, 4203.0, 4218.0, 4203.0, 4211.0, 4190.0, 4214.0, 4202.0, 4237.0, 4229.0, 4220.0, 4225.0, 4208.0, 4224.0, 4210.0, 4229.0, 4269.0, 4227.0, 4248.0, 4218.0, 4239.0, 4214.0, 4224.0, 4284.0, 4225.0, 4254.0, 4214.0, 4227.0, 4203.0, 4224.0, 4227.0, 4228.0, 4262.0, 4214.0, 4241.0, 4207.0, 4231.0, 4204.0, 4218.0, 4197.0, 4223.0, 4250.0, 4225.0, 4241.0, 4207.0, 4238.0, 4206.0, 4224.0, 4243.0, 4214.0, 4226.0, 4206.0, 4224.0, 4214.0, 4214.0, 4196.0, 4206.0, 4197.0, 4226.0, 4259.0, 4226.0, 4240.0, 4260.0, 4217.0, 4244.0, 4207.0, 4245.0, 4217.0, 4228.0, 4208.0, 4214.0, 4212.0, 4226.0, 4222.0, 4220.0, 4260.0, 4227.0, 4239.0, 4215.0, 4237.0, 4215.0, 4230.0, 4267.0, 4237.0, 4269.0, 4218.0, 4249.0, 4210.0, 4245.0, 4207.0, 4237.0, 4205.0, 4229.0, 4252.0, 4225.0, 4254.0, 4217.0, 4238.0, 4203.0, 4224.0, 4246.0, 4207.0, 4236.0, 4216.0, 4227.0, 4207.0, 4215.0, 4197.0, 4213.0, 4204.0, 4218.0, 4224.0, 4219.0, 4260.0, 4227.0, 4233.0, 4217.0, 4236.0, 4207.0, 4218.0, 4227.0, 4226.0, 4257.0, 4224.0, 4236.0, 4219.0, 4228.0, 4215.0, 4217.0, 4196.0, 4224.0, 4216.0, 4221.0, 4252.0, 4218.0, 4237.0, 4218.0, 4216.0, 4196.0, 4218.0, 4244.0, 4226.0, 4255.0, 4218.0, 4216.0, 4224.0, 4217.0, 4196.0, 4218.0, 4255.0, 4218.0, 4227.0, 4214.0, 4217.0, 4213.0, 4226.0, 4234.0, 4229.0, 4252.0, 4226.0, 4227.0, 4226.0, 4236.0, 4219.0, 4239.0, 4234.0, 4219.0, 4256.0, 4220.0, 4258.0, 4226.0, 4249.0, 4218.0, 4235.0, 4213.0, 4219.0, 4210.0, 4222.0, 4263.0, 4220.0, 4248.0, 4222.0, 4236.0, 4224.0, 4241.0, 4215.0, 4225.0, 4196.0, 4225.0, 4202.0, 4225.0, 4234.0, 4230.0, 4268.0, 4219.0, 4228.0, 4208.0, 4209.0, 4226.0, 4226.0, 4257.0, 4238.0, 4271.0, 4231.0, 4274.0, 4219.0, 4257.0, 4222.0, 4219.0, 4282.0, 4248.0, 4255.0, 4213.0, 4244.0, 4213.0, 4231.0, 4212.0, 4212.0, 4195.0, 4205.0, 4195.0, 4218.0, 4211.0, 4208.0, 4224.0, 4217.0, 4246.0, 4223.0, 4242.0, 4216.0, 4230.0, 4206.0, 4216.0, 4200.0, 4221.0, 4206.0, 4225.0, 4199.0, 4216.0, 4205.0, 4219.0, 4267.0, 4223.0, 4257.0, 4207.0, 4233.0, 4201.0, 4212.0, 4191.0, 4207.0, 4230.0, 4214.0, 4211.0, 4224.0, 4241.0, 4225.0, 4238.0, 4225.0, 4226.0, 4214.0, 4234.0, 4209.0, 4212.0, 4255.0, 4216.0, 4260.0, 4211.0, 4234.0, 4212.0, 4226.0, 4222.0, 4216.0, 4192.0, 4212.0, 4211.0, 4223.0, 4246.0, 4221.0, 4224.0, 4194.0, 4208.0, 4201.0, 4210.0, 4230.0, 4216.0, 4241.0, 4212.0, 4224.0, 4215.0, 4214.0, 4214.0, 4236.0, 4205.0, 4207.0, 4204.0, 4225.0, 4261.0, 4223.0, 4266.0, 4254.0, 4232.0, 4258.0, 4203.0, 4213.0, 4181.0, 4203.0, 4230.0, 4203.0, 4190.0, 4192.0, 4215.0, 4205.0, 4227.0, 4237.0, 4208.0, 4229.0, 4207.0, 4219.0, 4270.0, 4217.0, 4249.0, 4236.0, 4214.0, 4266.0, 4211.0, 4236.0, 4195.0, 4214.0, 4244.0, 4202.0, 4214.0, 4212.0, 4210.0, 4196.0, 4215.0, 4238.0, 4216.0, 4218.0, 4219.0, 4240.0, 4207.0, 4223.0, 4237.0, 4208.0, 4241.0, 4215.0, 4245.0, 4223.0, 4238.0, 4213.0, 4215.0, 4196.0, 4207.0, 4198.0, 4215.0, 4202.0, 4212.0, 4201.0, 4216.0, 4196.0, 4218.0, 4250.0, 4217.0, 4204.0, 4217.0, 4236.0, 4222.0, 4277.0, 4228.0, 4255.0, 4215.0, 4244.0, 4194.0, 4239.0, 4206.0, 4222.0, 4211.0, 4212.0, 4211.0, 4215.0, 4205.0, 4205.0, 4191.0, 4201.0, 4198.0, 4204.0, 4191.0, 4223.0, 4263.0, 4213.0, 4234.0, 4211.0, 4221.0, 4200.0, 4214.0, 4195.0, 4213.0, 4183.0, 4212.0, 4183.0, 4209.0, 4201.0, 4216.0, 4253.0, 4214.0, 4226.0, 4214.0, 4216.0, 4219.0, 4227.0, 4208.0, 4216.0, 4206.0], 'WindowWidth': [9459.0, 9441.0, 9384.0, 9390.0, 9391.0, 9402.0, 9397.0, 9396.0, 9399.0, 9371.0, 9380.0, 9444.0, 9377.0, 9429.0, 9338.0, 9378.0, 9346.0, 9357.0, 9342.0, 9357.0, 9346.0, 9340.0, 9346.0, 9356.0, 9380.0, 9372.0, 9386.0, 9360.0, 9373.0, 9361.0, 9378.0, 9365.0, 9364.0, 9346.0, 9367.0, 9422.0, 9371.0, 9394.0, 9362.0, 9375.0, 9364.0, 9405.0, 9363.0, 9361.0, 9357.0, 9367.0, 9358.0, 9380.0, 9445.0, 9379.0, 9417.0, 9357.0, 9367.0, 9356.0, 9363.0, 9361.0, 9365.0, 9450.0, 9360.0, 9414.0, 9375.0, 9402.0, 9362.0, 9406.0, 9356.0, 9360.0, 9358.0, 9375.0, 9414.0, 9375.0, 9403.0, 9378.0, 9388.0, 9363.0, 9375.0, 9378.0, 9380.0, 9402.0, 9381.0, 9448.0, 9366.0, 9427.0, 9357.0, 9360.0, 9381.0, 9361.0, 9440.0, 9354.0, 9363.0, 9355.0, 9362.0, 9354.0, 9368.0, 9406.0, 9365.0, 9355.0, 9360.0, 9357.0, 9368.0, 9362.0, 9342.0, 9373.0, 9414.0, 9374.0, 9391.0, 9364.0, 9369.0, 9366.0, 9370.0, 9369.0, 9377.0, 9427.0, 9346.0, 9408.0, 9367.0, 9352.0, 9357.0, 9378.0, 9359.0, 9375.0, 9355.0, 9378.0, 9415.0, 9379.0, 9434.0, 9369.0, 9375.0, 9359.0, 9365.0, 9366.0, 9378.0, 9362.0, 9378.0, 9360.0, 9374.0, 9414.0, 9374.0, 9439.0, 9363.0, 9413.0, 9374.0, 9374.0, 9374.0, 9361.0, 9359.0, 9393.0, 9371.0, 9359.0, 9394.0, 9357.0, 9384.0, 9357.0, 9373.0, 9375.0, 9365.0, 9352.0, 9371.0, 9358.0, 9364.0, 9416.0, 9377.0, 9411.0, 9352.0, 9380.0, 9357.0, 9369.0, 9376.0, 9373.0, 9359.0, 9357.0, 9339.0, 9371.0, 9443.0, 9374.0, 9409.0, 9340.0, 9368.0, 9333.0, 9349.0, 9429.0, 9341.0, 9377.0, 9354.0, 9357.0, 9368.0, 9352.0, 9358.0, 9369.0, 9380.0, 9370.0, 9395.0, 9374.0, 9379.0, 9369.0, 9365.0, 9346.0, 9356.0, 9355.0, 9360.0, 9420.0, 9363.0, 9379.0, 9369.0, 9394.0, 9365.0, 9372.0, 9449.0, 9362.0, 9381.0, 9352.0, 9356.0, 9351.0, 9370.0, 9396.0, 9363.0, 9376.0, 9349.0, 9359.0, 9353.0, 9376.0, 9374.0, 9377.0, 9399.0, 9384.0, 9385.0, 9386.0, 9382.0, 9387.0, 9394.0, 9459.0, 9377.0, 9420.0, 9374.0, 9388.0, 9352.0, 9379.0, 9453.0, 9360.0, 9429.0, 9338.0, 9356.0, 9429.0, 9371.0, 9367.0, 9360.0, 9363.0, 9351.0, 9375.0, 9370.0, 9367.0, 9396.0, 9367.0, 9365.0, 9440.0, 9371.0, 9370.0, 9375.0, 9395.0, 9364.0, 9369.0, 9432.0, 9375.0, 9414.0, 9358.0, 9362.0, 9367.0, 9360.0, 9424.0, 9383.0, 9374.0, 9363.0, 9362.0, 9356.0, 9374.0, 9362.0, 9377.0, 9418.0, 9368.0, 9372.0, 9376.0, 9398.0, 9358.0, 9384.0, 9443.0, 9359.0, 9409.0, 9372.0, 9406.0, 9369.0, 9372.0, 9433.0, 9353.0, 9377.0, 9353.0, 9362.0, 9356.0, 9362.0, 9347.0, 9389.0, 9365.0, 9378.0, 9396.0, 9382.0, 9405.0, 9371.0, 9393.0, 9377.0, 9381.0, 9376.0, 9399.0, 9376.0, 9390.0, 9356.0, 9372.0, 9424.0, 9360.0, 9451.0, 9409.0, 9406.0, 9343.0, 9419.0, 9355.0, 9374.0, 9423.0, 9341.0, 9409.0, 9340.0, 9389.0, 9315.0, 9331.0, 9346.0, 9348.0, 9330.0, 9345.0, 9319.0, 9336.0, 9377.0, 9350.0, 9380.0, 9358.0, 9387.0, 9343.0, 9375.0, 9328.0, 9371.0, 9420.0, 9348.0, 9386.0, 9348.0, 9405.0, 9408.0, 9391.0, 9370.0, 9347.0, 9340.0, 9352.0, 9348.0, 9347.0, 9359.0, 9352.0, 9443.0, 9346.0, 9392.0, 9360.0, 9358.0, 9335.0, 9345.0, 9336.0, 9360.0, 9343.0, 9365.0, 9332.0, 9348.0, 9428.0, 9353.0, 9363.0, 9334.0, 9348.0, 9319.0, 9353.0, 9419.0, 9334.0, 9357.0, 9333.0, 9345.0, 9334.0, 9355.0, 9326.0, 9355.0, 9392.0, 9336.0, 9373.0, 9370.0, 9369.0, 9344.0, 9357.0, 9342.0, 9359.0, 9394.0, 9357.0, 9389.0, 9358.0, 9352.0, 9341.0, 9370.0, 9325.0, 9372.0, 9440.0, 9372.0, 9396.0, 9368.0, 9380.0, 9324.0, 9368.0, 9427.0, 9371.0, 9400.0, 9337.0, 9351.0, 9321.0, 9354.0, 9364.0, 9360.0, 9376.0, 9355.0, 9367.0, 9372.0, 9388.0, 9445.0, 9365.0, 9395.0, 9358.0, 9347.0, 9357.0, 9342.0, 9359.0, 9372.0, 9364.0, 9384.0, 9324.0, 9337.0, 9360.0, 9337.0, 9351.0, 9332.0, 9351.0, 9389.0, 9336.0, 9361.0, 9322.0, 9334.0, 9324.0, 9373.0, 9363.0, 9380.0, 9415.0, 9359.0, 9407.0, 9374.0, 9407.0, 9453.0, 9399.0, 9441.0, 9361.0, 9363.0, 9419.0, 9340.0, 9344.0, 9418.0, 9343.0, 9326.0, 9297.0, 9329.0, 9301.0, 9351.0, 9343.0, 9374.0, 9362.0, 9360.0, 9382.0, 9359.0, 9383.0, 9377.0, 9386.0, 9358.0, 9369.0, 9373.0, 9370.0, 9433.0, 9351.0, 9410.0, 9398.0, 9360.0, 9398.0, 9339.0, 9352.0, 9315.0, 9345.0, 9391.0, 9330.0, 9375.0, 9342.0, 9329.0, 9350.0, 9327.0, 9345.0, 9316.0, 9354.0, 9337.0, 9393.0, 9373.0, 9363.0, 9373.0, 9346.0, 9371.0, 9348.0, 9374.0, 9429.0, 9375.0, 9396.0, 9356.0, 9386.0, 9353.0, 9370.0, 9453.0, 9369.0, 9401.0, 9353.0, 9366.0, 9339.0, 9369.0, 9366.0, 9371.0, 9419.0, 9355.0, 9387.0, 9341.0, 9375.0, 9342.0, 9358.0, 9327.0, 9367.0, 9399.0, 9370.0, 9387.0, 9340.0, 9385.0, 9339.0, 9368.0, 9390.0, 9355.0, 9363.0, 9339.0, 9368.0, 9355.0, 9358.0, 9326.0, 9341.0, 9329.0, 9376.0, 9414.0, 9374.0, 9392.0, 9415.0, 9354.0, 9387.0, 9342.0, 9396.0, 9355.0, 9371.0, 9345.0, 9357.0, 9351.0, 9375.0, 9364.0, 9363.0, 9418.0, 9378.0, 9386.0, 9361.0, 9390.0, 9359.0, 9376.0, 9425.0, 9390.0, 9427.0, 9357.0, 9398.0, 9348.0, 9398.0, 9343.0, 9390.0, 9345.0, 9373.0, 9405.0, 9372.0, 9410.0, 9354.0, 9384.0, 9339.0, 9368.0, 9390.0, 9339.0, 9377.0, 9351.0, 9366.0, 9341.0, 9356.0, 9325.0, 9353.0, 9340.0, 9357.0, 9367.0, 9360.0, 9417.0, 9375.0, 9379.0, 9355.0, 9384.0, 9339.0, 9358.0, 9367.0, 9365.0, 9408.0, 9367.0, 9377.0, 9357.0, 9369.0, 9359.0, 9355.0, 9322.0, 9368.0, 9349.0, 9361.0, 9406.0, 9356.0, 9379.0, 9355.0, 9352.0, 9324.0, 9357.0, 9394.0, 9376.0, 9413.0, 9357.0, 9350.0, 9368.0, 9353.0, 9323.0, 9356.0, 9413.0, 9357.0, 9366.0, 9356.0, 9353.0, 9353.0, 9373.0, 9375.0, 9373.0, 9406.0, 9374.0, 9368.0, 9375.0, 9387.0, 9359.0, 9395.0, 9384.0, 9361.0, 9405.0, 9361.0, 9411.0, 9373.0, 9401.0, 9356.0, 9383.0, 9353.0, 9358.0, 9345.0, 9366.0, 9421.0, 9361.0, 9397.0, 9364.0, 9379.0, 9367.0, 9388.0, 9357.0, 9371.0, 9324.0, 9369.0, 9337.0, 9372.0, 9380.0, 9376.0, 9433.0, 9362.0, 9373.0, 9346.0, 9346.0, 9376.0, 9376.0, 9416.0, 9395.0, 9433.0, 9379.0, 9437.0, 9360.0, 9417.0, 9364.0, 9359.0, 9448.0, 9394.0, 9400.0, 9349.0, 9385.0, 9349.0, 9372.0, 9350.0, 9347.0, 9322.0, 9336.0, 9320.0, 9356.0, 9349.0, 9342.0, 9366.0, 9354.0, 9392.0, 9367.0, 9390.0, 9353.0, 9371.0, 9339.0, 9350.0, 9332.0, 9362.0, 9338.0, 9370.0, 9330.0, 9351.0, 9334.0, 9358.0, 9422.0, 9365.0, 9408.0, 9339.0, 9379.0, 9332.0, 9348.0, 9319.0, 9341.0, 9374.0, 9354.0, 9347.0, 9367.0, 9387.0, 9372.0, 9384.0, 9372.0, 9364.0, 9355.0, 9381.0, 9342.0, 9350.0, 9402.0, 9350.0, 9412.0, 9347.0, 9372.0, 9348.0, 9365.0, 9366.0, 9350.0, 9316.0, 9352.0, 9346.0, 9366.0, 9393.0, 9360.0, 9358.0, 9319.0, 9342.0, 9334.0, 9345.0, 9370.0, 9349.0, 9386.0, 9350.0, 9359.0, 9355.0, 9345.0, 9355.0, 9387.0, 9343.0, 9340.0, 9339.0, 9372.0, 9416.0, 9366.0, 9431.0, 9399.0, 9374.0, 9406.0, 9325.0, 9340.0, 9294.0, 9326.0, 9367.0, 9328.0, 9309.0, 9316.0, 9357.0, 9336.0, 9377.0, 9384.0, 9345.0, 9374.0, 9342.0, 9361.0, 9430.0, 9354.0, 9400.0, 9374.0, 9352.0, 9417.0, 9344.0, 9374.0, 9319.0, 9350.0, 9384.0, 9332.0, 9342.0, 9347.0, 9343.0, 9322.0, 9357.0, 9380.0, 9359.0, 9354.0, 9359.0, 9390.0, 9339.0, 9365.0, 9380.0, 9340.0, 9387.0, 9357.0, 9396.0, 9367.0, 9383.0, 9353.0, 9356.0, 9323.0, 9338.0, 9327.0, 9357.0, 9336.0, 9350.0, 9333.0, 9351.0, 9324.0, 9356.0, 9400.0, 9353.0, 9339.0, 9353.0, 9377.0, 9362.0, 9439.0, 9369.0, 9401.0, 9347.0, 9383.0, 9316.0, 9382.0, 9337.0, 9359.0, 9345.0, 9345.0, 9344.0, 9344.0, 9331.0, 9331.0, 9316.0, 9331.0, 9323.0, 9330.0, 9316.0, 9362.0, 9420.0, 9348.0, 9369.0, 9344.0, 9350.0, 9329.0, 9342.0, 9319.0, 9349.0, 9301.0, 9347.0, 9301.0, 9342.0, 9331.0, 9351.0, 9404.0, 9352.0, 9362.0, 9353.0, 9347.0, 9355.0, 9365.0, 9341.0, 9347.0, 9337.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.002973651315789473</td></tr>
<tr><td colspan=3>aqi</td><td>0.03466615153508772</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.19855131194301</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1655398563666295</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.948300179582877</td></tr>
<tr><td colspan=3>efc</td><td>0.4661</td></tr>
<tr><td colspan=3>fber</td><td>5278.5381</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07981797477925129</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0964912280701755</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.487420664875738</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.403300669973574</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.746757661784921</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.312203662868718</td></tr>
<tr><td colspan=3>gcor</td><td>0.00333073</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01724463887512684</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018079392611980438</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9329875190723844</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>33.4435</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0213</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.4161</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305028.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.4</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3264</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.6146</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3476.34</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.9232</td></tr>
<tr><td colspan=3>tsnr</td><td>35.00172626692802</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>