<?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-0080_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0080_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0080_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0080/ses-02/func/sub-0080_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c3e95b2e110fc4055b5ea4093c9f2c23</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>21:23:58.512500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998252, -0.0582247, -0.0101064, 0.0589574, 0.992927, 0.103052]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10194</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7238, 518, -35, -280, 40, 66]</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>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b10d98b-e3a7-4896-92eb-26a39841c599||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6782381534576416, 0.1581784188747406, -0.010893895290791988, 103.1011962890625], [0.15621262788772583, 2.6639509201049805, 0.2793620526790619, -102.52864837646484], [-0.027114758267998695, -0.276480108499527, 2.6854865550994873, -49.669273376464844], [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': ['212358.512500', '212358.972500', '212359.432500', '212359.892500', '212400.352500', '212400.812500', '212401.272500', '212401.732500', '212402.192500', '212402.652500', '212403.112500', '212403.572500', '212404.032500', '212404.492500', '212404.952500', '212405.412500', '212405.872500', '212406.332500', '212406.792500', '212407.252500', '212407.712500', '212408.172500', '212408.632500', '212409.092500', '212409.552500', '212410.012500', '212410.472500', '212410.932500', '212411.392500', '212411.852500', '212412.312500', '212412.772500', '212413.232500', '212413.692500', '212414.152500', '212414.612500', '212415.072500', '212415.532500', '212415.992500', '212416.452500', '212416.912500', '212417.372500', '212417.832500', '212418.292500', '212418.752500', '212419.212500', '212419.672500', '212420.132500', '212420.592500', '212421.052500', '212421.512500', '212421.972500', '212422.432500', '212422.892500', '212423.352500', '212423.812500', '212424.272500', '212424.732500', '212425.192500', '212425.652500', '212426.112500', '212426.572500', '212427.032500', '212427.492500', '212427.952500', '212428.412500', '212428.872500', '212429.332500', '212429.792500', '212430.252500', '212430.712500', '212431.172500', '212431.632500', '212432.092500', '212432.552500', '212433.012500', '212433.472500', '212433.932500', '212434.392500', '212434.852500', '212435.312500', '212435.772500', '212436.232500', '212436.692500', '212437.152500', '212437.612500', '212438.072500', '212438.532500', '212438.992500', '212439.452500', '212439.912500', '212440.372500', '212440.832500', '212441.292500', '212441.752500', '212442.212500', '212442.672500', '212443.132500', '212443.592500', '212444.052500', '212444.512500', '212444.972500', '212445.432500', '212445.892500', '212446.352500', '212446.812500', '212447.272500', '212447.732500', '212448.192500', '212448.652500', '212449.112500', '212449.572500', '212450.032500', '212450.492500', '212450.952500', '212451.412500', '212451.872500', '212452.332500', '212452.792500', '212453.252500', '212453.712500', '212454.172500', '212454.632500', '212455.092500', '212455.552500', '212456.012500', '212456.472500', '212456.932500', '212457.392500', '212457.852500', '212458.312500', '212458.772500', '212459.232500', '212459.692500', '212500.152500', '212500.612500', '212501.072500', '212501.532500', '212501.992500', '212502.452500', '212502.912500', '212503.372500', '212503.832500', '212504.292500', '212504.752500', '212505.212500', '212505.672500', '212506.132500', '212506.592500', '212507.052500', '212507.512500', '212507.972500', '212508.432500', '212508.892500', '212509.352500', '212509.812500', '212510.272500', '212510.732500', '212511.192500', '212511.652500', '212512.112500', '212512.572500', '212513.032500', '212513.492500', '212513.952500', '212514.412500', '212514.872500', '212515.332500', '212515.792500', '212516.252500', '212516.712500', '212517.172500', '212517.632500', '212518.092500', '212518.552500', '212519.012500', '212519.472500', '212519.932500', '212520.392500', '212520.852500', '212521.312500', '212521.772500', '212522.232500', '212522.692500', '212523.152500', '212523.612500', '212524.072500', '212524.532500', '212524.992500', '212525.452500', '212525.912500', '212526.372500', '212526.832500', '212527.292500', '212527.752500', '212528.212500', '212528.672500', '212529.132500', '212529.592500', '212530.052500', '212530.512500', '212530.972500', '212531.432500', '212531.892500', '212532.352500', '212532.812500', '212533.272500', '212533.732500', '212534.192500', '212534.652500', '212535.112500', '212535.572500', '212536.032500', '212536.492500', '212536.952500', '212537.412500', '212537.872500', '212538.332500', '212538.792500', '212539.252500', '212539.712500', '212540.172500', '212540.632500', '212541.092500', '212541.552500', '212542.012500', '212542.472500', '212542.932500', '212543.392500', '212543.852500', '212544.312500', '212544.772500', '212545.232500', '212545.692500', '212546.152500', '212546.612500', '212547.072500', '212547.532500', '212547.992500', '212548.452500', '212548.912500', '212549.372500', '212549.832500', '212550.292500', '212550.752500', '212551.212500', '212551.672500', '212552.132500', '212552.592500', '212553.052500', '212553.512500', '212553.972500', '212554.432500', '212554.892500', '212555.352500', '212555.812500', '212556.272500', '212556.732500', '212557.192500', '212557.652500', '212558.112500', '212558.572500', '212559.032500', '212559.492500', '212559.952500', '212600.412500', '212600.872500', '212601.332500', '212601.792500', '212602.252500', '212602.712500', '212603.172500', '212603.632500', '212604.092500', '212604.552500', '212605.012500', '212605.472500', '212605.932500', '212606.392500', '212606.852500', '212607.312500', '212607.772500', '212608.232500', '212608.692500', '212609.152500', '212609.612500', '212610.072500', '212610.532500', '212610.992500', '212611.452500', '212611.912500', '212612.372500', '212612.832500', '212613.292500', '212613.752500', '212614.212500', '212614.672500', '212615.132500', '212615.592500', '212616.052500', '212616.512500', '212616.972500', '212617.432500', '212617.892500', '212618.352500', '212618.812500', '212619.272500', '212619.732500', '212620.192500', '212620.652500', '212621.112500', '212621.572500', '212622.032500', '212622.492500', '212622.952500', '212623.412500', '212623.872500', '212624.332500', '212624.792500', '212625.252500', '212625.712500', '212626.172500', '212626.632500', '212627.092500', '212627.552500', '212628.012500', '212628.472500', '212628.932500', '212629.392500', '212629.852500', '212630.312500', '212630.772500', '212631.232500', '212631.692500', '212632.152500', '212632.612500', '212633.072500', '212633.532500', '212633.992500', '212634.452500', '212634.912500', '212635.372500', '212635.832500', '212636.292500', '212636.752500', '212637.212500', '212637.672500', '212638.132500', '212638.592500', '212639.052500', '212639.512500', '212639.972500', '212640.432500', '212640.892500', '212641.352500', '212641.812500', '212642.272500', '212642.732500', '212643.192500', '212643.652500', '212644.112500', '212644.572500', '212645.032500', '212645.492500', '212645.952500', '212646.412500', '212646.872500', '212647.332500', '212647.792500', '212648.252500', '212648.712500', '212649.172500', '212649.632500', '212650.092500', '212650.552500', '212651.012500', '212651.472500', '212651.932500', '212652.392500', '212652.852500', '212653.312500', '212653.772500', '212654.232500', '212654.692500', '212655.152500', '212655.612500', '212656.072500', '212656.532500', '212656.992500', '212657.452500', '212657.912500', '212658.372500', '212658.832500', '212659.292500', '212659.752500', '212700.212500', '212700.672500', '212701.132500', '212701.592500', '212702.052500', '212702.512500', '212702.972500', '212703.432500', '212703.892500', '212704.352500', '212704.812500', '212705.272500', '212705.732500', '212706.192500', '212706.652500', '212707.112500', '212707.572500', '212708.032500', '212708.492500', '212708.952500', '212709.412500', '212709.872500', '212710.332500', '212710.792500', '212711.252500', '212711.712500', '212712.172500', '212712.632500', '212713.092500', '212713.552500', '212714.012500', '212714.472500', '212714.932500', '212715.392500', '212715.852500', '212716.312500', '212716.772500', '212717.232500', '212717.692500', '212718.152500', '212718.612500', '212719.072500', '212719.532500', '212719.992500', '212720.452500', '212720.912500', '212721.372500', '212721.832500', '212722.292500', '212722.752500', '212723.212500', '212723.672500', '212724.132500', '212724.592500', '212725.052500', '212725.512500', '212725.972500', '212726.432500', '212726.892500', '212727.352500', '212727.812500', '212728.272500', '212728.732500', '212729.192500', '212729.652500', '212730.112500', '212730.572500', '212731.032500', '212731.492500', '212731.952500', '212732.412500', '212732.872500', '212733.332500', '212733.792500', '212734.252500', '212734.712500', '212735.172500', '212735.632500', '212736.092500', '212736.552500', '212737.012500', '212737.472500', '212737.932500', '212738.392500', '212738.852500', '212739.312500', '212739.772500', '212740.232500', '212740.692500', '212741.152500', '212741.612500', '212742.072500', '212742.532500', '212742.992500', '212743.452500', '212743.912500', '212744.372500', '212744.832500', '212745.292500', '212745.752500', '212746.212500', '212746.672500', '212747.132500', '212747.592500', '212748.052500', '212748.512500', '212748.972500', '212749.432500', '212749.892500', '212750.352500', '212750.812500', '212751.272500', '212751.732500', '212752.192500', '212752.652500', '212753.112500', '212753.572500', '212754.032500', '212754.492500', '212754.952500', '212755.412500', '212755.872500', '212756.332500', '212756.792500', '212757.252500', '212757.712500', '212758.172500', '212758.632500', '212759.092500', '212759.552500', '212800.012500', '212800.472500', '212800.932500', '212801.392500', '212801.852500', '212802.312500', '212802.772500', '212803.232500', '212803.692500', '212804.152500', '212804.612500', '212805.072500', '212805.532500', '212805.992500', '212806.452500', '212806.912500', '212807.372500', '212807.832500', '212808.292500', '212808.752500', '212809.212500', '212809.672500', '212810.132500', '212810.592500', '212811.052500', '212811.512500', '212811.972500', '212812.432500', '212812.892500', '212813.352500', '212813.812500', '212814.272500', '212814.732500', '212815.192500', '212815.652500', '212816.112500', '212816.572500', '212817.032500', '212817.492500', '212817.952500', '212818.412500', '212818.872500', '212819.332500', '212819.792500', '212820.252500', '212820.712500', '212821.172500', '212821.632500', '212822.092500', '212822.552500', '212823.012500', '212823.472500', '212823.932500', '212824.392500', '212824.852500', '212825.312500', '212825.772500', '212826.232500', '212826.692500', '212827.152500', '212827.612500', '212828.072500', '212828.532500', '212828.992500', '212829.452500', '212829.912500', '212830.372500', '212830.832500', '212831.292500', '212831.752500', '212832.212500', '212832.672500', '212833.132500', '212833.592500', '212834.052500', '212834.512500', '212834.972500', '212835.432500', '212835.892500', '212836.352500', '212836.812500', '212837.272500', '212837.732500', '212838.192500', '212838.652500', '212839.112500', '212839.572500', '212840.032500', '212840.492500', '212840.952500', '212841.412500', '212841.872500', '212842.332500', '212842.792500', '212843.252500', '212843.712500', '212844.172500', '212844.632500', '212845.092500', '212845.552500', '212846.012500', '212846.472500', '212846.932500', '212847.392500', '212847.852500', '212848.312500', '212848.772500', '212849.232500', '212849.692500', '212850.152500', '212850.612500', '212851.072500', '212851.532500', '212851.992500', '212852.452500', '212852.912500', '212853.372500', '212853.832500', '212854.292500', '212854.752500', '212855.212500', '212855.672500', '212856.132500', '212856.592500', '212857.052500', '212857.512500', '212857.972500', '212858.432500', '212858.892500', '212859.352500', '212859.812500', '212900.272500', '212900.732500', '212901.192500', '212901.652500', '212902.112500', '212902.572500', '212903.032500', '212903.492500', '212903.952500', '212904.412500', '212904.872500', '212905.332500', '212905.792500', '212906.252500', '212906.712500', '212907.172500', '212907.632500', '212908.092500', '212908.552500', '212909.012500', '212909.472500', '212909.932500', '212910.392500', '212910.852500', '212911.312500', '212911.772500', '212912.232500', '212912.692500', '212913.152500', '212913.612500', '212914.072500', '212914.532500', '212914.992500', '212915.452500', '212915.912500', '212916.372500', '212916.832500', '212917.292500', '212917.752500', '212918.212500', '212918.672500', '212919.132500', '212919.592500', '212920.052500', '212920.512500', '212920.972500', '212921.432500', '212921.892500', '212922.352500', '212922.812500', '212923.272500', '212923.732500', '212924.192500', '212924.652500', '212925.112500', '212925.572500', '212926.032500', '212926.492500', '212926.952500', '212927.412500', '212927.872500', '212928.332500', '212928.792500', '212929.252500', '212929.712500', '212930.172500', '212930.632500', '212931.092500', '212931.552500', '212932.012500', '212932.472500', '212932.932500', '212933.392500', '212933.852500', '212934.312500', '212934.772500', '212935.232500', '212935.692500', '212936.152500', '212936.612500', '212937.072500', '212937.532500', '212937.992500', '212938.452500', '212938.912500', '212939.372500', '212939.832500', '212940.292500', '212940.752500', '212941.212500', '212941.672500', '212942.132500', '212942.592500', '212943.052500', '212943.512500', '212943.972500', '212944.432500', '212944.892500', '212945.352500', '212945.812500', '212946.272500', '212946.732500', '212947.192500', '212947.652500', '212948.112500', '212948.572500', '212949.032500', '212949.492500', '212949.952500', '212950.412500', '212950.872500', '212951.332500', '212951.792500', '212952.252500', '212952.712500', '212953.172500', '212953.632500', '212954.092500', '212954.552500', '212955.012500', '212955.472500', '212955.932500', '212956.392500', '212956.852500', '212957.312500', '212957.772500', '212958.232500', '212958.692500', '212959.152500', '212959.612500', '213000.072500', '213000.532500', '213000.992500', '213001.452500', '213001.912500', '213002.372500', '213002.832500', '213003.292500', '213003.752500', '213004.212500', '213004.672500', '213005.132500', '213005.592500', '213006.052500', '213006.512500', '213006.972500', '213007.432500', '213007.892500', '213008.352500', '213008.812500', '213009.272500', '213009.732500', '213010.192500', '213010.652500', '213011.112500', '213011.572500', '213012.032500', '213012.492500', '213012.952500', '213013.412500', '213013.872500', '213014.332500', '213014.792500', '213015.252500', '213015.712500', '213016.172500', '213016.632500', '213017.092500', '213017.552500', '213018.012500', '213018.472500', '213018.932500', '213019.392500', '213019.852500', '213020.312500', '213020.772500', '213021.232500', '213021.692500', '213022.152500', '213022.612500', '213023.072500', '213023.532500', '213023.992500', '213024.452500', '213024.912500', '213025.372500', '213025.832500', '213026.292500', '213026.752500', '213027.212500', '213027.672500', '213028.132500', '213028.592500', '213029.052500', '213029.512500', '213029.972500', '213030.432500', '213030.892500', '213031.352500', '213031.812500', '213032.272500', '213032.732500', '213033.192500', '213033.652500', '213034.112500', '213034.572500', '213035.032500', '213035.492500', '213035.952500', '213036.412500', '213036.872500', '213037.332500', '213037.792500', '213038.252500', '213038.712500', '213039.172500', '213039.632500', '213040.092500', '213040.552500', '213041.012500', '213041.472500', '213041.932500', '213042.392500', '213042.852500', '213043.312500', '213043.772500', '213044.232500', '213044.692500', '213045.152500', '213045.612500', '213046.072500', '213046.532500', '213046.992500', '213047.452500', '213047.912500', '213048.372500', '213048.832500', '213049.292500', '213049.752500', '213050.212500', '213050.672500', '213051.132500', '213051.592500', '213052.052500', '213052.512500', '213052.972500', '213053.432500', '213053.892500', '213054.352500', '213054.812500', '213055.272500', '213055.732500', '213056.192500', '213056.652500', '213057.112500', '213057.572500', '213058.032500', '213058.492500'], 'ContentTime': ['212417.686000', '212417.689000', '212417.692000', '212417.695000', '212417.705000', '212417.707000', '212417.710000', '212417.712000', '212417.715000', '212417.717000', '212417.720000', '212417.722000', '212417.725000', '212417.728000', '212417.730000', '212417.733000', '212417.736000', '212417.738000', '212417.741000', '212417.743000', '212417.746000', '212417.748000', '212417.751000', '212417.754000', '212417.756000', '212417.759000', '212417.761000', '212417.764000', '212417.766000', '212417.769000', '212417.772000', '212417.774000', '212417.777000', '212417.779000', '212417.782000', '212417.785000', '212417.792000', '212417.794000', '212417.797000', '212437.658000', '212437.661000', '212437.664000', '212437.666000', '212437.669000', '212437.672000', '212437.680000', '212437.682000', '212437.685000', '212437.687000', '212437.690000', '212437.693000', '212437.695000', '212437.698000', '212437.700000', '212437.703000', '212437.706000', '212437.708000', '212437.711000', '212437.713000', '212437.716000', '212437.718000', '212437.721000', '212437.723000', '212437.726000', '212437.729000', '212437.731000', '212437.734000', '212437.736000', '212437.739000', '212437.741000', '212437.744000', '212437.747000', '212437.749000', '212437.752000', '212437.754000', '212437.757000', '212437.759000', '212437.762000', '212437.765000', '212437.767000', '212437.770000', '212437.772000', '212437.775000', '212457.658000', '212457.661000', '212457.668000', '212457.671000', '212457.673000', '212457.676000', '212457.678000', '212457.681000', '212457.683000', '212457.686000', '212457.688000', '212457.691000', '212457.694000', '212457.696000', '212457.699000', '212457.713000', '212457.716000', '212457.718000', '212457.721000', '212457.723000', '212457.726000', '212457.729000', '212457.731000', '212457.734000', '212457.736000', '212457.739000', '212457.741000', '212457.744000', '212457.747000', '212457.749000', '212457.752000', '212457.754000', '212457.757000', '212457.759000', '212457.770000', '212457.773000', '212457.775000', '212457.778000', '212457.780000', '212457.783000', '212457.786000', '212457.788000', '212457.791000', '212517.659000', '212517.661000', '212517.664000', '212517.667000', '212517.669000', '212517.672000', '212517.675000', '212517.678000', '212517.680000', '212517.683000', '212517.685000', '212517.688000', '212517.691000', '212517.693000', '212517.696000', '212517.698000', '212517.701000', '212517.703000', '212517.706000', '212517.709000', '212517.711000', '212517.714000', '212517.716000', '212517.719000', '212517.721000', '212517.724000', '212517.727000', '212517.730000', '212517.732000', '212517.735000', '212517.738000', '212517.740000', '212517.743000', '212517.746000', '212517.748000', '212517.751000', '212517.754000', '212517.768000', '212517.770000', '212517.773000', '212517.776000', '212517.778000', '212517.781000', '212517.784000', '212537.658000', '212537.661000', '212537.664000', '212537.666000', '212537.669000', '212537.672000', '212537.674000', '212537.677000', '212537.679000', '212537.682000', '212537.684000', '212537.687000', '212537.690000', '212537.692000', '212537.695000', '212537.698000', '212537.700000', '212537.703000', '212537.705000', '212537.708000', '212537.711000', '212537.713000', '212537.716000', '212537.718000', '212537.721000', '212537.723000', '212537.726000', '212537.729000', '212537.731000', '212537.734000', '212537.736000', '212537.739000', '212537.742000', '212537.744000', '212537.775000', '212537.778000', '212537.780000', '212537.783000', '212537.785000', '212537.788000', '212537.791000', '212537.793000', '212537.796000', '212557.658000', '212557.660000', '212557.663000', '212557.666000', '212557.668000', '212557.671000', '212557.673000', '212557.676000', '212557.679000', '212557.681000', '212557.684000', '212557.687000', '212557.689000', '212557.692000', '212557.694000', '212557.697000', '212557.700000', '212557.702000', '212557.705000', '212557.707000', '212557.710000', '212557.713000', '212557.715000', '212557.718000', '212557.720000', '212557.723000', '212557.733000', '212557.736000', '212557.738000', '212557.741000', '212557.744000', '212557.746000', '212557.749000', '212557.751000', '212557.754000', '212557.757000', '212557.759000', '212557.762000', '212557.765000', '212557.767000', '212557.770000', '212557.772000', '212557.775000', '212617.657000', '212617.660000', '212617.663000', '212617.665000', '212617.668000', '212617.670000', '212617.673000', '212617.682000', '212617.684000', '212617.687000', '212617.689000', '212617.692000', '212617.695000', '212617.697000', '212617.700000', '212617.702000', '212617.705000', '212617.708000', '212617.710000', '212617.713000', '212617.715000', '212617.718000', '212617.721000', '212617.723000', '212617.726000', '212617.729000', '212617.731000', '212617.734000', '212617.736000', '212617.739000', '212617.742000', '212617.744000', '212617.747000', '212617.749000', '212617.752000', '212617.755000', '212617.757000', '212617.760000', '212617.762000', '212617.765000', '212617.767000', '212617.770000', '212617.773000', '212617.775000', '212637.658000', '212637.661000', '212637.664000', '212637.667000', '212637.669000', '212637.672000', '212637.675000', '212637.677000', '212637.680000', '212637.683000', '212637.685000', '212637.701000', '212637.704000', '212637.706000', '212637.709000', '212637.711000', '212637.715000', '212637.717000', '212637.720000', '212637.722000', '212637.725000', '212637.728000', '212637.730000', '212637.733000', '212637.735000', '212637.738000', '212637.741000', '212637.743000', '212637.746000', '212637.749000', '212637.751000', '212637.754000', '212637.756000', '212637.759000', '212637.762000', '212637.764000', '212637.767000', '212637.769000', '212637.772000', '212637.775000', '212637.777000', '212637.780000', '212637.783000', '212657.658000', '212657.661000', '212657.664000', '212657.666000', '212657.669000', '212657.672000', '212657.674000', '212657.677000', '212657.680000', '212657.682000', '212657.685000', '212657.688000', '212657.690000', '212657.693000', '212657.695000', '212657.698000', '212657.701000', '212657.703000', '212657.706000', '212657.708000', '212657.711000', '212657.714000', '212657.716000', '212657.719000', '212657.721000', '212657.724000', '212657.727000', '212657.729000', '212657.732000', '212657.734000', '212657.737000', '212657.740000', '212657.742000', '212657.745000', '212657.747000', '212657.750000', '212657.753000', '212657.755000', '212657.758000', '212657.760000', '212657.763000', '212657.766000', '212657.768000', '212657.771000', '212717.658000', '212717.661000', '212717.664000', '212717.666000', '212717.669000', '212717.672000', '212717.674000', '212717.677000', '212717.679000', '212717.683000', '212717.685000', '212717.688000', '212717.691000', '212717.693000', '212717.696000', '212717.699000', '212717.701000', '212717.704000', '212717.706000', '212717.709000', '212717.712000', '212717.714000', '212717.717000', '212717.720000', '212717.722000', '212717.725000', '212717.727000', '212717.730000', '212717.733000', '212717.735000', '212717.738000', '212717.741000', '212717.743000', '212717.746000', '212717.748000', '212717.751000', '212717.754000', '212717.756000', '212717.759000', '212717.762000', '212717.764000', '212717.767000', '212717.769000', '212737.658000', '212737.661000', '212737.664000', '212737.667000', '212737.669000', '212737.672000', '212737.675000', '212737.677000', '212737.680000', '212737.682000', '212737.685000', '212737.688000', '212737.690000', '212737.693000', '212737.696000', '212737.698000', '212737.701000', '212737.703000', '212737.706000', '212737.709000', '212737.711000', '212737.714000', '212737.716000', '212737.719000', '212737.722000', '212737.724000', '212737.727000', '212737.729000', '212737.732000', '212737.734000', '212737.737000', '212737.740000', '212737.742000', '212737.745000', '212737.748000', '212737.750000', '212737.753000', '212737.755000', '212737.758000', '212737.761000', '212737.763000', '212737.773000', '212737.776000', '212737.779000', '212757.659000', '212757.661000', '212757.664000', '212757.667000', '212757.669000', '212757.672000', '212757.674000', '212757.677000', '212757.680000', '212757.682000', '212757.685000', '212757.688000', '212757.690000', '212757.693000', '212757.696000', '212757.698000', '212757.701000', '212757.703000', '212757.706000', '212757.709000', '212757.711000', '212757.714000', '212757.717000', '212757.719000', '212757.722000', '212757.724000', '212757.727000', '212757.730000', '212757.732000', '212757.735000', '212757.738000', '212757.740000', '212757.743000', '212757.746000', '212757.749000', '212757.751000', '212757.771000', '212757.774000', '212757.777000', '212757.779000', '212757.782000', '212757.785000', '212757.787000', '212817.658000', '212817.660000', '212817.663000', '212817.665000', '212817.668000', '212817.671000', '212817.673000', '212817.676000', '212817.679000', '212817.681000', '212817.684000', '212817.686000', '212817.689000', '212817.691000', '212817.694000', '212817.697000', '212817.699000', '212817.702000', '212817.704000', '212817.707000', '212817.710000', '212817.712000', '212817.715000', '212817.718000', '212817.720000', '212817.723000', '212817.725000', '212817.728000', '212817.731000', '212817.733000', '212817.736000', '212817.738000', '212817.747000', '212817.750000', '212817.752000', '212817.755000', '212817.758000', '212817.760000', '212817.763000', '212817.766000', '212817.768000', '212817.771000', '212817.773000', '212817.776000', '212837.658000', '212837.661000', '212837.663000', '212837.666000', '212837.668000', '212837.671000', '212837.674000', '212837.676000', '212837.679000', '212837.682000', '212837.684000', '212837.687000', '212837.689000', '212837.692000', '212837.695000', '212837.697000', '212837.700000', '212837.703000', '212837.705000', '212837.708000', '212837.710000', '212837.713000', '212837.716000', '212837.718000', '212837.721000', '212837.723000', '212837.726000', '212837.729000', '212837.731000', '212837.734000', '212837.736000', '212837.739000', '212837.742000', '212837.744000', '212837.747000', '212837.749000', '212837.752000', '212837.755000', '212837.757000', '212837.760000', '212837.763000', '212837.765000', '212837.768000', '212857.658000', '212857.661000', '212857.664000', '212857.666000', '212857.669000', '212857.672000', '212857.674000', '212857.677000', '212857.680000', '212857.682000', '212857.685000', '212857.687000', '212857.690000', '212857.692000', '212857.695000', '212857.698000', '212857.700000', '212857.703000', '212857.705000', '212857.708000', '212857.711000', '212857.713000', '212857.716000', '212857.719000', '212857.721000', '212857.724000', '212857.727000', '212857.729000', '212857.732000', '212857.735000', '212857.737000', '212857.740000', '212857.742000', '212857.745000', '212857.748000', '212857.750000', '212857.753000', '212857.755000', '212857.758000', '212857.761000', '212857.763000', '212857.766000', '212857.768000', '212857.771000', '212917.658000', '212917.661000', '212917.664000', '212917.667000', '212917.669000', '212917.672000', '212917.674000', '212917.677000', '212917.680000', '212917.682000', '212917.685000', '212917.687000', '212917.690000', '212917.693000', '212917.695000', '212917.698000', '212917.701000', '212917.703000', '212917.706000', '212917.708000', '212917.711000', '212917.714000', '212917.716000', '212917.719000', '212917.722000', '212917.724000', '212917.727000', '212917.730000', '212917.733000', '212917.735000', '212917.738000', '212917.741000', '212917.743000', '212917.746000', '212917.748000', '212917.751000', '212917.754000', '212917.756000', '212917.759000', '212917.762000', '212917.764000', '212917.767000', '212917.769000', '212937.658000', '212937.661000', '212937.664000', '212937.693000', '212937.696000', '212937.698000', '212937.701000', '212937.703000', '212937.706000', '212937.709000', '212937.711000', '212937.714000', '212937.717000', '212937.719000', '212937.722000', '212937.724000', '212937.727000', '212937.730000', '212937.732000', '212937.735000', '212937.738000', '212937.740000', '212937.743000', '212937.745000', '212937.748000', '212937.751000', '212937.753000', '212937.756000', '212937.759000', '212937.761000', '212937.764000', '212937.766000', '212937.769000', '212937.772000', '212937.774000', '212937.777000', '212937.780000', '212937.782000', '212937.785000', '212937.787000', '212937.790000', '212937.793000', '212937.795000', '212937.800000', '212957.658000', '212957.661000', '212957.664000', '212957.667000', '212957.669000', '212957.672000', '212957.675000', '212957.677000', '212957.680000', '212957.682000', '212957.685000', '212957.688000', '212957.690000', '212957.693000', '212957.695000', '212957.698000', '212957.701000', '212957.703000', '212957.706000', '212957.709000', '212957.711000', '212957.714000', '212957.716000', '212957.719000', '212957.722000', '212957.724000', '212957.727000', '212957.729000', '212957.732000', '212957.734000', '212957.737000', '212957.740000', '212957.743000', '212957.745000', '212957.748000', '212957.751000', '212957.753000', '212957.756000', '212957.759000', '212957.761000', '212957.764000', '212957.767000', '212957.769000', '213017.659000', '213017.662000', '213017.664000', '213017.667000', '213017.670000', '213017.672000', '213017.675000', '213017.677000', '213017.680000', '213017.683000', '213017.685000', '213017.688000', '213017.691000', '213017.693000', '213017.696000', '213017.698000', '213017.701000', '213017.704000', '213017.706000', '213017.709000', '213017.711000', '213017.714000', '213017.716000', '213017.719000', '213017.722000', '213017.724000', '213017.727000', '213017.729000', '213017.732000', '213017.735000', '213017.737000', '213017.740000', '213017.743000', '213017.745000', '213017.748000', '213017.750000', '213017.753000', '213017.755000', '213017.758000', '213017.761000', '213017.763000', '213017.766000', '213017.768000', '213017.771000', '213037.657000', '213037.660000', '213037.663000', '213037.665000', '213037.668000', '213037.671000', '213037.673000', '213037.676000', '213037.678000', '213037.681000', '213037.684000', '213037.686000', '213037.689000', '213037.692000', '213037.694000', '213037.697000', '213037.700000', '213037.702000', '213037.705000', '213037.707000', '213037.710000', '213037.713000', '213037.715000', '213037.718000', '213037.720000', '213037.723000', '213037.726000', '213037.728000', '213037.731000', '213037.734000', '213037.736000', '213037.739000', '213037.741000', '213037.744000', '213037.747000', '213037.749000', '213037.752000', '213037.754000', '213037.757000', '213037.760000', '213037.762000', '213037.765000', '213037.767000', '213057.659000', '213057.661000', '213057.664000', '213057.667000', '213057.669000', '213057.672000', '213057.674000', '213057.677000', '213057.679000', '213057.682000', '213057.685000', '213057.687000', '213057.690000', '213057.692000', '213057.710000', '213057.713000', '213057.715000', '213057.718000', '213057.721000', '213057.723000', '213057.726000', '213057.728000', '213057.731000', '213057.733000', '213057.736000', '213057.739000', '213057.741000', '213057.744000', '213057.747000', '213057.749000', '213057.752000', '213057.754000', '213057.757000', '213057.760000', '213057.762000', '213057.765000', '213057.767000', '213057.770000', '213057.773000', '213057.775000', '213057.778000', '213057.780000', '213057.783000', '213057.786000', '213059.868000', '213059.871000', '213059.874000', '213059.878000', '213059.881000'], 'InstanceCreationTime': ['212417.686000', '212417.689000', '212417.692000', '212417.695000', '212417.705000', '212417.707000', '212417.710000', '212417.712000', '212417.715000', '212417.717000', '212417.720000', '212417.722000', '212417.725000', '212417.728000', '212417.730000', '212417.733000', '212417.736000', '212417.738000', '212417.741000', '212417.743000', '212417.746000', '212417.748000', '212417.751000', '212417.754000', '212417.756000', '212417.759000', '212417.761000', '212417.764000', '212417.766000', '212417.769000', '212417.772000', '212417.774000', '212417.777000', '212417.779000', '212417.782000', '212417.785000', '212417.792000', '212417.794000', '212417.797000', '212437.658000', '212437.661000', '212437.664000', '212437.666000', '212437.669000', '212437.672000', '212437.680000', '212437.682000', '212437.685000', '212437.687000', '212437.690000', '212437.693000', '212437.695000', '212437.698000', '212437.700000', '212437.703000', '212437.706000', '212437.708000', '212437.711000', '212437.713000', '212437.716000', '212437.718000', '212437.721000', '212437.723000', '212437.726000', '212437.729000', '212437.731000', '212437.734000', '212437.736000', '212437.739000', '212437.741000', '212437.744000', '212437.747000', '212437.749000', '212437.752000', '212437.754000', '212437.757000', '212437.759000', '212437.762000', '212437.765000', '212437.767000', '212437.770000', '212437.772000', '212437.775000', '212457.658000', '212457.661000', '212457.668000', '212457.671000', '212457.673000', '212457.676000', '212457.678000', '212457.681000', '212457.683000', '212457.686000', '212457.688000', '212457.691000', '212457.694000', '212457.696000', '212457.699000', '212457.713000', '212457.716000', '212457.718000', '212457.721000', '212457.723000', '212457.726000', '212457.729000', '212457.731000', '212457.734000', '212457.736000', '212457.739000', '212457.741000', '212457.744000', '212457.747000', '212457.749000', '212457.752000', '212457.754000', '212457.757000', '212457.759000', '212457.770000', '212457.773000', '212457.775000', '212457.778000', '212457.780000', '212457.783000', '212457.786000', '212457.788000', '212457.791000', '212517.659000', '212517.661000', '212517.664000', '212517.667000', '212517.669000', '212517.672000', '212517.675000', '212517.678000', '212517.680000', '212517.683000', '212517.685000', '212517.688000', '212517.691000', '212517.693000', '212517.696000', '212517.698000', '212517.701000', '212517.703000', '212517.706000', '212517.709000', '212517.711000', '212517.714000', '212517.716000', '212517.719000', '212517.721000', '212517.724000', '212517.727000', '212517.730000', '212517.732000', '212517.735000', '212517.738000', '212517.740000', '212517.743000', '212517.746000', '212517.748000', '212517.751000', '212517.754000', '212517.768000', '212517.770000', '212517.773000', '212517.776000', '212517.778000', '212517.781000', '212517.784000', '212537.658000', '212537.661000', '212537.664000', '212537.666000', '212537.669000', '212537.672000', '212537.674000', '212537.677000', '212537.679000', '212537.682000', '212537.684000', '212537.687000', '212537.690000', '212537.692000', '212537.695000', '212537.698000', '212537.700000', '212537.703000', '212537.705000', '212537.708000', '212537.711000', '212537.713000', '212537.716000', '212537.718000', '212537.721000', '212537.723000', '212537.726000', '212537.729000', '212537.731000', '212537.734000', '212537.736000', '212537.739000', '212537.742000', '212537.744000', '212537.775000', '212537.778000', '212537.780000', '212537.783000', '212537.785000', '212537.788000', '212537.791000', '212537.793000', '212537.796000', '212557.658000', '212557.660000', '212557.663000', '212557.666000', '212557.668000', '212557.671000', '212557.673000', '212557.676000', '212557.679000', '212557.681000', '212557.684000', '212557.687000', '212557.689000', '212557.692000', '212557.694000', '212557.697000', '212557.700000', '212557.702000', '212557.705000', '212557.707000', '212557.710000', '212557.713000', '212557.715000', '212557.718000', '212557.720000', '212557.723000', '212557.733000', '212557.736000', '212557.738000', '212557.741000', '212557.744000', '212557.746000', '212557.749000', '212557.751000', '212557.754000', '212557.757000', '212557.759000', '212557.762000', '212557.765000', '212557.767000', '212557.770000', '212557.772000', '212557.775000', '212617.657000', '212617.660000', '212617.663000', '212617.665000', '212617.668000', '212617.670000', '212617.673000', '212617.682000', '212617.684000', '212617.687000', '212617.689000', '212617.692000', '212617.695000', '212617.697000', '212617.700000', '212617.702000', '212617.705000', '212617.708000', '212617.710000', '212617.713000', '212617.715000', '212617.718000', '212617.721000', '212617.723000', '212617.726000', '212617.729000', '212617.731000', '212617.734000', '212617.736000', '212617.739000', '212617.742000', '212617.744000', '212617.747000', '212617.749000', '212617.752000', '212617.755000', '212617.757000', '212617.760000', '212617.762000', '212617.765000', '212617.767000', '212617.770000', '212617.773000', '212617.775000', '212637.658000', '212637.661000', '212637.664000', '212637.667000', '212637.669000', '212637.672000', '212637.675000', '212637.677000', '212637.680000', '212637.683000', '212637.685000', '212637.701000', '212637.704000', '212637.706000', '212637.709000', '212637.711000', '212637.715000', '212637.717000', '212637.720000', '212637.722000', '212637.725000', '212637.728000', '212637.730000', '212637.733000', '212637.735000', '212637.738000', '212637.741000', '212637.743000', '212637.746000', '212637.749000', '212637.751000', '212637.754000', '212637.756000', '212637.759000', '212637.762000', '212637.764000', '212637.767000', '212637.769000', '212637.772000', '212637.775000', '212637.777000', '212637.780000', '212637.783000', '212657.658000', '212657.661000', '212657.664000', '212657.666000', '212657.669000', '212657.672000', '212657.674000', '212657.677000', '212657.680000', '212657.682000', '212657.685000', '212657.688000', '212657.690000', '212657.693000', '212657.695000', '212657.698000', '212657.701000', '212657.703000', '212657.706000', '212657.708000', '212657.711000', '212657.714000', '212657.716000', '212657.719000', '212657.721000', '212657.724000', '212657.727000', '212657.729000', '212657.732000', '212657.734000', '212657.737000', '212657.740000', '212657.742000', '212657.745000', '212657.747000', '212657.750000', '212657.753000', '212657.755000', '212657.758000', '212657.760000', '212657.763000', '212657.766000', '212657.768000', '212657.771000', '212717.658000', '212717.661000', '212717.664000', '212717.666000', '212717.669000', '212717.672000', '212717.674000', '212717.677000', '212717.679000', '212717.683000', '212717.685000', '212717.688000', '212717.691000', '212717.693000', '212717.696000', '212717.699000', '212717.701000', '212717.704000', '212717.706000', '212717.709000', '212717.712000', '212717.714000', '212717.717000', '212717.720000', '212717.722000', '212717.725000', '212717.727000', '212717.730000', '212717.733000', '212717.735000', '212717.738000', '212717.741000', '212717.743000', '212717.746000', '212717.748000', '212717.751000', '212717.754000', '212717.756000', '212717.759000', '212717.762000', '212717.764000', '212717.767000', '212717.769000', '212737.658000', '212737.661000', '212737.664000', '212737.667000', '212737.669000', '212737.672000', '212737.675000', '212737.677000', '212737.680000', '212737.682000', '212737.685000', '212737.688000', '212737.690000', '212737.693000', '212737.696000', '212737.698000', '212737.701000', '212737.703000', '212737.706000', '212737.709000', '212737.711000', '212737.714000', '212737.716000', '212737.719000', '212737.722000', '212737.724000', '212737.727000', '212737.729000', '212737.732000', '212737.734000', '212737.737000', '212737.740000', '212737.742000', '212737.745000', '212737.748000', '212737.750000', '212737.753000', '212737.755000', '212737.758000', '212737.761000', '212737.763000', '212737.773000', '212737.776000', '212737.779000', '212757.659000', '212757.661000', '212757.664000', '212757.667000', '212757.669000', '212757.672000', '212757.674000', '212757.677000', '212757.680000', '212757.682000', '212757.685000', '212757.688000', '212757.690000', '212757.693000', '212757.696000', '212757.698000', '212757.701000', '212757.703000', '212757.706000', '212757.709000', '212757.711000', '212757.714000', '212757.717000', '212757.719000', '212757.722000', '212757.724000', '212757.727000', '212757.730000', '212757.732000', '212757.735000', '212757.738000', '212757.740000', '212757.743000', '212757.746000', '212757.749000', '212757.751000', '212757.771000', '212757.774000', '212757.777000', '212757.779000', '212757.782000', '212757.785000', '212757.787000', '212817.658000', '212817.660000', '212817.663000', '212817.665000', '212817.668000', '212817.671000', '212817.673000', '212817.676000', '212817.679000', '212817.681000', '212817.684000', '212817.686000', '212817.689000', '212817.691000', '212817.694000', '212817.697000', '212817.699000', '212817.702000', '212817.704000', '212817.707000', '212817.710000', '212817.712000', '212817.715000', '212817.718000', '212817.720000', '212817.723000', '212817.725000', '212817.728000', '212817.731000', '212817.733000', '212817.736000', '212817.738000', '212817.747000', '212817.750000', '212817.752000', '212817.755000', '212817.758000', '212817.760000', '212817.763000', '212817.766000', '212817.768000', '212817.771000', '212817.773000', '212817.776000', '212837.658000', '212837.661000', '212837.663000', '212837.666000', '212837.668000', '212837.671000', '212837.674000', '212837.676000', '212837.679000', '212837.682000', '212837.684000', '212837.687000', '212837.689000', '212837.692000', '212837.695000', '212837.697000', '212837.700000', '212837.703000', '212837.705000', '212837.708000', '212837.710000', '212837.713000', '212837.716000', '212837.718000', '212837.721000', '212837.723000', '212837.726000', '212837.729000', '212837.731000', '212837.734000', '212837.736000', '212837.739000', '212837.742000', '212837.744000', '212837.747000', '212837.749000', '212837.752000', '212837.755000', '212837.757000', '212837.760000', '212837.763000', '212837.765000', '212837.768000', '212857.658000', '212857.661000', '212857.664000', '212857.666000', '212857.669000', '212857.672000', '212857.674000', '212857.677000', '212857.680000', '212857.682000', '212857.685000', '212857.687000', '212857.690000', '212857.692000', '212857.695000', '212857.698000', '212857.700000', '212857.703000', '212857.705000', '212857.708000', '212857.711000', '212857.713000', '212857.716000', '212857.719000', '212857.721000', '212857.724000', '212857.727000', '212857.729000', '212857.732000', '212857.735000', '212857.737000', '212857.740000', '212857.742000', '212857.745000', '212857.748000', '212857.750000', '212857.753000', '212857.755000', '212857.758000', '212857.761000', '212857.763000', '212857.766000', '212857.768000', '212857.771000', '212917.658000', '212917.661000', '212917.664000', '212917.667000', '212917.669000', '212917.672000', '212917.674000', '212917.677000', '212917.680000', '212917.682000', '212917.685000', '212917.687000', '212917.690000', '212917.693000', '212917.695000', '212917.698000', '212917.701000', '212917.703000', '212917.706000', '212917.708000', '212917.711000', '212917.714000', '212917.716000', '212917.719000', '212917.722000', '212917.724000', '212917.727000', '212917.730000', '212917.733000', '212917.735000', '212917.738000', '212917.741000', '212917.743000', '212917.746000', '212917.748000', '212917.751000', '212917.754000', '212917.756000', '212917.759000', '212917.762000', '212917.764000', '212917.767000', '212917.769000', '212937.658000', '212937.661000', '212937.664000', '212937.693000', '212937.696000', '212937.698000', '212937.701000', '212937.703000', '212937.706000', '212937.709000', '212937.711000', '212937.714000', '212937.717000', '212937.719000', '212937.722000', '212937.724000', '212937.727000', '212937.730000', '212937.732000', '212937.735000', '212937.738000', '212937.740000', '212937.743000', '212937.745000', '212937.748000', '212937.751000', '212937.753000', '212937.756000', '212937.759000', '212937.761000', '212937.764000', '212937.766000', '212937.769000', '212937.772000', '212937.774000', '212937.777000', '212937.780000', '212937.782000', '212937.785000', '212937.787000', '212937.790000', '212937.793000', '212937.795000', '212937.800000', '212957.658000', '212957.661000', '212957.664000', '212957.667000', '212957.669000', '212957.672000', '212957.675000', '212957.677000', '212957.680000', '212957.682000', '212957.685000', '212957.688000', '212957.690000', '212957.693000', '212957.695000', '212957.698000', '212957.701000', '212957.703000', '212957.706000', '212957.709000', '212957.711000', '212957.714000', '212957.716000', '212957.719000', '212957.722000', '212957.724000', '212957.727000', '212957.729000', '212957.732000', '212957.734000', '212957.737000', '212957.740000', '212957.743000', '212957.745000', '212957.748000', '212957.751000', '212957.753000', '212957.756000', '212957.759000', '212957.761000', '212957.764000', '212957.767000', '212957.769000', '213017.659000', '213017.662000', '213017.664000', '213017.667000', '213017.670000', '213017.672000', '213017.675000', '213017.677000', '213017.680000', '213017.683000', '213017.685000', '213017.688000', '213017.691000', '213017.693000', '213017.696000', '213017.698000', '213017.701000', '213017.704000', '213017.706000', '213017.709000', '213017.711000', '213017.714000', '213017.716000', '213017.719000', '213017.722000', '213017.724000', '213017.727000', '213017.729000', '213017.732000', '213017.735000', '213017.737000', '213017.740000', '213017.743000', '213017.745000', '213017.748000', '213017.750000', '213017.753000', '213017.755000', '213017.758000', '213017.761000', '213017.763000', '213017.766000', '213017.768000', '213017.771000', '213037.657000', '213037.660000', '213037.663000', '213037.665000', '213037.668000', '213037.671000', '213037.673000', '213037.676000', '213037.678000', '213037.681000', '213037.684000', '213037.686000', '213037.689000', '213037.692000', '213037.694000', '213037.697000', '213037.700000', '213037.702000', '213037.705000', '213037.707000', '213037.710000', '213037.713000', '213037.715000', '213037.718000', '213037.720000', '213037.723000', '213037.726000', '213037.728000', '213037.731000', '213037.734000', '213037.736000', '213037.739000', '213037.741000', '213037.744000', '213037.747000', '213037.749000', '213037.752000', '213037.754000', '213037.757000', '213037.760000', '213037.762000', '213037.765000', '213037.767000', '213057.659000', '213057.661000', '213057.664000', '213057.667000', '213057.669000', '213057.672000', '213057.674000', '213057.677000', '213057.679000', '213057.682000', '213057.685000', '213057.687000', '213057.690000', '213057.692000', '213057.710000', '213057.713000', '213057.715000', '213057.718000', '213057.721000', '213057.723000', '213057.726000', '213057.728000', '213057.731000', '213057.733000', '213057.736000', '213057.739000', '213057.741000', '213057.744000', '213057.747000', '213057.749000', '213057.752000', '213057.754000', '213057.757000', '213057.760000', '213057.762000', '213057.765000', '213057.767000', '213057.770000', '213057.773000', '213057.775000', '213057.778000', '213057.780000', '213057.783000', '213057.786000', '213059.868000', '213059.871000', '213059.874000', '213059.878000', '213059.881000'], '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': [9696, 10300, 7675, 7096, 8788, 7821, 7775, 11841, 13980, 12596, 13022, 13594, 14198, 13344, 13650, 17472, 20740, 18090, 15685, 12697, 12812, 17905, 14101, 12870, 11728, 12917, 10350, 11940, 13534, 11306, 12199, 11991, 12380, 9112, 11066, 8509, 10381, 13798, 10026, 11991, 10728, 11665, 9089, 10669, 9159, 10171, 8796, 10839, 9421, 11533, 10381, 10696, 11270, 11010, 10288, 11392, 9138, 11559, 9333, 11150, 11479, 10412, 11844, 10123, 9244, 11614, 10163, 9585, 9389, 11416, 10433, 12448, 12455, 12035, 13116, 12417, 11699, 11971, 11643, 11996, 9568, 12213, 10366, 12690, 11019, 9917, 9386, 11457, 11802, 11526, 9516, 11402, 9741, 12669, 11055, 11962, 10831, 11866, 9822, 11990, 12465, 11838, 12394, 11800, 9278, 12200, 10056, 13340, 13622, 11770, 13434, 13611, 13240, 13700, 12825, 10965, 12189, 11985, 12043, 11089, 12306, 10269, 11549, 8352, 11389, 8787, 11851, 12405, 11628, 9678, 11782, 13676, 11465, 12823, 12212, 12573, 11599, 12959, 10347, 12282, 9988, 12114, 9523, 12823, 10392, 13447, 11974, 12782, 12129, 12038, 11403, 12556, 14015, 12495, 12427, 12721, 12609, 11251, 11725, 9858, 11702, 9390, 11672, 10716, 12066, 9487, 11661, 10720, 11695, 9102, 11376, 12962, 13714, 13038, 13427, 12531, 10411, 13262, 11041, 11461, 10035, 12074, 10342, 11769, 9263, 11671, 9622, 11571, 11803, 11093, 13050, 13869, 12628, 13384, 12173, 12053, 12510, 10986, 11404, 11805, 11266, 9494, 11079, 8705, 11453, 10561, 11855, 8943, 11658, 12866, 12397, 11628, 10739, 10259, 10376, 12302, 13274, 11989, 13271, 11999, 10421, 12212, 11469, 11554, 10004, 12966, 10901, 12583, 9752, 11999, 9706, 12396, 9791, 11979, 14426, 13413, 12877, 11881, 12018, 10465, 12077, 11964, 11541, 12197, 12192, 11870, 11774, 11457, 12199, 9952, 12411, 10278, 12329, 9639, 11805, 10571, 11746, 10371, 11370, 12389, 11621, 9050, 11200, 8699, 11499, 11206, 10787, 11853, 13001, 13218, 11823, 8322, 10038, 11547, 11413, 11770, 12517, 12027, 13263, 10200, 9955, 8890, 10407, 12513, 12605, 12513, 12174, 12473, 9441, 11825, 8370, 11743, 12665, 12467, 12151, 11071, 12793, 10793, 11870, 8703, 11574, 11508, 10224, 11672, 12500, 12013, 11862, 11892, 11145, 11690, 9139, 11915, 10179, 11531, 9269, 11756, 9349, 11943, 11436, 11081, 12693, 13360, 13050, 12685, 12220, 11677, 12419, 10324, 12651, 9810, 13089, 10237, 12330, 9552, 11843, 12808, 11938, 13252, 12605, 8724, 11186, 12428, 11721, 12011, 10303, 12457, 9957, 12597, 10523, 11621, 10522, 11880, 10192, 11595, 12554, 11706, 12072, 10830, 8538, 11043, 12897, 12910, 12253, 10206, 13159, 11129, 12318, 10514, 12077, 12526, 11218, 13191, 12611, 12657, 12700, 9813, 9318, 12383, 10732, 11730, 10686, 12161, 10380, 11741, 9116, 11854, 12942, 12543, 12449, 11307, 12604, 9183, 11930, 9194, 11861, 10825, 11258, 12824, 13021, 13326, 12044, 9780, 9483, 12445, 11558, 12178, 11319, 12583, 9658, 11648, 8567, 11857, 12533, 12233, 12213, 10456, 12894, 12293, 12396, 10548, 12212, 11161, 11868, 10431, 12288, 13437, 12046, 8742, 11152, 8217, 11571, 12096, 11168, 12455, 12493, 12652, 12467, 12830, 10584, 12401, 11471, 11744, 9828, 12886, 11246, 12456, 8878, 11999, 8546, 12515, 9907, 12193, 10797, 11785, 8758, 11566, 8608, 12096, 11003, 12273, 9042, 12439, 10233, 12023, 9587, 11587, 12552, 12871, 13453, 11541, 8441, 10328, 12685, 11772, 11688, 9882, 12418, 11647, 12004, 10629, 12228, 11918, 12080, 14664, 13560, 13466, 13375, 11666, 10212, 12376, 11683, 12139, 10150, 12177, 13980, 12160, 8758, 11145, 9345, 10764, 13222, 10368, 12906, 13618, 12896, 8869, 11437, 13413, 11941, 12395, 10479, 11919, 11410, 11508, 8343, 10655, 8140, 10601, 13145, 12094, 12296, 11649, 12003, 10187, 12292, 9911, 11791, 10200, 12450, 12801, 12632, 12186, 11165, 12840, 11230, 13322, 11754, 12778, 10650, 13686, 10695, 12847, 10351, 12394, 11343, 12503, 9474, 12062, 12409, 13027, 13094, 10835, 9629, 10574, 13319, 12287, 12294, 10712, 13149, 10795, 12672, 8788, 12097, 9195, 12081, 9557, 12811, 10580, 12161, 9466, 12073, 10114, 11530, 12890, 11854, 9393, 11676, 8696, 11802, 12392, 12087, 12005, 12905, 9100, 10751, 8159, 11084, 13020, 12478, 12328, 10878, 13326, 9565, 12435, 8885, 11982, 10343, 11652, 12468, 11492, 8862, 12082, 8848, 12259, 11827, 11735, 13175, 12127, 9968, 11837, 8679, 12611, 13540, 12765, 12920, 10543, 13660, 11312, 12725, 10625, 12428, 11772, 11479, 13662, 12511, 13168, 12217, 9641, 9550, 8722, 10505, 12751, 11050, 13011, 11747, 10959, 9342, 8651, 11246, 10136, 12062, 11189, 14873, 12469, 12812, 8656, 10860, 9260, 7944, 10971, 9837, 12094, 12417, 13500, 10604, 11277, 8396, 9840, 9851, 10135, 12192, 18094, 16123, 14586, 11801, 13997, 10952, 12620, 14987, 13654, 13531, 12183, 12481, 9910, 11576, 13368, 11452, 11982, 12566, 12754, 10145, 11412, 9470, 10678, 9028, 10692, 12700, 10702, 12220, 11419, 12357, 9521, 11195, 8666, 11036, 12081, 10632, 12641, 10378, 11012, 8761, 10126, 8392, 9631, 7489, 9572, 13265, 11214, 12372, 10333, 10600, 9049, 10559, 9975, 11336, 10570, 8324, 9155, 9255, 10298, 12261, 10583, 11235, 13320, 13618, 12053, 12385, 11881, 11648, 11547, 11367, 11535, 9827, 10974, 12475, 12014, 11965, 13365, 12811, 12716, 9868, 10128, 11408, 11905, 12397, 11215, 11821, 14140, 13946, 13551, 12823, 10404, 10999, 13141, 13271, 12020, 10163, 12401, 10070, 11247, 8659, 11135, 8113, 10468, 9362, 11425, 10616, 10844, 9009, 10676, 14410, 13517, 12402, 12460, 12897, 12516, 11830, 11543, 11834, 11012, 12642, 9578, 11222, 10140, 11348, 8905, 11265, 14504, 13741, 11900, 10752, 13070, 10643, 11450, 10395, 11630, 9872, 12714, 11025, 11275, 12890, 13715, 13214, 11912, 11931, 10650, 11890, 9469, 11643, 9806, 10897, 8544, 10467, 8089, 10346, 11004, 11668, 13330, 12663, 11528, 10982, 12296, 12474, 11907, 10223, 12070, 11461, 11450, 9190, 10998, 8176, 10963, 9016, 10548, 12068, 12864, 12395, 11165, 11132, 10334, 11158, 10500, 11216, 9708, 12147, 9969, 11302, 8994, 11647, 9496, 12089, 11436, 11393, 11798, 11278, 9810, 10707, 11872, 13055, 11907, 11401, 11989, 11859, 11917, 10549, 11714, 11474, 11834, 9882, 11169, 12464, 11850, 8470, 10417, 8860, 10614, 12973, 12576, 12279, 12436, 8488, 10009, 9212, 10154, 12083, 13348, 11864, 12483, 12208, 11742, 11553, 9768, 12204, 11455, 10839, 10828, 10892, 8707, 11385, 9023, 11803, 12298, 13299, 12182, 12736, 11965, 9303, 11932, 10153, 10863, 13305, 11634, 8768, 10274], 'WindowCenter': [4247.0, 4229.0, 4198.0, 4188.0, 4206.0, 4194.0, 4197.0, 4238.0, 4248.0, 4223.0, 4210.0, 4210.0, 4247.0, 4261.0, 4261.0, 4282.0, 4280.0, 4242.0, 4231.0, 4194.0, 4195.0, 4214.0, 4192.0, 4181.0, 4169.0, 4179.0, 4146.0, 4166.0, 4164.0, 4143.0, 4152.0, 4151.0, 4151.0, 4109.0, 4141.0, 4110.0, 4143.0, 4173.0, 4145.0, 4154.0, 4155.0, 4154.0, 4134.0, 4156.0, 4148.0, 4158.0, 4139.0, 4180.0, 4163.0, 4194.0, 4186.0, 4185.0, 4196.0, 4186.0, 4187.0, 4197.0, 4177.0, 4197.0, 4177.0, 4212.0, 4209.0, 4200.0, 4209.0, 4187.0, 4179.0, 4210.0, 4200.0, 4190.0, 4193.0, 4222.0, 4228.0, 4235.0, 4224.0, 4212.0, 4223.0, 4211.0, 4212.0, 4210.0, 4211.0, 4210.0, 4204.0, 4222.0, 4203.0, 4222.0, 4212.0, 4203.0, 4205.0, 4225.0, 4224.0, 4224.0, 4206.0, 4224.0, 4203.0, 4233.0, 4225.0, 4224.0, 4225.0, 4225.0, 4204.0, 4226.0, 4223.0, 4224.0, 4222.0, 4222.0, 4193.0, 4224.0, 4215.0, 4247.0, 4234.0, 4224.0, 4233.0, 4232.0, 4223.0, 4233.0, 4222.0, 4213.0, 4223.0, 4223.0, 4225.0, 4214.0, 4223.0, 4201.0, 4212.0, 4181.0, 4221.0, 4193.0, 4236.0, 4235.0, 4224.0, 4203.0, 4225.0, 4233.0, 4213.0, 4222.0, 4221.0, 4223.0, 4212.0, 4223.0, 4201.0, 4211.0, 4191.0, 4222.0, 4191.0, 4222.0, 4202.0, 4234.0, 4224.0, 4223.0, 4224.0, 4222.0, 4211.0, 4222.0, 4232.0, 4222.0, 4211.0, 4220.0, 4209.0, 4199.0, 4209.0, 4190.0, 4210.0, 4191.0, 4212.0, 4202.0, 4223.0, 4192.0, 4211.0, 4213.0, 4223.0, 4180.0, 4212.0, 4222.0, 4221.0, 4221.0, 4221.0, 4210.0, 4202.0, 4230.0, 4212.0, 4212.0, 4192.0, 4223.0, 4201.0, 4211.0, 4190.0, 4212.0, 4192.0, 4213.0, 4224.0, 4215.0, 4223.0, 4232.0, 4210.0, 4220.0, 4209.0, 4208.0, 4209.0, 4199.0, 4200.0, 4210.0, 4200.0, 4178.0, 4198.0, 4180.0, 4210.0, 4212.0, 4224.0, 4194.0, 4214.0, 4224.0, 4224.0, 4211.0, 4212.0, 4200.0, 4203.0, 4223.0, 4232.0, 4213.0, 4222.0, 4211.0, 4201.0, 4222.0, 4213.0, 4214.0, 4203.0, 4223.0, 4200.0, 4210.0, 4190.0, 4210.0, 4191.0, 4223.0, 4203.0, 4223.0, 4233.0, 4222.0, 4209.0, 4209.0, 4208.0, 4200.0, 4211.0, 4212.0, 4210.0, 4212.0, 4209.0, 4210.0, 4209.0, 4211.0, 4209.0, 4202.0, 4221.0, 4200.0, 4210.0, 4189.0, 4209.0, 4201.0, 4211.0, 4202.0, 4213.0, 4221.0, 4211.0, 4178.0, 4199.0, 4169.0, 4212.0, 4209.0, 4202.0, 4211.0, 4222.0, 4220.0, 4210.0, 4170.0, 4202.0, 4211.0, 4212.0, 4212.0, 4222.0, 4211.0, 4222.0, 4201.0, 4202.0, 4193.0, 4214.0, 4223.0, 4223.0, 4224.0, 4210.0, 4210.0, 4178.0, 4209.0, 4169.0, 4212.0, 4221.0, 4211.0, 4211.0, 4199.0, 4210.0, 4197.0, 4198.0, 4169.0, 4211.0, 4210.0, 4202.0, 4212.0, 4221.0, 4209.0, 4211.0, 4209.0, 4211.0, 4211.0, 4192.0, 4223.0, 4203.0, 4212.0, 4192.0, 4212.0, 4192.0, 4225.0, 4212.0, 4214.0, 4223.0, 4233.0, 4220.0, 4221.0, 4210.0, 4211.0, 4222.0, 4204.0, 4222.0, 4190.0, 4221.0, 4200.0, 4210.0, 4179.0, 4212.0, 4221.0, 4209.0, 4219.0, 4209.0, 4169.0, 4201.0, 4209.0, 4210.0, 4210.0, 4190.0, 4209.0, 4187.0, 4207.0, 4199.0, 4210.0, 4202.0, 4211.0, 4202.0, 4214.0, 4210.0, 4211.0, 4210.0, 4200.0, 4169.0, 4212.0, 4222.0, 4223.0, 4213.0, 4190.0, 4210.0, 4198.0, 4209.0, 4189.0, 4211.0, 4208.0, 4199.0, 4210.0, 4207.0, 4207.0, 4209.0, 4177.0, 4178.0, 4209.0, 4200.0, 4212.0, 4202.0, 4211.0, 4190.0, 4210.0, 4179.0, 4211.0, 4209.0, 4211.0, 4210.0, 4197.0, 4209.0, 4178.0, 4198.0, 4179.0, 4211.0, 4199.0, 4201.0, 4209.0, 4209.0, 4208.0, 4209.0, 4188.0, 4189.0, 4208.0, 4211.0, 4212.0, 4199.0, 4209.0, 4176.0, 4197.0, 4166.0, 4210.0, 4209.0, 4208.0, 4198.0, 4186.0, 4207.0, 4197.0, 4207.0, 4199.0, 4207.0, 4199.0, 4198.0, 4201.0, 4209.0, 4208.0, 4197.0, 4155.0, 4186.0, 4156.0, 4199.0, 4210.0, 4201.0, 4209.0, 4210.0, 4208.0, 4208.0, 4206.0, 4187.0, 4207.0, 4199.0, 4210.0, 4179.0, 4208.0, 4186.0, 4195.0, 4165.0, 4195.0, 4167.0, 4210.0, 4190.0, 4209.0, 4198.0, 4199.0, 4167.0, 4198.0, 4180.0, 4211.0, 4200.0, 4210.0, 4180.0, 4210.0, 4201.0, 4212.0, 4179.0, 4211.0, 4211.0, 4210.0, 4219.0, 4199.0, 4169.0, 4201.0, 4220.0, 4211.0, 4212.0, 4191.0, 4211.0, 4212.0, 4211.0, 4202.0, 4223.0, 4210.0, 4211.0, 4220.0, 4208.0, 4207.0, 4219.0, 4197.0, 4189.0, 4209.0, 4210.0, 4212.0, 4190.0, 4209.0, 4219.0, 4198.0, 4167.0, 4199.0, 4178.0, 4199.0, 4210.0, 4189.0, 4209.0, 4207.0, 4208.0, 4155.0, 4197.0, 4206.0, 4196.0, 4195.0, 4187.0, 4199.0, 4196.0, 4196.0, 4155.0, 4187.0, 4156.0, 4189.0, 4219.0, 4209.0, 4198.0, 4199.0, 4208.0, 4190.0, 4210.0, 4191.0, 4211.0, 4191.0, 4212.0, 4208.0, 4209.0, 4197.0, 4198.0, 4207.0, 4198.0, 4208.0, 4198.0, 4210.0, 4187.0, 4208.0, 4187.0, 4205.0, 4188.0, 4207.0, 4199.0, 4209.0, 4178.0, 4211.0, 4208.0, 4208.0, 4206.0, 4187.0, 4176.0, 4188.0, 4208.0, 4209.0, 4211.0, 4188.0, 4209.0, 4187.0, 4196.0, 4156.0, 4196.0, 4191.0, 4210.0, 4179.0, 4210.0, 4189.0, 4209.0, 4178.0, 4210.0, 4191.0, 4211.0, 4209.0, 4210.0, 4168.0, 4198.0, 4167.0, 4210.0, 4209.0, 4210.0, 4198.0, 4210.0, 4168.0, 4199.0, 4158.0, 4200.0, 4210.0, 4212.0, 4211.0, 4189.0, 4209.0, 4178.0, 4208.0, 4168.0, 4210.0, 4191.0, 4199.0, 4208.0, 4200.0, 4169.0, 4209.0, 4180.0, 4212.0, 4212.0, 4212.0, 4210.0, 4210.0, 4178.0, 4209.0, 4169.0, 4211.0, 4222.0, 4211.0, 4210.0, 4189.0, 4218.0, 4187.0, 4207.0, 4187.0, 4210.0, 4197.0, 4199.0, 4207.0, 4197.0, 4196.0, 4197.0, 4176.0, 4178.0, 4167.0, 4201.0, 4221.0, 4213.0, 4223.0, 4213.0, 4200.0, 4178.0, 4181.0, 4213.0, 4204.0, 4225.0, 4229.0, 4264.0, 4243.0, 4239.0, 4184.0, 4199.0, 4178.0, 4157.0, 4199.0, 4179.0, 4212.0, 4199.0, 4196.0, 4177.0, 4186.0, 4144.0, 4163.0, 4176.0, 4186.0, 4208.0, 4227.0, 4216.0, 4206.0, 4183.0, 4205.0, 4171.0, 4181.0, 4201.0, 4189.0, 4178.0, 4167.0, 4167.0, 4134.0, 4156.0, 4176.0, 4157.0, 4154.0, 4164.0, 4165.0, 4133.0, 4142.0, 4121.0, 4142.0, 4121.0, 4144.0, 4164.0, 4145.0, 4164.0, 4166.0, 4164.0, 4146.0, 4166.0, 4136.0, 4167.0, 4177.0, 4158.0, 4178.0, 4158.0, 4169.0, 4138.0, 4160.0, 4140.0, 4162.0, 4132.0, 4175.0, 4205.0, 4196.0, 4206.0, 4186.0, 4186.0, 4177.0, 4199.0, 4201.0, 4211.0, 4212.0, 4182.0, 4204.0, 4205.0, 4216.0, 4226.0, 4203.0, 4211.0, 4222.0, 4232.0, 4221.0, 4222.0, 4210.0, 4222.0, 4212.0, 4224.0, 4224.0, 4202.0, 4214.0, 4223.0, 4223.0, 4224.0, 4234.0, 4233.0, 4233.0, 4203.0, 4214.0, 4224.0, 4224.0, 4225.0, 4213.0, 4224.0, 4233.0, 4233.0, 4221.0, 4221.0, 4199.0, 4211.0, 4220.0, 4221.0, 4211.0, 4202.0, 4221.0, 4190.0, 4200.0, 4167.0, 4199.0, 4169.0, 4200.0, 4192.0, 4212.0, 4202.0, 4212.0, 4181.0, 4203.0, 4232.0, 4233.0, 4223.0, 4221.0, 4220.0, 4221.0, 4209.0, 4210.0, 4210.0, 4212.0, 4223.0, 4203.0, 4212.0, 4201.0, 4211.0, 4180.0, 4213.0, 4232.0, 4232.0, 4210.0, 4199.0, 4220.0, 4188.0, 4197.0, 4188.0, 4196.0, 4188.0, 4219.0, 4198.0, 4199.0, 4209.0, 4217.0, 4206.0, 4197.0, 4207.0, 4198.0, 4197.0, 4188.0, 4209.0, 4187.0, 4198.0, 4167.0, 4199.0, 4168.0, 4200.0, 4200.0, 4209.0, 4221.0, 4221.0, 4209.0, 4201.0, 4210.0, 4221.0, 4210.0, 4188.0, 4209.0, 4196.0, 4197.0, 4165.0, 4186.0, 4167.0, 4198.0, 4177.0, 4199.0, 4209.0, 4219.0, 4208.0, 4198.0, 4195.0, 4187.0, 4196.0, 4200.0, 4210.0, 4190.0, 4211.0, 4189.0, 4198.0, 4177.0, 4199.0, 4189.0, 4222.0, 4209.0, 4199.0, 4208.0, 4199.0, 4187.0, 4189.0, 4209.0, 4221.0, 4210.0, 4208.0, 4208.0, 4210.0, 4208.0, 4201.0, 4210.0, 4210.0, 4212.0, 4190.0, 4200.0, 4207.0, 4198.0, 4157.0, 4188.0, 4180.0, 4212.0, 4221.0, 4211.0, 4210.0, 4210.0, 4168.0, 4189.0, 4179.0, 4202.0, 4223.0, 4233.0, 4210.0, 4210.0, 4209.0, 4209.0, 4199.0, 4188.0, 4210.0, 4198.0, 4199.0, 4187.0, 4199.0, 4179.0, 4209.0, 4178.0, 4212.0, 4212.0, 4220.0, 4209.0, 4208.0, 4197.0, 4166.0, 4198.0, 4188.0, 4199.0, 4218.0, 4198.0, 4166.0, 4186.0], 'WindowWidth': [9413.0, 9374.0, 9335.0, 9319.0, 9340.0, 9322.0, 9326.0, 9380.0, 9390.0, 9347.0, 9324.0, 9327.0, 9394.0, 9422.0, 9424.0, 9460.0, 9460.0, 9380.0, 9368.0, 9296.0, 9299.0, 9328.0, 9289.0, 9276.0, 9251.0, 9268.0, 9215.0, 9244.0, 9237.0, 9206.0, 9217.0, 9213.0, 9214.0, 9154.0, 9202.0, 9158.0, 9206.0, 9248.0, 9212.0, 9224.0, 9225.0, 9225.0, 9197.0, 9229.0, 9222.0, 9236.0, 9214.0, 9272.0, 9252.0, 9295.0, 9288.0, 9287.0, 9303.0, 9290.0, 9290.0, 9304.0, 9278.0, 9305.0, 9279.0, 9334.0, 9327.0, 9315.0, 9324.0, 9293.0, 9286.0, 9328.0, 9317.0, 9302.0, 9311.0, 9350.0, 9369.0, 9374.0, 9354.0, 9337.0, 9349.0, 9332.0, 9332.0, 9329.0, 9330.0, 9329.0, 9329.0, 9349.0, 9324.0, 9350.0, 9338.0, 9327.0, 9332.0, 9358.0, 9355.0, 9354.0, 9335.0, 9353.0, 9324.0, 9366.0, 9356.0, 9357.0, 9359.0, 9358.0, 9327.0, 9360.0, 9351.0, 9354.0, 9349.0, 9349.0, 9312.0, 9355.0, 9344.0, 9392.0, 9368.0, 9354.0, 9368.0, 9361.0, 9352.0, 9365.0, 9349.0, 9339.0, 9350.0, 9351.0, 9358.0, 9342.0, 9353.0, 9317.0, 9333.0, 9292.0, 9347.0, 9314.0, 9376.0, 9370.0, 9357.0, 9325.0, 9356.0, 9364.0, 9338.0, 9351.0, 9346.0, 9353.0, 9334.0, 9350.0, 9316.0, 9330.0, 9304.0, 9346.0, 9303.0, 9348.0, 9321.0, 9367.0, 9353.0, 9351.0, 9352.0, 9352.0, 9331.0, 9347.0, 9362.0, 9347.0, 9332.0, 9341.0, 9325.0, 9311.0, 9323.0, 9299.0, 9329.0, 9305.0, 9336.0, 9321.0, 9352.0, 9307.0, 9332.0, 9338.0, 9351.0, 9289.0, 9334.0, 9350.0, 9344.0, 9344.0, 9343.0, 9328.0, 9320.0, 9358.0, 9334.0, 9337.0, 9306.0, 9351.0, 9317.0, 9332.0, 9303.0, 9335.0, 9305.0, 9338.0, 9353.0, 9342.0, 9353.0, 9360.0, 9328.0, 9339.0, 9323.0, 9320.0, 9325.0, 9309.0, 9315.0, 9325.0, 9314.0, 9281.0, 9310.0, 9288.0, 9329.0, 9335.0, 9355.0, 9315.0, 9342.0, 9353.0, 9352.0, 9331.0, 9334.0, 9314.0, 9323.0, 9355.0, 9363.0, 9338.0, 9349.0, 9334.0, 9320.0, 9349.0, 9336.0, 9342.0, 9324.0, 9354.0, 9314.0, 9325.0, 9299.0, 9326.0, 9303.0, 9350.0, 9324.0, 9351.0, 9368.0, 9348.0, 9325.0, 9325.0, 9323.0, 9313.0, 9333.0, 9336.0, 9331.0, 9333.0, 9327.0, 9326.0, 9324.0, 9329.0, 9326.0, 9321.0, 9346.0, 9315.0, 9328.0, 9298.0, 9325.0, 9316.0, 9331.0, 9321.0, 9339.0, 9344.0, 9331.0, 9281.0, 9311.0, 9272.0, 9333.0, 9326.0, 9321.0, 9335.0, 9347.0, 9342.0, 9328.0, 9274.0, 9321.0, 9331.0, 9334.0, 9337.0, 9348.0, 9333.0, 9347.0, 9317.0, 9321.0, 9313.0, 9340.0, 9353.0, 9350.0, 9354.0, 9327.0, 9328.0, 9282.0, 9324.0, 9272.0, 9333.0, 9346.0, 9330.0, 9332.0, 9311.0, 9330.0, 9304.0, 9306.0, 9270.0, 9329.0, 9326.0, 9322.0, 9337.0, 9345.0, 9327.0, 9331.0, 9325.0, 9331.0, 9331.0, 9308.0, 9352.0, 9323.0, 9335.0, 9306.0, 9333.0, 9307.0, 9356.0, 9334.0, 9339.0, 9354.0, 9363.0, 9344.0, 9342.0, 9327.0, 9329.0, 9347.0, 9327.0, 9350.0, 9301.0, 9346.0, 9314.0, 9328.0, 9284.0, 9332.0, 9345.0, 9326.0, 9339.0, 9324.0, 9270.0, 9316.0, 9325.0, 9327.0, 9330.0, 9299.0, 9325.0, 9292.0, 9319.0, 9311.0, 9327.0, 9319.0, 9332.0, 9319.0, 9339.0, 9329.0, 9331.0, 9325.0, 9313.0, 9272.0, 9333.0, 9349.0, 9348.0, 9338.0, 9299.0, 9328.0, 9307.0, 9322.0, 9296.0, 9330.0, 9321.0, 9309.0, 9329.0, 9320.0, 9319.0, 9322.0, 9278.0, 9283.0, 9325.0, 9314.0, 9335.0, 9320.0, 9330.0, 9299.0, 9326.0, 9283.0, 9330.0, 9327.0, 9330.0, 9330.0, 9304.0, 9325.0, 9280.0, 9307.0, 9283.0, 9330.0, 9310.0, 9317.0, 9327.0, 9323.0, 9323.0, 9323.0, 9294.0, 9298.0, 9322.0, 9328.0, 9335.0, 9309.0, 9323.0, 9275.0, 9304.0, 9262.0, 9326.0, 9326.0, 9322.0, 9310.0, 9287.0, 9319.0, 9304.0, 9319.0, 9311.0, 9322.0, 9311.0, 9312.0, 9316.0, 9324.0, 9319.0, 9303.0, 9244.0, 9288.0, 9250.0, 9310.0, 9329.0, 9318.0, 9328.0, 9326.0, 9322.0, 9319.0, 9316.0, 9291.0, 9318.0, 9311.0, 9330.0, 9282.0, 9323.0, 9287.0, 9298.0, 9256.0, 9297.0, 9265.0, 9329.0, 9300.0, 9326.0, 9308.0, 9309.0, 9264.0, 9307.0, 9289.0, 9330.0, 9313.0, 9328.0, 9286.0, 9327.0, 9318.0, 9335.0, 9285.0, 9331.0, 9334.0, 9328.0, 9339.0, 9310.0, 9270.0, 9318.0, 9343.0, 9331.0, 9334.0, 9304.0, 9332.0, 9331.0, 9332.0, 9321.0, 9352.0, 9325.0, 9327.0, 9344.0, 9320.0, 9319.0, 9336.0, 9306.0, 9298.0, 9325.0, 9326.0, 9334.0, 9300.0, 9324.0, 9337.0, 9307.0, 9263.0, 9309.0, 9280.0, 9310.0, 9329.0, 9296.0, 9325.0, 9317.0, 9318.0, 9244.0, 9303.0, 9316.0, 9300.0, 9299.0, 9290.0, 9310.0, 9301.0, 9301.0, 9244.0, 9289.0, 9247.0, 9296.0, 9340.0, 9324.0, 9309.0, 9310.0, 9321.0, 9299.0, 9326.0, 9303.0, 9330.0, 9304.0, 9332.0, 9322.0, 9322.0, 9304.0, 9307.0, 9316.0, 9306.0, 9322.0, 9307.0, 9326.0, 9291.0, 9321.0, 9290.0, 9313.0, 9294.0, 9319.0, 9311.0, 9325.0, 9280.0, 9329.0, 9324.0, 9319.0, 9314.0, 9290.0, 9274.0, 9294.0, 9323.0, 9325.0, 9330.0, 9293.0, 9325.0, 9288.0, 9300.0, 9246.0, 9301.0, 9304.0, 9329.0, 9284.0, 9329.0, 9298.0, 9323.0, 9280.0, 9327.0, 9305.0, 9330.0, 9323.0, 9326.0, 9265.0, 9306.0, 9264.0, 9325.0, 9326.0, 9328.0, 9310.0, 9325.0, 9266.0, 9309.0, 9255.0, 9314.0, 9330.0, 9332.0, 9332.0, 9295.0, 9322.0, 9278.0, 9318.0, 9267.0, 9327.0, 9302.0, 9311.0, 9322.0, 9314.0, 9270.0, 9324.0, 9285.0, 9334.0, 9333.0, 9332.0, 9328.0, 9326.0, 9281.0, 9323.0, 9269.0, 9331.0, 9348.0, 9329.0, 9329.0, 9295.0, 9335.0, 9290.0, 9316.0, 9291.0, 9325.0, 9301.0, 9309.0, 9322.0, 9302.0, 9301.0, 9302.0, 9274.0, 9280.0, 9266.0, 9316.0, 9346.0, 9335.0, 9349.0, 9336.0, 9312.0, 9281.0, 9290.0, 9336.0, 9327.0, 9356.0, 9368.0, 9435.0, 9396.0, 9383.0, 9298.0, 9311.0, 9281.0, 9249.0, 9309.0, 9281.0, 9335.0, 9307.0, 9300.0, 9275.0, 9285.0, 9224.0, 9250.0, 9276.0, 9290.0, 9325.0, 9357.0, 9331.0, 9321.0, 9282.0, 9318.0, 9260.0, 9274.0, 9304.0, 9281.0, 9267.0, 9245.0, 9249.0, 9196.0, 9230.0, 9256.0, 9231.0, 9227.0, 9238.0, 9241.0, 9192.0, 9204.0, 9173.0, 9203.0, 9174.0, 9210.0, 9237.0, 9213.0, 9240.0, 9243.0, 9241.0, 9217.0, 9245.0, 9206.0, 9250.0, 9261.0, 9236.0, 9263.0, 9236.0, 9253.0, 9210.0, 9241.0, 9217.0, 9249.0, 9212.0, 9273.0, 9314.0, 9302.0, 9314.0, 9289.0, 9289.0, 9281.0, 9312.0, 9317.0, 9332.0, 9335.0, 9296.0, 9329.0, 9332.0, 9349.0, 9362.0, 9325.0, 9334.0, 9349.0, 9360.0, 9348.0, 9348.0, 9330.0, 9349.0, 9336.0, 9354.0, 9356.0, 9322.0, 9341.0, 9352.0, 9351.0, 9355.0, 9367.0, 9368.0, 9365.0, 9325.0, 9343.0, 9356.0, 9356.0, 9361.0, 9337.0, 9356.0, 9367.0, 9363.0, 9344.0, 9344.0, 9314.0, 9331.0, 9345.0, 9345.0, 9335.0, 9321.0, 9349.0, 9302.0, 9315.0, 9268.0, 9312.0, 9273.0, 9317.0, 9311.0, 9336.0, 9322.0, 9338.0, 9292.0, 9325.0, 9366.0, 9364.0, 9353.0, 9346.0, 9343.0, 9344.0, 9326.0, 9330.0, 9332.0, 9335.0, 9352.0, 9326.0, 9337.0, 9320.0, 9333.0, 9291.0, 9338.0, 9366.0, 9361.0, 9334.0, 9312.0, 9343.0, 9294.0, 9307.0, 9296.0, 9305.0, 9295.0, 9340.0, 9310.0, 9311.0, 9328.0, 9333.0, 9317.0, 9304.0, 9320.0, 9310.0, 9307.0, 9297.0, 9326.0, 9295.0, 9310.0, 9268.0, 9314.0, 9271.0, 9317.0, 9316.0, 9328.0, 9346.0, 9345.0, 9326.0, 9318.0, 9331.0, 9344.0, 9330.0, 9296.0, 9328.0, 9303.0, 9306.0, 9260.0, 9289.0, 9265.0, 9310.0, 9280.0, 9313.0, 9329.0, 9341.0, 9325.0, 9307.0, 9302.0, 9295.0, 9305.0, 9317.0, 9331.0, 9303.0, 9333.0, 9297.0, 9311.0, 9282.0, 9313.0, 9299.0, 9349.0, 9328.0, 9312.0, 9321.0, 9310.0, 9291.0, 9298.0, 9327.0, 9344.0, 9330.0, 9324.0, 9323.0, 9328.0, 9325.0, 9318.0, 9330.0, 9329.0, 9335.0, 9301.0, 9313.0, 9320.0, 9307.0, 9251.0, 9295.0, 9288.0, 9337.0, 9349.0, 9331.0, 9330.0, 9327.0, 9270.0, 9299.0, 9285.0, 9321.0, 9353.0, 9363.0, 9330.0, 9329.0, 9326.0, 9324.0, 9311.0, 9295.0, 9328.0, 9309.0, 9310.0, 9294.0, 9312.0, 9285.0, 9325.0, 9284.0, 9336.0, 9338.0, 9342.0, 9328.0, 9322.0, 9304.0, 9263.0, 9308.0, 9294.0, 9314.0, 9337.0, 9309.0, 9263.0, 9291.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.007130404814004376</td></tr>
<tr><td colspan=3>aqi</td><td>0.031055788402625815</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.066125458116076</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2211375453121567</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0017604001314349</td></tr>
<tr><td colspan=3>efc</td><td>0.4897</td></tr>
<tr><td colspan=3>fber</td><td>4806.1006</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09051565715352143</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.814004376367615</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4382138735896395</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3586814892191965</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6879972086404256</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2679629229092964</td></tr>
<tr><td colspan=3>gcor</td><td>0.0201974</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01369540672749281</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026002226397395134</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.996311159176156</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>20.8501</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2114</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.9255</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298283.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>908.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.1174</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8803</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.9418</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3394.8676</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3576.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.8195</td></tr>
<tr><td colspan=3>tsnr</td><td>35.44195241469424</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>