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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0065/ses-02/func/sub-0065_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a30ebbd087abdac63b412c77a6b9dbb9</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>20:42:44.705000</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.999595, -0.00894238, 0.0270255, 0.0104682, 0.998328, -0.0568541]</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0826965</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7768, -7306, 799, -8, -431, 384, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>236.368</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50841d7e-f3a9-4806-8340-cc4a43e2c81d||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.68183970451355, 0.028085362166166306, 0.07147406041622162, 107.3887710571289], [0.023991763591766357, 2.6784400939941406, -0.15420764684677124, -92.28240966796875], [0.07250738888978958, 0.1525353193283081, 2.6946449279785156, -88.88072967529297], [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': ['204244.705000', '204245.165000', '204245.625000', '204246.085000', '204246.545000', '204247.005000', '204247.465000', '204247.925000', '204248.385000', '204248.845000', '204249.305000', '204249.765000', '204250.225000', '204250.685000', '204251.145000', '204251.605000', '204252.065000', '204252.525000', '204252.985000', '204253.445000', '204253.905000', '204254.365000', '204254.825000', '204255.285000', '204255.745000', '204256.205000', '204256.665000', '204257.125000', '204257.585000', '204258.045000', '204258.505000', '204258.965000', '204259.425000', '204259.885000', '204300.345000', '204300.805000', '204301.265000', '204301.725000', '204302.185000', '204302.645000', '204303.105000', '204303.565000', '204304.025000', '204304.485000', '204304.945000', '204305.405000', '204305.865000', '204306.325000', '204306.785000', '204307.245000', '204307.705000', '204308.165000', '204308.625000', '204309.085000', '204309.545000', '204310.005000', '204310.465000', '204310.925000', '204311.385000', '204311.845000', '204312.305000', '204312.765000', '204313.225000', '204313.685000', '204314.145000', '204314.605000', '204315.065000', '204315.525000', '204315.985000', '204316.445000', '204316.905000', '204317.365000', '204317.825000', '204318.285000', '204318.745000', '204319.205000', '204319.665000', '204320.125000', '204320.585000', '204321.045000', '204321.505000', '204321.965000', '204322.425000', '204322.885000', '204323.345000', '204323.805000', '204324.265000', '204324.725000', '204325.185000', '204325.645000', '204326.105000', '204326.565000', '204327.025000', '204327.485000', '204327.945000', '204328.405000', '204328.865000', '204329.325000', '204329.785000', '204330.245000', '204330.705000', '204331.165000', '204331.625000', '204332.085000', '204332.545000', '204333.005000', '204333.465000', '204333.925000', '204334.385000', '204334.845000', '204335.305000', '204335.765000', '204336.225000', '204336.685000', '204337.145000', '204337.605000', '204338.065000', '204338.525000', '204338.985000', '204339.445000', '204339.905000', '204340.365000', '204340.825000', '204341.285000', '204341.745000', '204342.205000', '204342.665000', '204343.125000', '204343.585000', '204344.045000', '204344.505000', '204344.965000', '204345.425000', '204345.885000', '204346.345000', '204346.805000', '204347.265000', '204347.725000', '204348.185000', '204348.645000', '204349.105000', '204349.565000', '204350.025000', '204350.485000', '204350.945000', '204351.405000', '204351.865000', '204352.325000', '204352.785000', '204353.245000', '204353.705000', '204354.165000', '204354.625000', '204355.085000', '204355.545000', '204356.005000', '204356.465000', '204356.925000', '204357.385000', '204357.845000', '204358.305000', '204358.765000', '204359.225000', '204359.685000', '204400.145000', '204400.605000', '204401.065000', '204401.525000', '204401.985000', '204402.445000', '204402.905000', '204403.365000', '204403.825000', '204404.285000', '204404.745000', '204405.205000', '204405.665000', '204406.125000', '204406.585000', '204407.045000', '204407.505000', '204407.965000', '204408.425000', '204408.885000', '204409.345000', '204409.805000', '204410.265000', '204410.725000', '204411.185000', '204411.645000', '204412.105000', '204412.565000', '204413.025000', '204413.485000', '204413.945000', '204414.405000', '204414.865000', '204415.325000', '204415.785000', '204416.245000', '204416.705000', '204417.165000', '204417.625000', '204418.085000', '204418.545000', '204419.005000', '204419.465000', '204419.925000', '204420.385000', '204420.845000', '204421.305000', '204421.765000', '204422.225000', '204422.685000', '204423.145000', '204423.605000', '204424.065000', '204424.525000', '204424.985000', '204425.445000', '204425.905000', '204426.365000', '204426.825000', '204427.285000', '204427.745000', '204428.205000', '204428.665000', '204429.125000', '204429.585000', '204430.045000', '204430.505000', '204430.965000', '204431.425000', '204431.885000', '204432.345000', '204432.805000', '204433.265000', '204433.725000', '204434.185000', '204434.645000', '204435.105000', '204435.565000', '204436.025000', '204436.485000', '204436.945000', '204437.405000', '204437.865000', '204438.325000', '204438.785000', '204439.245000', '204439.705000', '204440.165000', '204440.625000', '204441.085000', '204441.545000', '204442.005000', '204442.465000', '204442.925000', '204443.385000', '204443.845000', '204444.305000', '204444.765000', '204445.225000', '204445.685000', '204446.145000', '204446.605000', '204447.065000', '204447.525000', '204447.985000', '204448.445000', '204448.905000', '204449.365000', '204449.825000', '204450.285000', '204450.745000', '204451.205000', '204451.665000', '204452.125000', '204452.585000', '204453.045000', '204453.505000', '204453.965000', '204454.425000', '204454.885000', '204455.345000', '204455.805000', '204456.265000', '204456.725000', '204457.185000', '204457.645000', '204458.105000', '204458.565000', '204459.025000', '204459.485000', '204459.945000', '204500.405000', '204500.865000', '204501.325000', '204501.785000', '204502.245000', '204502.705000', '204503.165000', '204503.625000', '204504.085000', '204504.545000', '204505.005000', '204505.465000', '204505.925000', '204506.385000', '204506.845000', '204507.305000', '204507.765000', '204508.225000', '204508.685000', '204509.145000', '204509.605000', '204510.065000', '204510.525000', '204510.985000', '204511.445000', '204511.905000', '204512.365000', '204512.825000', '204513.285000', '204513.745000', '204514.205000', '204514.665000', '204515.125000', '204515.585000', '204516.045000', '204516.505000', '204516.965000', '204517.425000', '204517.885000', '204518.345000', '204518.805000', '204519.265000', '204519.725000', '204520.185000', '204520.645000', '204521.105000', '204521.565000', '204522.025000', '204522.485000', '204522.945000', '204523.405000', '204523.865000', '204524.325000', '204524.785000', '204525.245000', '204525.705000', '204526.165000', '204526.625000', '204527.085000', '204527.545000', '204528.005000', '204528.465000', '204528.925000', '204529.385000', '204529.845000', '204530.305000', '204530.765000', '204531.225000', '204531.685000', '204532.145000', '204532.605000', '204533.065000', '204533.525000', '204533.985000', '204534.445000', '204534.905000', '204535.365000', '204535.825000', '204536.285000', '204536.745000', '204537.205000', '204537.665000', '204538.125000', '204538.585000', '204539.045000', '204539.505000', '204539.965000', '204540.425000', '204540.885000', '204541.345000', '204541.805000', '204542.265000', '204542.725000', '204543.185000', '204543.645000', '204544.105000', '204544.565000', '204545.025000', '204545.485000', '204545.945000', '204546.405000', '204546.865000', '204547.325000', '204547.785000', '204548.245000', '204548.705000', '204549.165000', '204549.625000', '204550.085000', '204550.545000', '204551.005000', '204551.465000', '204551.925000', '204552.385000', '204552.845000', '204553.305000', '204553.765000', '204554.225000', '204554.685000', '204555.145000', '204555.605000', '204556.065000', '204556.525000', '204556.985000', '204557.445000', '204557.905000', '204558.365000', '204558.825000', '204559.285000', '204559.745000', '204600.205000', '204600.665000', '204601.125000', '204601.585000', '204602.045000', '204602.505000', '204602.965000', '204603.425000', '204603.885000', '204604.345000', '204604.805000', '204605.265000', '204605.725000', '204606.185000', '204606.645000', '204607.105000', '204607.565000', '204608.025000', '204608.485000', '204608.945000', '204609.405000', '204609.865000', '204610.325000', '204610.785000', '204611.245000', '204611.705000', '204612.165000', '204612.625000', '204613.085000', '204613.545000', '204614.005000', '204614.465000', '204614.925000', '204615.385000', '204615.845000', '204616.305000', '204616.765000', '204617.225000', '204617.685000', '204618.145000', '204618.605000', '204619.065000', '204619.525000', '204619.985000', '204620.445000', '204620.905000', '204621.365000', '204621.825000', '204622.285000', '204622.745000', '204623.205000', '204623.665000', '204624.125000', '204624.585000', '204625.045000', '204625.505000', '204625.965000', '204626.425000', '204626.885000', '204627.345000', '204627.805000', '204628.265000', '204628.725000', '204629.185000', '204629.645000', '204630.105000', '204630.565000', '204631.025000', '204631.485000', '204631.945000', '204632.405000', '204632.865000', '204633.325000', '204633.785000', '204634.245000', '204634.705000', '204635.165000', '204635.625000', '204636.085000', '204636.545000', '204637.005000', '204637.465000', '204637.925000', '204638.385000', '204638.845000', '204639.305000', '204639.765000', '204640.225000', '204640.685000', '204641.145000', '204641.605000', '204642.065000', '204642.525000', '204642.985000', '204643.445000', '204643.905000', '204644.365000', '204644.825000', '204645.285000', '204645.745000', '204646.205000', '204646.665000', '204647.125000', '204647.585000', '204648.045000', '204648.505000', '204648.965000', '204649.425000', '204649.885000', '204650.345000', '204650.805000', '204651.265000', '204651.725000', '204652.185000', '204652.645000', '204653.105000', '204653.565000', '204654.025000', '204654.485000', '204654.945000', '204655.405000', '204655.865000', '204656.325000', '204656.785000', '204657.245000', '204657.705000', '204658.165000', '204658.625000', '204659.085000', '204659.545000', '204700.005000', '204700.465000', '204700.925000', '204701.385000', '204701.845000', '204702.305000', '204702.765000', '204703.225000', '204703.685000', '204704.145000', '204704.605000', '204705.065000', '204705.525000', '204705.985000', '204706.445000', '204706.905000', '204707.365000', '204707.825000', '204708.285000', '204708.745000', '204709.205000', '204709.665000', '204710.125000', '204710.585000', '204711.045000', '204711.505000', '204711.965000', '204712.425000', '204712.885000', '204713.345000', '204713.805000', '204714.265000', '204714.725000', '204715.185000', '204715.645000', '204716.105000', '204716.565000', '204717.025000', '204717.485000', '204717.945000', '204718.405000', '204718.865000', '204719.325000', '204719.785000', '204720.245000', '204720.705000', '204721.165000', '204721.625000', '204722.085000', '204722.545000', '204723.005000', '204723.465000', '204723.925000', '204724.385000', '204724.845000', '204725.305000', '204725.765000', '204726.225000', '204726.685000', '204727.145000', '204727.605000', '204728.065000', '204728.525000', '204728.985000', '204729.445000', '204729.905000', '204730.365000', '204730.825000', '204731.285000', '204731.745000', '204732.205000', '204732.665000', '204733.125000', '204733.585000', '204734.045000', '204734.505000', '204734.965000', '204735.425000', '204735.885000', '204736.345000', '204736.805000', '204737.265000', '204737.725000', '204738.185000', '204738.645000', '204739.105000', '204739.565000', '204740.025000', '204740.485000', '204740.945000', '204741.405000', '204741.865000', '204742.325000', '204742.785000', '204743.245000', '204743.705000', '204744.165000', '204744.625000', '204745.085000', '204745.545000', '204746.005000', '204746.465000', '204746.925000', '204747.385000', '204747.845000', '204748.305000', '204748.765000', '204749.225000', '204749.685000', '204750.145000', '204750.605000', '204751.065000', '204751.525000', '204751.985000', '204752.445000', '204752.905000', '204753.365000', '204753.825000', '204754.285000', '204754.745000', '204755.205000', '204755.665000', '204756.125000', '204756.585000', '204757.045000', '204757.505000', '204757.965000', '204758.425000', '204758.885000', '204759.345000', '204759.805000', '204800.265000', '204800.725000', '204801.185000', '204801.645000', '204802.105000', '204802.565000', '204803.025000', '204803.485000', '204803.945000', '204804.405000', '204804.865000', '204805.325000', '204805.785000', '204806.245000', '204806.705000', '204807.165000', '204807.625000', '204808.085000', '204808.545000', '204809.005000', '204809.465000', '204809.925000', '204810.385000', '204810.845000', '204811.305000', '204811.765000', '204812.225000', '204812.685000', '204813.145000', '204813.605000', '204814.065000', '204814.525000', '204814.985000', '204815.445000', '204815.905000', '204816.365000', '204816.825000', '204817.285000', '204817.745000', '204818.205000', '204818.665000', '204819.125000', '204819.585000', '204820.045000', '204820.505000', '204820.965000', '204821.425000', '204821.885000', '204822.345000', '204822.805000', '204823.265000', '204823.725000', '204824.185000', '204824.645000', '204825.105000', '204825.565000', '204826.025000', '204826.485000', '204826.945000', '204827.405000', '204827.865000', '204828.325000', '204828.785000', '204829.245000', '204829.705000', '204830.165000', '204830.625000', '204831.085000', '204831.545000', '204832.005000', '204832.465000', '204832.925000', '204833.385000', '204833.845000', '204834.305000', '204834.765000', '204835.225000', '204835.685000', '204836.145000', '204836.605000', '204837.065000', '204837.525000', '204837.985000', '204838.445000', '204838.905000', '204839.365000', '204839.825000', '204840.285000', '204840.745000', '204841.205000', '204841.665000', '204842.125000', '204842.585000', '204843.045000', '204843.505000', '204843.965000', '204844.425000', '204844.885000', '204845.345000', '204845.805000', '204846.265000', '204846.725000', '204847.185000', '204847.645000', '204848.105000', '204848.565000', '204849.025000', '204849.485000', '204849.945000', '204850.405000', '204850.865000', '204851.325000', '204851.785000', '204852.245000', '204852.705000', '204853.165000', '204853.625000', '204854.085000', '204854.545000', '204855.005000', '204855.465000', '204855.925000', '204856.385000', '204856.845000', '204857.305000', '204857.765000', '204858.225000', '204858.685000', '204859.145000', '204859.605000', '204900.065000', '204900.525000', '204900.985000', '204901.445000', '204901.905000', '204902.365000', '204902.825000', '204903.285000', '204903.745000', '204904.205000', '204904.665000', '204905.125000', '204905.585000', '204906.045000', '204906.505000', '204906.965000', '204907.425000', '204907.885000', '204908.345000', '204908.805000', '204909.265000', '204909.725000', '204910.185000', '204910.645000', '204911.105000', '204911.565000', '204912.025000', '204912.485000', '204912.945000', '204913.405000', '204913.865000', '204914.325000', '204914.785000', '204915.245000', '204915.705000', '204916.165000', '204916.625000', '204917.085000', '204917.545000', '204918.005000', '204918.465000', '204918.925000', '204919.385000', '204919.845000', '204920.305000', '204920.765000', '204921.225000', '204921.685000', '204922.145000', '204922.605000', '204923.065000', '204923.525000', '204923.985000', '204924.445000', '204924.905000', '204925.365000', '204925.825000', '204926.285000', '204926.745000', '204927.205000', '204927.665000', '204928.125000', '204928.585000', '204929.045000', '204929.505000', '204929.965000', '204930.425000', '204930.885000', '204931.345000', '204931.805000', '204932.265000', '204932.725000', '204933.185000', '204933.645000', '204934.105000', '204934.565000', '204935.025000', '204935.485000', '204935.945000', '204936.405000', '204936.865000', '204937.325000', '204937.785000', '204938.245000', '204938.705000', '204939.165000', '204939.625000', '204940.085000', '204940.545000', '204941.005000', '204941.465000', '204941.925000', '204942.385000', '204942.845000', '204943.305000', '204943.765000', '204944.225000', '204944.685000'], 'ContentTime': ['204313.511000', '204313.515000', '204313.517000', '204313.520000', '204313.523000', '204313.526000', '204313.528000', '204313.531000', '204313.533000', '204313.536000', '204313.541000', '204313.544000', '204313.546000', '204313.578000', '204313.581000', '204313.583000', '204313.586000', '204313.588000', '204313.591000', '204313.593000', '204313.596000', '204313.599000', '204313.601000', '204313.604000', '204313.606000', '204313.609000', '204313.611000', '204313.614000', '204313.617000', '204313.619000', '204313.622000', '204313.624000', '204313.627000', '204313.629000', '204313.632000', '204313.634000', '204313.637000', '204313.639000', '204313.642000', '204313.645000', '204313.647000', '204313.650000', '204313.652000', '204313.655000', '204313.657000', '204313.660000', '204313.662000', '204313.665000', '204313.667000', '204313.670000', '204313.673000', '204313.675000', '204313.678000', '204313.680000', '204313.683000', '204313.685000', '204313.694000', '204313.697000', '204313.700000', '204313.702000', '204333.474000', '204333.477000', '204333.480000', '204333.482000', '204333.485000', '204333.487000', '204333.490000', '204333.493000', '204333.495000', '204333.498000', '204333.500000', '204333.503000', '204333.506000', '204333.508000', '204333.511000', '204333.513000', '204333.516000', '204333.518000', '204333.521000', '204333.524000', '204333.526000', '204333.529000', '204333.531000', '204333.534000', '204333.536000', '204333.539000', '204333.541000', '204333.544000', '204333.547000', '204333.549000', '204333.552000', '204333.554000', '204333.557000', '204333.559000', '204333.562000', '204333.564000', '204333.567000', '204333.570000', '204333.572000', '204333.575000', '204333.577000', '204333.580000', '204333.583000', '204353.474000', '204353.477000', '204353.480000', '204353.482000', '204353.485000', '204353.487000', '204353.490000', '204353.493000', '204353.495000', '204353.498000', '204353.501000', '204353.503000', '204353.506000', '204353.508000', '204353.511000', '204353.513000', '204353.516000', '204353.518000', '204353.521000', '204353.524000', '204353.526000', '204353.529000', '204353.531000', '204353.534000', '204353.537000', '204353.539000', '204353.542000', '204353.544000', '204353.547000', '204353.549000', '204353.552000', '204353.554000', '204353.557000', '204353.560000', '204353.562000', '204353.565000', '204353.567000', '204353.570000', '204353.572000', '204353.575000', '204353.577000', '204353.580000', '204353.582000', '204353.585000', '204413.475000', '204413.478000', '204413.481000', '204413.483000', '204413.486000', '204413.488000', '204413.491000', '204413.493000', '204413.496000', '204413.499000', '204413.501000', '204413.504000', '204413.506000', '204413.509000', '204413.511000', '204413.514000', '204413.517000', '204413.519000', '204413.522000', '204413.524000', '204413.527000', '204413.529000', '204413.532000', '204413.535000', '204413.537000', '204413.540000', '204413.542000', '204413.545000', '204413.547000', '204413.550000', '204413.552000', '204413.555000', '204413.558000', '204413.560000', '204413.563000', '204413.565000', '204413.568000', '204413.571000', '204413.573000', '204413.576000', '204413.578000', '204413.581000', '204413.584000', '204433.475000', '204433.478000', '204433.481000', '204433.483000', '204433.486000', '204433.488000', '204433.491000', '204433.499000', '204433.502000', '204433.504000', '204433.507000', '204433.509000', '204433.512000', '204433.514000', '204433.517000', '204433.520000', '204433.522000', '204433.525000', '204433.527000', '204433.530000', '204433.533000', '204433.535000', '204433.538000', '204433.540000', '204433.543000', '204433.545000', '204433.548000', '204433.551000', '204433.553000', '204433.556000', '204433.558000', '204433.561000', '204433.564000', '204433.566000', '204433.569000', '204433.571000', '204433.601000', '204433.604000', '204433.606000', '204433.609000', '204433.612000', '204433.614000', '204433.617000', '204433.619000', '204453.475000', '204453.478000', '204453.481000', '204453.483000', '204453.486000', '204453.489000', '204453.491000', '204453.494000', '204453.496000', '204453.499000', '204453.502000', '204453.504000', '204453.507000', '204453.509000', '204453.512000', '204453.514000', '204453.517000', '204453.519000', '204453.522000', '204453.525000', '204453.527000', '204453.530000', '204453.532000', '204453.535000', '204453.537000', '204453.540000', '204453.543000', '204453.545000', '204453.548000', '204453.550000', '204453.553000', '204453.555000', '204453.558000', '204453.561000', '204453.563000', '204453.566000', '204453.568000', '204453.571000', '204453.573000', '204453.576000', '204453.579000', '204453.581000', '204453.584000', '204513.475000', '204513.478000', '204513.481000', '204513.484000', '204513.487000', '204513.490000', '204513.493000', '204513.495000', '204513.498000', '204513.500000', '204513.503000', '204513.506000', '204513.508000', '204513.511000', '204513.514000', '204513.516000', '204513.519000', '204513.521000', '204513.524000', '204513.526000', '204513.529000', '204513.532000', '204513.534000', '204513.537000', '204513.539000', '204513.542000', '204513.544000', '204513.547000', '204513.550000', '204513.552000', '204513.555000', '204513.557000', '204513.560000', '204513.563000', '204513.565000', '204513.568000', '204513.570000', '204513.573000', '204513.576000', '204513.578000', '204513.581000', '204513.583000', '204513.586000', '204533.476000', '204533.479000', '204533.481000', '204533.484000', '204533.486000', '204533.489000', '204533.491000', '204533.494000', '204533.497000', '204533.499000', '204533.502000', '204533.504000', '204533.507000', '204533.509000', '204533.512000', '204533.514000', '204533.517000', '204533.520000', '204533.522000', '204533.525000', '204533.527000', '204533.530000', '204533.533000', '204533.535000', '204533.538000', '204533.540000', '204533.543000', '204533.546000', '204533.548000', '204533.551000', '204533.553000', '204533.556000', '204533.559000', '204533.561000', '204533.564000', '204533.566000', '204533.569000', '204533.571000', '204533.574000', '204533.576000', '204533.579000', '204533.582000', '204533.584000', '204533.587000', '204553.474000', '204553.477000', '204553.480000', '204553.482000', '204553.485000', '204553.488000', '204553.490000', '204553.493000', '204553.495000', '204553.498000', '204553.501000', '204553.503000', '204553.506000', '204553.508000', '204553.511000', '204553.513000', '204553.516000', '204553.519000', '204553.521000', '204553.524000', '204553.526000', '204553.529000', '204553.531000', '204553.534000', '204553.537000', '204553.540000', '204553.543000', '204553.545000', '204553.548000', '204553.550000', '204553.553000', '204553.556000', '204553.558000', '204553.561000', '204553.564000', '204553.566000', '204553.569000', '204553.571000', '204553.574000', '204553.576000', '204553.579000', '204553.582000', '204553.584000', '204613.475000', '204613.477000', '204613.480000', '204613.483000', '204613.485000', '204613.488000', '204613.490000', '204613.493000', '204613.496000', '204613.498000', '204613.501000', '204613.503000', '204613.506000', '204613.508000', '204613.511000', '204613.514000', '204613.516000', '204613.519000', '204613.530000', '204613.533000', '204613.535000', '204613.538000', '204613.541000', '204613.543000', '204613.546000', '204613.548000', '204613.551000', '204613.554000', '204613.556000', '204613.559000', '204613.561000', '204613.564000', '204613.567000', '204613.569000', '204613.572000', '204613.574000', '204613.577000', '204613.579000', '204613.582000', '204613.585000', '204613.587000', '204613.590000', '204613.593000', '204613.595000', '204633.476000', '204633.478000', '204633.481000', '204633.484000', '204633.486000', '204633.489000', '204633.491000', '204633.494000', '204633.496000', '204633.499000', '204633.501000', '204633.504000', '204633.507000', '204633.509000', '204633.512000', '204633.514000', '204633.517000', '204633.520000', '204633.522000', '204633.525000', '204633.529000', '204633.531000', '204633.534000', '204633.537000', '204633.539000', '204633.542000', '204633.544000', '204633.547000', '204633.549000', '204633.552000', '204633.555000', '204633.557000', '204633.560000', '204633.563000', '204633.565000', '204633.568000', '204633.570000', '204633.573000', '204633.576000', '204633.578000', '204633.581000', '204633.583000', '204633.586000', '204653.476000', '204653.478000', '204653.481000', '204653.484000', '204653.486000', '204653.489000', '204653.491000', '204653.494000', '204653.497000', '204653.499000', '204653.502000', '204653.504000', '204653.507000', '204653.510000', '204653.512000', '204653.515000', '204653.517000', '204653.520000', '204653.523000', '204653.525000', '204653.528000', '204653.530000', '204653.533000', '204653.535000', '204653.538000', '204653.540000', '204653.543000', '204653.546000', '204653.548000', '204653.551000', '204653.554000', '204653.556000', '204653.559000', '204653.561000', '204653.564000', '204653.567000', '204653.569000', '204653.572000', '204653.574000', '204653.577000', '204653.579000', '204653.582000', '204653.584000', '204653.587000', '204713.476000', '204713.479000', '204713.481000', '204713.484000', '204713.486000', '204713.489000', '204713.491000', '204713.494000', '204713.497000', '204713.499000', '204713.502000', '204713.504000', '204713.507000', '204713.510000', '204713.512000', '204713.515000', '204713.517000', '204713.520000', '204713.523000', '204713.525000', '204713.528000', '204713.530000', '204713.533000', '204713.535000', '204713.539000', '204713.542000', '204713.544000', '204713.547000', '204713.550000', '204713.553000', '204713.555000', '204713.558000', '204713.560000', '204713.563000', '204713.565000', '204713.568000', '204713.570000', '204713.573000', '204713.576000', '204713.579000', '204713.582000', '204713.584000', '204713.587000', '204733.476000', '204733.478000', '204733.481000', '204733.484000', '204733.486000', '204733.489000', '204733.491000', '204733.494000', '204733.496000', '204733.499000', '204733.502000', '204733.504000', '204733.507000', '204733.509000', '204733.512000', '204733.514000', '204733.517000', '204733.520000', '204733.522000', '204733.525000', '204733.527000', '204733.530000', '204733.532000', '204733.535000', '204733.538000', '204733.540000', '204733.543000', '204733.545000', '204733.548000', '204733.551000', '204733.553000', '204733.556000', '204733.559000', '204733.561000', '204733.564000', '204733.566000', '204733.569000', '204733.571000', '204733.574000', '204733.577000', '204733.579000', '204733.582000', '204733.595000', '204733.598000', '204753.476000', '204753.478000', '204753.481000', '204753.484000', '204753.486000', '204753.489000', '204753.491000', '204753.494000', '204753.496000', '204753.499000', '204753.502000', '204753.504000', '204753.507000', '204753.509000', '204753.512000', '204753.515000', '204753.517000', '204753.520000', '204753.522000', '204753.525000', '204753.527000', '204753.530000', '204753.532000', '204753.535000', '204753.538000', '204753.540000', '204753.543000', '204753.546000', '204753.548000', '204753.551000', '204753.554000', '204753.557000', '204753.560000', '204753.563000', '204753.565000', '204753.568000', '204753.570000', '204753.573000', '204753.575000', '204753.578000', '204753.580000', '204753.583000', '204753.586000', '204813.475000', '204813.477000', '204813.480000', '204813.482000', '204813.485000', '204813.488000', '204813.490000', '204813.493000', '204813.495000', '204813.498000', '204813.501000', '204813.503000', '204813.506000', '204813.508000', '204813.511000', '204813.513000', '204813.516000', '204813.519000', '204813.521000', '204813.524000', '204813.526000', '204813.529000', '204813.531000', '204813.534000', '204813.537000', '204813.539000', '204813.542000', '204813.544000', '204813.547000', '204813.550000', '204813.552000', '204813.555000', '204813.557000', '204813.560000', '204813.562000', '204813.565000', '204813.568000', '204813.570000', '204813.573000', '204813.575000', '204813.578000', '204813.580000', '204813.583000', '204813.586000', '204833.475000', '204833.477000', '204833.480000', '204833.482000', '204833.485000', '204833.490000', '204833.492000', '204833.495000', '204833.497000', '204833.500000', '204833.503000', '204833.505000', '204833.508000', '204833.511000', '204833.513000', '204833.516000', '204833.519000', '204833.521000', '204833.524000', '204833.526000', '204833.529000', '204833.531000', '204833.534000', '204833.537000', '204833.539000', '204833.542000', '204833.544000', '204833.547000', '204833.550000', '204833.552000', '204833.555000', '204833.557000', '204833.560000', '204833.563000', '204833.565000', '204833.568000', '204833.570000', '204833.573000', '204833.575000', '204833.578000', '204833.581000', '204833.583000', '204833.586000', '204853.475000', '204853.478000', '204853.481000', '204853.483000', '204853.486000', '204853.488000', '204853.491000', '204853.494000', '204853.496000', '204853.499000', '204853.501000', '204853.504000', '204853.506000', '204853.509000', '204853.512000', '204853.514000', '204853.517000', '204853.519000', '204853.522000', '204853.524000', '204853.527000', '204853.530000', '204853.532000', '204853.535000', '204853.537000', '204853.540000', '204853.543000', '204853.545000', '204853.548000', '204853.550000', '204853.553000', '204853.555000', '204853.558000', '204853.561000', '204853.563000', '204853.566000', '204853.568000', '204853.571000', '204853.573000', '204853.576000', '204853.578000', '204853.581000', '204853.584000', '204853.586000', '204913.476000', '204913.478000', '204913.481000', '204913.483000', '204913.486000', '204913.489000', '204913.491000', '204913.494000', '204913.496000', '204913.499000', '204913.502000', '204913.504000', '204913.507000', '204913.509000', '204913.512000', '204913.514000', '204913.517000', '204913.520000', '204913.522000', '204913.525000', '204913.527000', '204913.530000', '204913.533000', '204913.535000', '204913.538000', '204913.541000', '204913.543000', '204913.546000', '204913.548000', '204913.551000', '204913.554000', '204913.556000', '204913.559000', '204913.561000', '204913.564000', '204913.566000', '204913.569000', '204913.572000', '204913.574000', '204913.577000', '204913.579000', '204913.582000', '204913.584000', '204933.475000', '204933.478000', '204933.481000', '204933.484000', '204933.486000', '204933.489000', '204933.491000', '204933.494000', '204933.497000', '204933.499000', '204933.502000', '204933.504000', '204933.507000', '204933.509000', '204933.512000', '204933.515000', '204933.517000', '204933.520000', '204933.522000', '204933.525000', '204933.527000', '204933.530000', '204933.533000', '204933.535000', '204933.538000', '204933.540000', '204933.543000', '204933.545000', '204933.548000', '204933.550000', '204933.553000', '204933.556000', '204933.558000', '204933.561000', '204933.563000', '204933.566000', '204933.569000', '204933.571000', '204933.574000', '204933.576000', '204933.579000', '204933.581000', '204933.584000', '204933.587000', '204946.275000', '204946.278000', '204946.281000', '204946.283000', '204946.286000', '204946.288000', '204946.291000', '204946.294000', '204946.296000', '204946.299000', '204946.302000', '204946.304000', '204946.307000', '204946.309000', '204946.312000', '204946.315000', '204946.317000', '204946.320000', '204946.322000', '204946.325000', '204946.328000', '204946.330000', '204946.333000', '204946.335000', '204946.338000', '204946.341000', '204946.344000', '204946.347000'], 'InstanceCreationTime': ['204313.511000', '204313.515000', '204313.517000', '204313.520000', '204313.523000', '204313.526000', '204313.528000', '204313.531000', '204313.533000', '204313.536000', '204313.541000', '204313.544000', '204313.546000', '204313.578000', '204313.581000', '204313.583000', '204313.586000', '204313.588000', '204313.591000', '204313.593000', '204313.596000', '204313.599000', '204313.601000', '204313.604000', '204313.606000', '204313.609000', '204313.611000', '204313.614000', '204313.617000', '204313.619000', '204313.622000', '204313.624000', '204313.627000', '204313.629000', '204313.632000', '204313.634000', '204313.637000', '204313.639000', '204313.642000', '204313.645000', '204313.647000', '204313.650000', '204313.652000', '204313.655000', '204313.657000', '204313.660000', '204313.662000', '204313.665000', '204313.667000', '204313.670000', '204313.673000', '204313.675000', '204313.678000', '204313.680000', '204313.683000', '204313.685000', '204313.694000', '204313.697000', '204313.700000', '204313.702000', '204333.474000', '204333.477000', '204333.480000', '204333.482000', '204333.485000', '204333.487000', '204333.490000', '204333.493000', '204333.495000', '204333.498000', '204333.500000', '204333.503000', '204333.506000', '204333.508000', '204333.511000', '204333.513000', '204333.516000', '204333.518000', '204333.521000', '204333.524000', '204333.526000', '204333.529000', '204333.531000', '204333.534000', '204333.536000', '204333.539000', '204333.541000', '204333.544000', '204333.547000', '204333.549000', '204333.552000', '204333.554000', '204333.557000', '204333.559000', '204333.562000', '204333.564000', '204333.567000', '204333.570000', '204333.572000', '204333.575000', '204333.577000', '204333.580000', '204333.583000', '204353.474000', '204353.477000', '204353.480000', '204353.482000', '204353.485000', '204353.487000', '204353.490000', '204353.493000', '204353.495000', '204353.498000', '204353.501000', '204353.503000', '204353.506000', '204353.508000', '204353.511000', '204353.513000', '204353.516000', '204353.518000', '204353.521000', '204353.524000', '204353.526000', '204353.529000', '204353.531000', '204353.534000', '204353.537000', '204353.539000', '204353.542000', '204353.544000', '204353.547000', '204353.549000', '204353.552000', '204353.554000', '204353.557000', '204353.560000', '204353.562000', '204353.565000', '204353.567000', '204353.570000', '204353.572000', '204353.575000', '204353.577000', '204353.580000', '204353.582000', '204353.585000', '204413.475000', '204413.478000', '204413.481000', '204413.483000', '204413.486000', '204413.488000', '204413.491000', '204413.493000', '204413.496000', '204413.499000', '204413.501000', '204413.504000', '204413.506000', '204413.509000', '204413.511000', '204413.514000', '204413.517000', '204413.519000', '204413.522000', '204413.524000', '204413.527000', '204413.529000', '204413.532000', '204413.535000', '204413.537000', '204413.540000', '204413.542000', '204413.545000', '204413.547000', '204413.550000', '204413.552000', '204413.555000', '204413.558000', '204413.560000', '204413.563000', '204413.565000', '204413.568000', '204413.571000', '204413.573000', '204413.576000', '204413.578000', '204413.581000', '204413.584000', '204433.475000', '204433.478000', '204433.481000', '204433.483000', '204433.486000', '204433.488000', '204433.491000', '204433.499000', '204433.502000', '204433.504000', '204433.507000', '204433.509000', '204433.512000', '204433.514000', '204433.517000', '204433.520000', '204433.522000', '204433.525000', '204433.527000', '204433.530000', '204433.533000', '204433.535000', '204433.538000', '204433.540000', '204433.543000', '204433.545000', '204433.548000', '204433.551000', '204433.553000', '204433.556000', '204433.558000', '204433.561000', '204433.564000', '204433.566000', '204433.569000', '204433.571000', '204433.601000', '204433.604000', '204433.606000', '204433.609000', '204433.612000', '204433.614000', '204433.617000', '204433.619000', '204453.475000', '204453.478000', '204453.481000', '204453.483000', '204453.486000', '204453.489000', '204453.491000', '204453.494000', '204453.496000', '204453.499000', '204453.502000', '204453.504000', '204453.507000', '204453.509000', '204453.512000', '204453.514000', '204453.517000', '204453.519000', '204453.522000', '204453.525000', '204453.527000', '204453.530000', '204453.532000', '204453.535000', '204453.537000', '204453.540000', '204453.543000', '204453.545000', '204453.548000', '204453.550000', '204453.553000', '204453.555000', '204453.558000', '204453.561000', '204453.563000', '204453.566000', '204453.568000', '204453.571000', '204453.573000', '204453.576000', '204453.579000', '204453.581000', '204453.584000', '204513.475000', '204513.478000', '204513.481000', '204513.484000', '204513.487000', '204513.490000', '204513.493000', '204513.495000', '204513.498000', '204513.500000', '204513.503000', '204513.506000', '204513.508000', '204513.511000', '204513.514000', '204513.516000', '204513.519000', '204513.521000', '204513.524000', '204513.526000', '204513.529000', '204513.532000', '204513.534000', '204513.537000', '204513.539000', '204513.542000', '204513.544000', '204513.547000', '204513.550000', '204513.552000', '204513.555000', '204513.557000', '204513.560000', '204513.563000', '204513.565000', '204513.568000', '204513.570000', '204513.573000', '204513.576000', '204513.578000', '204513.581000', '204513.583000', '204513.586000', '204533.476000', '204533.479000', '204533.481000', '204533.484000', '204533.486000', '204533.489000', '204533.491000', '204533.494000', '204533.497000', '204533.499000', '204533.502000', '204533.504000', '204533.507000', '204533.509000', '204533.512000', '204533.514000', '204533.517000', '204533.520000', '204533.522000', '204533.525000', '204533.527000', '204533.530000', '204533.533000', '204533.535000', '204533.538000', '204533.540000', '204533.543000', '204533.546000', '204533.548000', '204533.551000', '204533.553000', '204533.556000', '204533.559000', '204533.561000', '204533.564000', '204533.566000', '204533.569000', '204533.571000', '204533.574000', '204533.576000', '204533.579000', '204533.582000', '204533.584000', '204533.587000', '204553.474000', '204553.477000', '204553.480000', '204553.482000', '204553.485000', '204553.488000', '204553.490000', '204553.493000', '204553.495000', '204553.498000', '204553.501000', '204553.503000', '204553.506000', '204553.508000', '204553.511000', '204553.513000', '204553.516000', '204553.519000', '204553.521000', '204553.524000', '204553.526000', '204553.529000', '204553.531000', '204553.534000', '204553.537000', '204553.540000', '204553.543000', '204553.545000', '204553.548000', '204553.550000', '204553.553000', '204553.556000', '204553.558000', '204553.561000', '204553.564000', '204553.566000', '204553.569000', '204553.571000', '204553.574000', '204553.576000', '204553.579000', '204553.582000', '204553.584000', '204613.475000', '204613.477000', '204613.480000', '204613.483000', '204613.485000', '204613.488000', '204613.490000', '204613.493000', '204613.496000', '204613.498000', '204613.501000', '204613.503000', '204613.506000', '204613.508000', '204613.511000', '204613.514000', '204613.516000', '204613.519000', '204613.530000', '204613.533000', '204613.535000', '204613.538000', '204613.541000', '204613.543000', '204613.546000', '204613.548000', '204613.551000', '204613.554000', '204613.556000', '204613.559000', '204613.561000', '204613.564000', '204613.567000', '204613.569000', '204613.572000', '204613.574000', '204613.577000', '204613.579000', '204613.582000', '204613.585000', '204613.587000', '204613.590000', '204613.593000', '204613.595000', '204633.476000', '204633.478000', '204633.481000', '204633.484000', '204633.486000', '204633.489000', '204633.491000', '204633.494000', '204633.496000', '204633.499000', '204633.501000', '204633.504000', '204633.507000', '204633.509000', '204633.512000', '204633.514000', '204633.517000', '204633.520000', '204633.522000', '204633.525000', '204633.529000', '204633.531000', '204633.534000', '204633.537000', '204633.539000', '204633.542000', '204633.544000', '204633.547000', '204633.549000', '204633.552000', '204633.555000', '204633.557000', '204633.560000', '204633.563000', '204633.565000', '204633.568000', '204633.570000', '204633.573000', '204633.576000', '204633.578000', '204633.581000', '204633.583000', '204633.586000', '204653.476000', '204653.478000', '204653.481000', '204653.484000', '204653.486000', '204653.489000', '204653.491000', '204653.494000', '204653.497000', '204653.499000', '204653.502000', '204653.504000', '204653.507000', '204653.510000', '204653.512000', '204653.515000', '204653.517000', '204653.520000', '204653.523000', '204653.525000', '204653.528000', '204653.530000', '204653.533000', '204653.535000', '204653.538000', '204653.540000', '204653.543000', '204653.546000', '204653.548000', '204653.551000', '204653.554000', '204653.556000', '204653.559000', '204653.561000', '204653.564000', '204653.567000', '204653.569000', '204653.572000', '204653.574000', '204653.577000', '204653.579000', '204653.582000', '204653.584000', '204653.587000', '204713.476000', '204713.479000', '204713.481000', '204713.484000', '204713.486000', '204713.489000', '204713.491000', '204713.494000', '204713.497000', '204713.499000', '204713.502000', '204713.504000', '204713.507000', '204713.510000', '204713.512000', '204713.515000', '204713.517000', '204713.520000', '204713.523000', '204713.525000', '204713.528000', '204713.530000', '204713.533000', '204713.535000', '204713.539000', '204713.542000', '204713.544000', '204713.547000', '204713.550000', '204713.553000', '204713.555000', '204713.558000', '204713.560000', '204713.563000', '204713.565000', '204713.568000', '204713.570000', '204713.573000', '204713.576000', '204713.579000', '204713.582000', '204713.584000', '204713.587000', '204733.476000', '204733.478000', '204733.481000', '204733.484000', '204733.486000', '204733.489000', '204733.491000', '204733.494000', '204733.496000', '204733.499000', '204733.502000', '204733.504000', '204733.507000', '204733.509000', '204733.512000', '204733.514000', '204733.517000', '204733.520000', '204733.522000', '204733.525000', '204733.527000', '204733.530000', '204733.532000', '204733.535000', '204733.538000', '204733.540000', '204733.543000', '204733.545000', '204733.548000', '204733.551000', '204733.553000', '204733.556000', '204733.559000', '204733.561000', '204733.564000', '204733.566000', '204733.569000', '204733.571000', '204733.574000', '204733.577000', '204733.579000', '204733.582000', '204733.595000', '204733.598000', '204753.476000', '204753.478000', '204753.481000', '204753.484000', '204753.486000', '204753.489000', '204753.491000', '204753.494000', '204753.496000', '204753.499000', '204753.502000', '204753.504000', '204753.507000', '204753.509000', '204753.512000', '204753.515000', '204753.517000', '204753.520000', '204753.522000', '204753.525000', '204753.527000', '204753.530000', '204753.532000', '204753.535000', '204753.538000', '204753.540000', '204753.543000', '204753.546000', '204753.548000', '204753.551000', '204753.554000', '204753.557000', '204753.560000', '204753.563000', '204753.565000', '204753.568000', '204753.570000', '204753.573000', '204753.575000', '204753.578000', '204753.580000', '204753.583000', '204753.586000', '204813.475000', '204813.477000', '204813.480000', '204813.482000', '204813.485000', '204813.488000', '204813.490000', '204813.493000', '204813.495000', '204813.498000', '204813.501000', '204813.503000', '204813.506000', '204813.508000', '204813.511000', '204813.513000', '204813.516000', '204813.519000', '204813.521000', '204813.524000', '204813.526000', '204813.529000', '204813.531000', '204813.534000', '204813.537000', '204813.539000', '204813.542000', '204813.544000', '204813.547000', '204813.550000', '204813.552000', '204813.555000', '204813.557000', '204813.560000', '204813.562000', '204813.565000', '204813.568000', '204813.570000', '204813.573000', '204813.575000', '204813.578000', '204813.580000', '204813.583000', '204813.586000', '204833.475000', '204833.477000', '204833.480000', '204833.482000', '204833.485000', '204833.490000', '204833.492000', '204833.495000', '204833.497000', '204833.500000', '204833.503000', '204833.505000', '204833.508000', '204833.511000', '204833.513000', '204833.516000', '204833.519000', '204833.521000', '204833.524000', '204833.526000', '204833.529000', '204833.531000', '204833.534000', '204833.537000', '204833.539000', '204833.542000', '204833.544000', '204833.547000', '204833.550000', '204833.552000', '204833.555000', '204833.557000', '204833.560000', '204833.563000', '204833.565000', '204833.568000', '204833.570000', '204833.573000', '204833.575000', '204833.578000', '204833.581000', '204833.583000', '204833.586000', '204853.475000', '204853.478000', '204853.481000', '204853.483000', '204853.486000', '204853.488000', '204853.491000', '204853.494000', '204853.496000', '204853.499000', '204853.501000', '204853.504000', '204853.506000', '204853.509000', '204853.512000', '204853.514000', '204853.517000', '204853.519000', '204853.522000', '204853.524000', '204853.527000', '204853.530000', '204853.532000', '204853.535000', '204853.537000', '204853.540000', '204853.543000', '204853.545000', '204853.548000', '204853.550000', '204853.553000', '204853.555000', '204853.558000', '204853.561000', '204853.563000', '204853.566000', '204853.568000', '204853.571000', '204853.573000', '204853.576000', '204853.578000', '204853.581000', '204853.584000', '204853.586000', '204913.476000', '204913.478000', '204913.481000', '204913.483000', '204913.486000', '204913.489000', '204913.491000', '204913.494000', '204913.496000', '204913.499000', '204913.502000', '204913.504000', '204913.507000', '204913.509000', '204913.512000', '204913.514000', '204913.517000', '204913.520000', '204913.522000', '204913.525000', '204913.527000', '204913.530000', '204913.533000', '204913.535000', '204913.538000', '204913.541000', '204913.543000', '204913.546000', '204913.548000', '204913.551000', '204913.554000', '204913.556000', '204913.559000', '204913.561000', '204913.564000', '204913.566000', '204913.569000', '204913.572000', '204913.574000', '204913.577000', '204913.579000', '204913.582000', '204913.584000', '204933.475000', '204933.478000', '204933.481000', '204933.484000', '204933.486000', '204933.489000', '204933.491000', '204933.494000', '204933.497000', '204933.499000', '204933.502000', '204933.504000', '204933.507000', '204933.509000', '204933.512000', '204933.515000', '204933.517000', '204933.520000', '204933.522000', '204933.525000', '204933.527000', '204933.530000', '204933.533000', '204933.535000', '204933.538000', '204933.540000', '204933.543000', '204933.545000', '204933.548000', '204933.550000', '204933.553000', '204933.556000', '204933.558000', '204933.561000', '204933.563000', '204933.566000', '204933.569000', '204933.571000', '204933.574000', '204933.576000', '204933.579000', '204933.581000', '204933.584000', '204933.587000', '204946.275000', '204946.278000', '204946.281000', '204946.283000', '204946.286000', '204946.288000', '204946.291000', '204946.294000', '204946.296000', '204946.299000', '204946.302000', '204946.304000', '204946.307000', '204946.309000', '204946.312000', '204946.315000', '204946.317000', '204946.320000', '204946.322000', '204946.325000', '204946.328000', '204946.330000', '204946.333000', '204946.335000', '204946.338000', '204946.341000', '204946.344000', '204946.347000'], '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': [7413, 9829, 7650, 8719, 6978, 8473, 6239, 7577, 6726, 6950, 6731, 6977, 6189, 7050, 6610, 6894, 5834, 7073, 9918, 6735, 8430, 7131, 8992, 6886, 7564, 6441, 6044, 6849, 6367, 7297, 6229, 7046, 6920, 7248, 6992, 8229, 6907, 9026, 7421, 8397, 6609, 7790, 6132, 9013, 6786, 7260, 7848, 7751, 9395, 7406, 8274, 6512, 7375, 10219, 7637, 8029, 7296, 8139, 7146, 7817, 6878, 6889, 6244, 6918, 6247, 6766, 7036, 7530, 7284, 8586, 5973, 7179, 7304, 6724, 6850, 7327, 7767, 6798, 6915, 7519, 9070, 10847, 7546, 9439, 7154, 7830, 6591, 6948, 6393, 6802, 6361, 7019, 7702, 6843, 8145, 6813, 6773, 6789, 9197, 7055, 8394, 6897, 8343, 6435, 8591, 6819, 7654, 6119, 7296, 10592, 7673, 9035, 6835, 8246, 6960, 7939, 7215, 8159, 7177, 8404, 7186, 7725, 6326, 7458, 9855, 7350, 8666, 7157, 7839, 6655, 6725, 6157, 7007, 9563, 7381, 8500, 7286, 7853, 7150, 8106, 6919, 8271, 7349, 8975, 6952, 8683, 6843, 7242, 8395, 7304, 9547, 7109, 8725, 6895, 7955, 7126, 7792, 6921, 7796, 6528, 7955, 6639, 7006, 9044, 6986, 9661, 7393, 8736, 7356, 8170, 7222, 7827, 6870, 7431, 6035, 7043, 6552, 7448, 7600, 7362, 9770, 7825, 9048, 7394, 8567, 7339, 8673, 7469, 8649, 7538, 8374, 7583, 7721, 6453, 7334, 6932, 6420, 6275, 7261, 5892, 7353, 6768, 7147, 10460, 7127, 8907, 7206, 8504, 7050, 8043, 7034, 7548, 6629, 7793, 7073, 8097, 7149, 8586, 7393, 8853, 7184, 8224, 6612, 7414, 9919, 7141, 8936, 7165, 8121, 7250, 7984, 7070, 7481, 7224, 8023, 7269, 8208, 7436, 8972, 7433, 8588, 7093, 8192, 6977, 8116, 6367, 6595, 6783, 7069, 6842, 8671, 7353, 8247, 6635, 8282, 6976, 7089, 6237, 7211, 10132, 7445, 8477, 7401, 8399, 6970, 6402, 7075, 6981, 8452, 9558, 7510, 9195, 7046, 8594, 7257, 7284, 7246, 6084, 7558, 9251, 7507, 9134, 7294, 8320, 6866, 7791, 6958, 7558, 6370, 6847, 6300, 6914, 6399, 8025, 6910, 7148, 10149, 7123, 9361, 7282, 6419, 7364, 9730, 7276, 8659, 7455, 8538, 7253, 8066, 7093, 8207, 7517, 8901, 7328, 8890, 7617, 8718, 7295, 8872, 7320, 8540, 7099, 7526, 6831, 7408, 6547, 8149, 7110, 8269, 7242, 8853, 7304, 7656, 7539, 9961, 7538, 9181, 7293, 8393, 7117, 7633, 7061, 8081, 7266, 8525, 7459, 8346, 7565, 8960, 7374, 8665, 7505, 8608, 7487, 8164, 7252, 8626, 7605, 9945, 7654, 9339, 7304, 8776, 7302, 8026, 7551, 7603, 7189, 6268, 6927, 7419, 7836, 9333, 7411, 9327, 7746, 8443, 7593, 8379, 7224, 6351, 7321, 9688, 7599, 7412, 7247, 6148, 7839, 6736, 7157, 8061, 7543, 7288, 6677, 7074, 7454, 7434, 8987, 7324, 8581, 6115, 7343, 7778, 6954, 6370, 7227, 7700, 6905, 6939, 7282, 6108, 6873, 6945, 8044, 6935, 9205, 7319, 9098, 7361, 8765, 7220, 7609, 7057, 8110, 7197, 8849, 6842, 7575, 6357, 6970, 10083, 7327, 6681, 6537, 6913, 7765, 7583, 9111, 7461, 9268, 7552, 9023, 7744, 8567, 7268, 7946, 7011, 7755, 6828, 7638, 6766, 8452, 7297, 8602, 7155, 8730, 7164, 8118, 7479, 7263, 10052, 7481, 6361, 6615, 6262, 7399, 6813, 7003, 9160, 7327, 7071, 6664, 6788, 9158, 7319, 6103, 7255, 9746, 7317, 8222, 6327, 7090, 9041, 7131, 7881, 7285, 8003, 6983, 7566, 6901, 7885, 7818, 8230, 6664, 6736, 8541, 6609, 6567, 9086, 10299, 7928, 8716, 6715, 8299, 6522, 8099, 6607, 7874, 6345, 7730, 6322, 7215, 6560, 6016, 7427, 6229, 7913, 6805, 8118, 6820, 7505, 6746, 6618, 6881, 6456, 7541, 10123, 7435, 9118, 7227, 6930, 6394, 6437, 7102, 6603, 7635, 6553, 8060, 7111, 8208, 7451, 7965, 6929, 7370, 8183, 7265, 9700, 7143, 8282, 7126, 8007, 6877, 6851, 6320, 6560, 7145, 6933, 7980, 6122, 7012, 6735, 7263, 6778, 8621, 6786, 7404, 9835, 6986, 9064, 6935, 8209, 7109, 8249, 6976, 7769, 6622, 7917, 6897, 8388, 6984, 8113, 6847, 7757, 7257, 9225, 7009, 9056, 7242, 8603, 7318, 8015, 7138, 8220, 7161, 8352, 6825, 7244, 6454, 7328, 7166, 7689, 7042, 8633, 7242, 8703, 7182, 9220, 7257, 8761, 7270, 8557, 6938, 8194, 6822, 7359, 6779, 7641, 7223, 8066, 6738, 6494, 7135, 9669, 7160, 8712, 7051, 8073, 6782, 8059, 6938, 7961, 6560, 8287, 7066, 8303, 6779, 8050, 6926, 8472, 6774, 6676, 6777, 9364, 7015, 8758, 6833, 5976, 6849, 9770, 7025, 8349, 6812, 8461, 7219, 7835, 7172, 8055, 7205, 6777, 6563, 6472, 7436, 9738, 7439, 8732, 6970, 8079, 6811, 6546, 6751, 6198, 6952, 9582, 7205, 8743, 6699, 8460, 6998, 8273, 6804, 8190, 6884, 8359, 6692, 7094, 6380, 6297, 7267, 6970, 8048, 6858, 9049, 7200, 9059, 7120, 7682, 6146, 6872, 9016, 6844, 6201, 7301, 6752, 8644, 6663, 6639, 6990, 6773, 7981, 6743, 7875, 8314, 7028, 10067, 7693, 6362, 6309, 7146, 7386, 6320, 6695, 8304, 6767, 6445, 7318, 10392, 7163, 8749, 7097, 7224, 6513, 6562, 6714, 6054, 7137, 6470, 7428, 7443, 6615, 6709, 6893, 8458, 7197, 6320, 9638, 7282, 6845, 8323, 6838, 9725, 6984, 7223, 6180, 7251, 7374, 6696, 8745, 6813, 5769, 7181, 6211, 7811, 6762, 7700, 6599, 5944, 6985, 9313, 7346, 8709, 6394, 7487, 6639, 8130, 6695, 7871, 6501, 8271, 6331, 7281, 6631, 7719, 6555, 8707, 6581, 6829, 7022, 10151, 6855, 9050, 6696, 7896, 6579, 7837, 6685, 8411, 6603, 7656, 6403, 7391, 6672, 7697, 6487, 7951, 6441, 8689, 6539, 6624, 6715, 6773, 7120, 10319, 7274, 9122, 6473, 8353, 6853, 7264, 6281, 6149, 7228, 6604, 8548, 6511, 8895, 6468, 9066, 6769, 8637, 6367, 7900, 6619, 7909, 6458, 7876, 6545, 8029, 6666, 7520, 6220, 6318, 6779, 9311, 6826, 8813, 6516, 7932, 6356, 8686, 6399, 6012, 6527, 6244, 7531, 7022, 6974, 9384, 6692, 6772, 6939, 6749, 7786, 6504, 8502, 6365, 7351, 6113, 7036, 7213, 6740, 6059, 7465, 6521, 8501, 6584, 8959, 6604, 8821, 6439, 7894, 6480, 6657, 6804, 6684, 7960, 6454, 8374, 6448, 8787, 6234, 7778, 6242, 8252, 6663, 7575, 6505, 6971, 6802, 5852, 6818, 7674, 6758, 6707, 7056, 5992, 7328, 8376, 6801, 6219, 7770, 6413, 7558, 6381, 8346], 'WindowCenter': [3797.0, 3811.0, 3778.0, 3784.0, 3753.0, 3770.0, 3727.0, 3747.0, 3737.0, 3735.0, 3723.0, 3736.0, 3716.0, 3734.0, 3727.0, 3735.0, 3716.0, 3736.0, 3777.0, 3736.0, 3756.0, 3749.0, 3767.0, 3749.0, 3748.0, 3737.0, 3728.0, 3738.0, 3738.0, 3748.0, 3727.0, 3736.0, 3737.0, 3746.0, 3746.0, 3756.0, 3749.0, 3767.0, 3748.0, 3757.0, 3737.0, 3746.0, 3713.0, 3767.0, 3736.0, 3758.0, 3769.0, 3760.0, 3781.0, 3747.0, 3756.0, 3725.0, 3745.0, 3765.0, 3732.0, 3742.0, 3734.0, 3741.0, 3722.0, 3731.0, 3721.0, 3732.0, 3711.0, 3733.0, 3723.0, 3723.0, 3745.0, 3756.0, 3759.0, 3780.0, 3726.0, 3734.0, 3736.0, 3735.0, 3737.0, 3746.0, 3759.0, 3749.0, 3751.0, 3761.0, 3783.0, 3791.0, 3747.0, 3767.0, 3733.0, 3732.0, 3722.0, 3731.0, 3712.0, 3722.0, 3723.0, 3735.0, 3744.0, 3737.0, 3756.0, 3738.0, 3736.0, 3736.0, 3768.0, 3747.0, 3766.0, 3747.0, 3756.0, 3735.0, 3767.0, 3735.0, 3756.0, 3725.0, 3746.0, 3777.0, 3745.0, 3766.0, 3733.0, 3754.0, 3736.0, 3755.0, 3747.0, 3755.0, 3748.0, 3766.0, 3734.0, 3748.0, 3725.0, 3746.0, 3766.0, 3735.0, 3753.0, 3734.0, 3743.0, 3723.0, 3732.0, 3712.0, 3733.0, 3765.0, 3735.0, 3752.0, 3746.0, 3754.0, 3747.0, 3756.0, 3751.0, 3769.0, 3761.0, 3767.0, 3737.0, 3755.0, 3724.0, 3744.0, 3744.0, 3732.0, 3765.0, 3734.0, 3751.0, 3734.0, 3742.0, 3735.0, 3745.0, 3747.0, 3744.0, 3723.0, 3755.0, 3736.0, 3745.0, 3755.0, 3734.0, 3766.0, 3746.0, 3755.0, 3743.0, 3754.0, 3746.0, 3755.0, 3734.0, 3745.0, 3725.0, 3745.0, 3725.0, 3746.0, 3746.0, 3745.0, 3777.0, 3746.0, 3766.0, 3747.0, 3755.0, 3746.0, 3756.0, 3745.0, 3756.0, 3746.0, 3754.0, 3742.0, 3743.0, 3722.0, 3732.0, 3733.0, 3721.0, 3724.0, 3744.0, 3714.0, 3746.0, 3736.0, 3749.0, 3777.0, 3736.0, 3767.0, 3744.0, 3753.0, 3736.0, 3755.0, 3732.0, 3744.0, 3732.0, 3745.0, 3737.0, 3757.0, 3749.0, 3770.0, 3748.0, 3767.0, 3735.0, 3755.0, 3735.0, 3733.0, 3765.0, 3732.0, 3754.0, 3735.0, 3743.0, 3733.0, 3743.0, 3734.0, 3745.0, 3746.0, 3756.0, 3748.0, 3768.0, 3747.0, 3766.0, 3747.0, 3757.0, 3732.0, 3754.0, 3734.0, 3754.0, 3723.0, 3723.0, 3734.0, 3733.0, 3736.0, 3768.0, 3760.0, 3767.0, 3737.0, 3766.0, 3736.0, 3745.0, 3724.0, 3746.0, 3777.0, 3743.0, 3755.0, 3744.0, 3755.0, 3744.0, 3737.0, 3746.0, 3747.0, 3771.0, 3781.0, 3748.0, 3766.0, 3735.0, 3755.0, 3747.0, 3747.0, 3759.0, 3727.0, 3761.0, 3780.0, 3749.0, 3779.0, 3748.0, 3755.0, 3733.0, 3744.0, 3735.0, 3744.0, 3722.0, 3724.0, 3724.0, 3734.0, 3724.0, 3758.0, 3735.0, 3736.0, 3776.0, 3732.0, 3765.0, 3746.0, 3724.0, 3744.0, 3766.0, 3745.0, 3753.0, 3745.0, 3753.0, 3745.0, 3744.0, 3735.0, 3750.0, 3748.0, 3766.0, 3747.0, 3764.0, 3746.0, 3754.0, 3746.0, 3764.0, 3747.0, 3753.0, 3734.0, 3743.0, 3735.0, 3744.0, 3733.0, 3757.0, 3747.0, 3754.0, 3748.0, 3769.0, 3760.0, 3758.0, 3758.0, 3779.0, 3757.0, 3768.0, 3746.0, 3754.0, 3735.0, 3742.0, 3735.0, 3743.0, 3747.0, 3765.0, 3747.0, 3757.0, 3758.0, 3768.0, 3747.0, 3756.0, 3747.0, 3754.0, 3746.0, 3756.0, 3747.0, 3756.0, 3744.0, 3777.0, 3745.0, 3766.0, 3746.0, 3754.0, 3734.0, 3742.0, 3745.0, 3744.0, 3732.0, 3736.0, 3746.0, 3756.0, 3759.0, 3767.0, 3747.0, 3766.0, 3745.0, 3743.0, 3745.0, 3744.0, 3746.0, 3724.0, 3746.0, 3765.0, 3746.0, 3745.0, 3746.0, 3723.0, 3745.0, 3734.0, 3747.0, 3745.0, 3744.0, 3734.0, 3735.0, 3734.0, 3744.0, 3747.0, 3768.0, 3748.0, 3768.0, 3714.0, 3744.0, 3744.0, 3734.0, 3723.0, 3742.0, 3745.0, 3736.0, 3734.0, 3745.0, 3724.0, 3735.0, 3746.0, 3759.0, 3750.0, 3781.0, 3761.0, 3769.0, 3746.0, 3767.0, 3736.0, 3743.0, 3733.0, 3742.0, 3736.0, 3766.0, 3735.0, 3744.0, 3723.0, 3733.0, 3765.0, 3733.0, 3724.0, 3722.0, 3735.0, 3744.0, 3759.0, 3769.0, 3760.0, 3767.0, 3748.0, 3767.0, 3744.0, 3753.0, 3733.0, 3742.0, 3733.0, 3744.0, 3722.0, 3742.0, 3724.0, 3755.0, 3746.0, 3753.0, 3735.0, 3754.0, 3733.0, 3747.0, 3729.0, 3731.0, 3764.0, 3730.0, 3722.0, 3723.0, 3722.0, 3746.0, 3735.0, 3734.0, 3765.0, 3735.0, 3735.0, 3735.0, 3736.0, 3769.0, 3746.0, 3739.0, 3759.0, 3780.0, 3747.0, 3756.0, 3723.0, 3735.0, 3755.0, 3734.0, 3744.0, 3733.0, 3745.0, 3734.0, 3743.0, 3734.0, 3744.0, 3744.0, 3746.0, 3725.0, 3735.0, 3750.0, 3736.0, 3737.0, 3767.0, 3767.0, 3741.0, 3742.0, 3710.0, 3729.0, 3710.0, 3722.0, 3710.0, 3729.0, 3710.0, 3731.0, 3720.0, 3732.0, 3723.0, 3713.0, 3741.0, 3710.0, 3749.0, 3732.0, 3739.0, 3733.0, 3741.0, 3738.0, 3737.0, 3738.0, 3727.0, 3745.0, 3766.0, 3730.0, 3754.0, 3731.0, 3733.0, 3720.0, 3724.0, 3734.0, 3736.0, 3747.0, 3726.0, 3753.0, 3736.0, 3757.0, 3747.0, 3758.0, 3735.0, 3748.0, 3746.0, 3735.0, 3763.0, 3733.0, 3742.0, 3735.0, 3738.0, 3735.0, 3733.0, 3733.0, 3738.0, 3749.0, 3751.0, 3770.0, 3727.0, 3737.0, 3738.0, 3744.0, 3736.0, 3765.0, 3736.0, 3743.0, 3777.0, 3735.0, 3757.0, 3735.0, 3754.0, 3731.0, 3754.0, 3734.0, 3741.0, 3736.0, 3746.0, 3736.0, 3753.0, 3735.0, 3757.0, 3738.0, 3757.0, 3745.0, 3778.0, 3748.0, 3762.0, 3746.0, 3756.0, 3735.0, 3741.0, 3736.0, 3752.0, 3735.0, 3756.0, 3735.0, 3745.0, 3724.0, 3745.0, 3736.0, 3743.0, 3748.0, 3768.0, 3758.0, 3768.0, 3750.0, 3768.0, 3747.0, 3753.0, 3746.0, 3749.0, 3733.0, 3756.0, 3723.0, 3730.0, 3731.0, 3745.0, 3748.0, 3752.0, 3748.0, 3739.0, 3748.0, 3780.0, 3747.0, 3756.0, 3735.0, 3744.0, 3735.0, 3744.0, 3736.0, 3756.0, 3736.0, 3753.0, 3736.0, 3752.0, 3737.0, 3756.0, 3748.0, 3758.0, 3735.0, 3737.0, 3734.0, 3767.0, 3737.0, 3756.0, 3736.0, 3726.0, 3736.0, 3767.0, 3731.0, 3745.0, 3724.0, 3744.0, 3733.0, 3729.0, 3735.0, 3737.0, 3742.0, 3735.0, 3737.0, 3726.0, 3749.0, 3761.0, 3737.0, 3755.0, 3735.0, 3737.0, 3724.0, 3724.0, 3736.0, 3725.0, 3743.0, 3767.0, 3732.0, 3756.0, 3720.0, 3755.0, 3731.0, 3755.0, 3736.0, 3757.0, 3732.0, 3758.0, 3733.0, 3737.0, 3735.0, 3738.0, 3744.0, 3748.0, 3755.0, 3739.0, 3764.0, 3749.0, 3766.0, 3735.0, 3743.0, 3714.0, 3720.0, 3754.0, 3724.0, 3713.0, 3742.0, 3736.0, 3768.0, 3739.0, 3738.0, 3751.0, 3737.0, 3756.0, 3737.0, 3755.0, 3745.0, 3732.0, 3765.0, 3746.0, 3724.0, 3723.0, 3730.0, 3738.0, 3736.0, 3750.0, 3765.0, 3751.0, 3740.0, 3757.0, 3779.0, 3733.0, 3752.0, 3720.0, 3721.0, 3712.0, 3722.0, 3735.0, 3725.0, 3731.0, 3719.0, 3743.0, 3748.0, 3731.0, 3746.0, 3753.0, 3771.0, 3745.0, 3737.0, 3774.0, 3746.0, 3739.0, 3759.0, 3739.0, 3783.0, 3746.0, 3745.0, 3712.0, 3730.0, 3720.0, 3706.0, 3736.0, 3717.0, 3701.0, 3728.0, 3713.0, 3740.0, 3737.0, 3752.0, 3734.0, 3720.0, 3746.0, 3774.0, 3745.0, 3752.0, 3720.0, 3730.0, 3719.0, 3738.0, 3721.0, 3738.0, 3722.0, 3754.0, 3726.0, 3736.0, 3721.0, 3739.0, 3727.0, 3751.0, 3735.0, 3738.0, 3750.0, 3779.0, 3726.0, 3753.0, 3723.0, 3730.0, 3724.0, 3732.0, 3725.0, 3742.0, 3724.0, 3741.0, 3725.0, 3731.0, 3737.0, 3747.0, 3727.0, 3747.0, 3723.0, 3757.0, 3723.0, 3737.0, 3733.0, 3726.0, 3735.0, 3768.0, 3733.0, 3755.0, 3709.0, 3736.0, 3724.0, 3735.0, 3721.0, 3725.0, 3742.0, 3733.0, 3766.0, 3738.0, 3761.0, 3728.0, 3753.0, 3726.0, 3757.0, 3726.0, 3742.0, 3725.0, 3738.0, 3725.0, 3743.0, 3725.0, 3745.0, 3722.0, 3746.0, 3722.0, 3725.0, 3735.0, 3767.0, 3734.0, 3756.0, 3726.0, 3743.0, 3725.0, 3756.0, 3726.0, 3715.0, 3724.0, 3727.0, 3757.0, 3738.0, 3737.0, 3767.0, 3722.0, 3725.0, 3733.0, 3732.0, 3748.0, 3727.0, 3756.0, 3727.0, 3747.0, 3714.0, 3735.0, 3734.0, 3720.0, 3715.0, 3735.0, 3722.0, 3754.0, 3737.0, 3761.0, 3738.0, 3758.0, 3725.0, 3739.0, 3726.0, 3737.0, 3732.0, 3734.0, 3752.0, 3737.0, 3755.0, 3739.0, 3755.0, 3711.0, 3731.0, 3719.0, 3741.0, 3724.0, 3744.0, 3721.0, 3737.0, 3738.0, 3715.0, 3736.0, 3745.0, 3726.0, 3725.0, 3735.0, 3713.0, 3736.0, 3746.0, 3725.0, 3714.0, 3744.0, 3739.0, 3748.0, 3738.0, 3758.0], 'WindowWidth': [8559.0, 8561.0, 8509.0, 8510.0, 8467.0, 8484.0, 8423.0, 8449.0, 8433.0, 8429.0, 8411.0, 8430.0, 8402.0, 8426.0, 8418.0, 8429.0, 8404.0, 8433.0, 8485.0, 8432.0, 8456.0, 8452.0, 8472.0, 8452.0, 8449.0, 8435.0, 8423.0, 8438.0, 8437.0, 8450.0, 8420.0, 8433.0, 8432.0, 8444.0, 8446.0, 8459.0, 8450.0, 8475.0, 8450.0, 8461.0, 8433.0, 8442.0, 8393.0, 8471.0, 8432.0, 8465.0, 8482.0, 8472.0, 8499.0, 8447.0, 8459.0, 8414.0, 8439.0, 8464.0, 8419.0, 8431.0, 8422.0, 8428.0, 8404.0, 8417.0, 8401.0, 8419.0, 8390.0, 8422.0, 8408.0, 8410.0, 8442.0, 8458.0, 8467.0, 8498.0, 8418.0, 8428.0, 8429.0, 8428.0, 8433.0, 8446.0, 8468.0, 8453.0, 8460.0, 8474.0, 8508.0, 8511.0, 8448.0, 8474.0, 8419.0, 8417.0, 8403.0, 8416.0, 8390.0, 8406.0, 8409.0, 8429.0, 8439.0, 8433.0, 8457.0, 8437.0, 8433.0, 8434.0, 8475.0, 8449.0, 8474.0, 8448.0, 8460.0, 8430.0, 8475.0, 8428.0, 8459.0, 8415.0, 8445.0, 8485.0, 8442.0, 8470.0, 8424.0, 8452.0, 8431.0, 8454.0, 8447.0, 8457.0, 8450.0, 8474.0, 8427.0, 8450.0, 8415.0, 8444.0, 8469.0, 8427.0, 8448.0, 8425.0, 8435.0, 8406.0, 8422.0, 8393.0, 8423.0, 8467.0, 8427.0, 8447.0, 8442.0, 8452.0, 8446.0, 8458.0, 8459.0, 8479.0, 8472.0, 8474.0, 8433.0, 8455.0, 8410.0, 8439.0, 8435.0, 8421.0, 8464.0, 8425.0, 8444.0, 8423.0, 8433.0, 8428.0, 8442.0, 8448.0, 8441.0, 8413.0, 8457.0, 8429.0, 8445.0, 8453.0, 8426.0, 8468.0, 8444.0, 8453.0, 8439.0, 8453.0, 8445.0, 8457.0, 8426.0, 8444.0, 8415.0, 8443.0, 8415.0, 8445.0, 8443.0, 8443.0, 8485.0, 8444.0, 8467.0, 8446.0, 8455.0, 8445.0, 8456.0, 8443.0, 8456.0, 8445.0, 8453.0, 8434.0, 8438.0, 8405.0, 8420.0, 8421.0, 8407.0, 8413.0, 8439.0, 8399.0, 8446.0, 8433.0, 8453.0, 8486.0, 8432.0, 8471.0, 8440.0, 8449.0, 8430.0, 8455.0, 8422.0, 8438.0, 8421.0, 8442.0, 8434.0, 8461.0, 8454.0, 8482.0, 8453.0, 8476.0, 8428.0, 8457.0, 8426.0, 8423.0, 8464.0, 8419.0, 8449.0, 8426.0, 8434.0, 8423.0, 8434.0, 8426.0, 8441.0, 8447.0, 8458.0, 8451.0, 8476.0, 8450.0, 8470.0, 8445.0, 8459.0, 8421.0, 8452.0, 8425.0, 8453.0, 8407.0, 8410.0, 8425.0, 8424.0, 8434.0, 8477.0, 8471.0, 8475.0, 8435.0, 8473.0, 8431.0, 8443.0, 8413.0, 8444.0, 8485.0, 8437.0, 8454.0, 8438.0, 8453.0, 8441.0, 8436.0, 8448.0, 8451.0, 8488.0, 8498.0, 8451.0, 8470.0, 8428.0, 8454.0, 8448.0, 8449.0, 8467.0, 8423.0, 8473.0, 8496.0, 8454.0, 8492.0, 8450.0, 8455.0, 8422.0, 8440.0, 8427.0, 8440.0, 8407.0, 8413.0, 8411.0, 8426.0, 8413.0, 8462.0, 8429.0, 8431.0, 8481.0, 8420.0, 8466.0, 8442.0, 8412.0, 8441.0, 8470.0, 8441.0, 8448.0, 8440.0, 8447.0, 8439.0, 8439.0, 8430.0, 8444.0, 8449.0, 8471.0, 8446.0, 8465.0, 8444.0, 8452.0, 8443.0, 8466.0, 8444.0, 8451.0, 8425.0, 8436.0, 8428.0, 8439.0, 8425.0, 8461.0, 8447.0, 8455.0, 8451.0, 8478.0, 8470.0, 8465.0, 8466.0, 8492.0, 8463.0, 8475.0, 8444.0, 8452.0, 8425.0, 8434.0, 8427.0, 8436.0, 8447.0, 8469.0, 8449.0, 8461.0, 8464.0, 8476.0, 8448.0, 8456.0, 8445.0, 8451.0, 8444.0, 8456.0, 8447.0, 8456.0, 8441.0, 8487.0, 8443.0, 8469.0, 8445.0, 8449.0, 8423.0, 8431.0, 8439.0, 8437.0, 8422.0, 8431.0, 8446.0, 8463.0, 8469.0, 8473.0, 8447.0, 8470.0, 8440.0, 8434.0, 8439.0, 8437.0, 8444.0, 8413.0, 8446.0, 8468.0, 8444.0, 8441.0, 8445.0, 8411.0, 8442.0, 8426.0, 8447.0, 8439.0, 8437.0, 8424.0, 8427.0, 8426.0, 8439.0, 8448.0, 8477.0, 8451.0, 8477.0, 8398.0, 8439.0, 8437.0, 8424.0, 8408.0, 8435.0, 8440.0, 8430.0, 8427.0, 8442.0, 8414.0, 8430.0, 8447.0, 8468.0, 8459.0, 8499.0, 8474.0, 8481.0, 8446.0, 8475.0, 8429.0, 8436.0, 8422.0, 8435.0, 8432.0, 8471.0, 8428.0, 8440.0, 8408.0, 8423.0, 8465.0, 8423.0, 8411.0, 8408.0, 8430.0, 8442.0, 8467.0, 8480.0, 8469.0, 8473.0, 8448.0, 8473.0, 8439.0, 8450.0, 8422.0, 8433.0, 8421.0, 8436.0, 8406.0, 8432.0, 8411.0, 8455.0, 8442.0, 8450.0, 8428.0, 8454.0, 8422.0, 8444.0, 8412.0, 8417.0, 8460.0, 8413.0, 8405.0, 8409.0, 8407.0, 8444.0, 8426.0, 8426.0, 8467.0, 8428.0, 8428.0, 8431.0, 8434.0, 8477.0, 8447.0, 8442.0, 8471.0, 8495.0, 8447.0, 8455.0, 8408.0, 8427.0, 8453.0, 8424.0, 8437.0, 8423.0, 8441.0, 8424.0, 8435.0, 8424.0, 8436.0, 8436.0, 8439.0, 8413.0, 8427.0, 8443.0, 8432.0, 8435.0, 8476.0, 8472.0, 8430.0, 8428.0, 8384.0, 8407.0, 8384.0, 8391.0, 8385.0, 8408.0, 8386.0, 8413.0, 8401.0, 8418.0, 8409.0, 8394.0, 8431.0, 8389.0, 8442.0, 8421.0, 8428.0, 8426.0, 8433.0, 8437.0, 8434.0, 8437.0, 8420.0, 8443.0, 8468.0, 8416.0, 8450.0, 8418.0, 8422.0, 8402.0, 8412.0, 8427.0, 8431.0, 8447.0, 8419.0, 8452.0, 8432.0, 8460.0, 8448.0, 8466.0, 8427.0, 8449.0, 8440.0, 8425.0, 8461.0, 8421.0, 8430.0, 8426.0, 8423.0, 8428.0, 8424.0, 8427.0, 8437.0, 8454.0, 8459.0, 8483.0, 8421.0, 8434.0, 8436.0, 8441.0, 8429.0, 8469.0, 8429.0, 8439.0, 8483.0, 8428.0, 8456.0, 8427.0, 8450.0, 8420.0, 8452.0, 8426.0, 8433.0, 8432.0, 8443.0, 8429.0, 8450.0, 8428.0, 8459.0, 8437.0, 8459.0, 8446.0, 8489.0, 8452.0, 8463.0, 8443.0, 8455.0, 8427.0, 8430.0, 8431.0, 8447.0, 8429.0, 8458.0, 8428.0, 8440.0, 8410.0, 8441.0, 8429.0, 8439.0, 8450.0, 8475.0, 8466.0, 8477.0, 8455.0, 8476.0, 8447.0, 8450.0, 8444.0, 8440.0, 8423.0, 8456.0, 8408.0, 8416.0, 8420.0, 8442.0, 8450.0, 8450.0, 8454.0, 8441.0, 8454.0, 8496.0, 8448.0, 8457.0, 8427.0, 8438.0, 8428.0, 8437.0, 8431.0, 8456.0, 8433.0, 8449.0, 8429.0, 8448.0, 8433.0, 8457.0, 8450.0, 8463.0, 8432.0, 8436.0, 8430.0, 8473.0, 8433.0, 8456.0, 8432.0, 8416.0, 8432.0, 8470.0, 8418.0, 8439.0, 8411.0, 8435.0, 8421.0, 8412.0, 8428.0, 8423.0, 8436.0, 8429.0, 8433.0, 8419.0, 8453.0, 8461.0, 8430.0, 8451.0, 8426.0, 8421.0, 8411.0, 8412.0, 8430.0, 8413.0, 8439.0, 8470.0, 8421.0, 8454.0, 8404.0, 8453.0, 8419.0, 8453.0, 8430.0, 8458.0, 8422.0, 8460.0, 8424.0, 8433.0, 8432.0, 8435.0, 8443.0, 8448.0, 8456.0, 8438.0, 8467.0, 8451.0, 8473.0, 8427.0, 8438.0, 8397.0, 8403.0, 8448.0, 8409.0, 8396.0, 8433.0, 8430.0, 8475.0, 8441.0, 8439.0, 8458.0, 8434.0, 8459.0, 8433.0, 8456.0, 8439.0, 8419.0, 8464.0, 8440.0, 8408.0, 8406.0, 8416.0, 8428.0, 8434.0, 8457.0, 8473.0, 8461.0, 8443.0, 8466.0, 8492.0, 8421.0, 8445.0, 8399.0, 8399.0, 8391.0, 8403.0, 8426.0, 8413.0, 8419.0, 8402.0, 8438.0, 8451.0, 8423.0, 8447.0, 8461.0, 8482.0, 8445.0, 8437.0, 8484.0, 8449.0, 8440.0, 8464.0, 8439.0, 8507.0, 8447.0, 8442.0, 8388.0, 8413.0, 8394.0, 8376.0, 8413.0, 8392.0, 8375.0, 8411.0, 8395.0, 8432.0, 8433.0, 8449.0, 8430.0, 8407.0, 8449.0, 8482.0, 8443.0, 8446.0, 8401.0, 8414.0, 8399.0, 8423.0, 8404.0, 8425.0, 8409.0, 8453.0, 8413.0, 8428.0, 8404.0, 8427.0, 8420.0, 8445.0, 8432.0, 8436.0, 8455.0, 8490.0, 8415.0, 8447.0, 8406.0, 8411.0, 8408.0, 8418.0, 8413.0, 8432.0, 8410.0, 8431.0, 8413.0, 8418.0, 8432.0, 8444.0, 8420.0, 8444.0, 8411.0, 8458.0, 8412.0, 8434.0, 8426.0, 8416.0, 8428.0, 8472.0, 8423.0, 8452.0, 8386.0, 8418.0, 8410.0, 8425.0, 8404.0, 8415.0, 8436.0, 8424.0, 8471.0, 8436.0, 8460.0, 8421.0, 8450.0, 8416.0, 8457.0, 8415.0, 8431.0, 8413.0, 8424.0, 8413.0, 8434.0, 8412.0, 8438.0, 8409.0, 8442.0, 8409.0, 8415.0, 8429.0, 8472.0, 8426.0, 8455.0, 8417.0, 8433.0, 8413.0, 8453.0, 8415.0, 8400.0, 8413.0, 8420.0, 8462.0, 8434.0, 8434.0, 8469.0, 8407.0, 8412.0, 8422.0, 8421.0, 8448.0, 8420.0, 8459.0, 8417.0, 8446.0, 8397.0, 8426.0, 8421.0, 8402.0, 8399.0, 8427.0, 8409.0, 8453.0, 8433.0, 8459.0, 8435.0, 8460.0, 8413.0, 8427.0, 8415.0, 8431.0, 8421.0, 8426.0, 8451.0, 8436.0, 8456.0, 8438.0, 8455.0, 8393.0, 8416.0, 8399.0, 8428.0, 8411.0, 8437.0, 8406.0, 8430.0, 8434.0, 8401.0, 8431.0, 8438.0, 8415.0, 8413.0, 8428.0, 8394.0, 8430.0, 8441.0, 8414.0, 8399.0, 8438.0, 8437.0, 8448.0, 8437.0, 8464.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.00028243124312431244</td></tr>
<tr><td colspan=3>aqi</td><td>0.019896003410341038</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.08006663468071</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1760550546035233</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9833453619052865</td></tr>
<tr><td colspan=3>efc</td><td>0.4525</td></tr>
<tr><td colspan=3>fber</td><td>6854.6104</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07907200728757864</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.77007700770077</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4264181646063108</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.298545672471128</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6880829359111087</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2926258854366957</td></tr>
<tr><td colspan=3>gcor</td><td>0.00694194</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012806842103600502</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02430785819888115</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.7466615099217875</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>29.3158</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.5395</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.7431</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305325.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>589.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.7202</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8947</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.9823</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2967.6224</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.344</td></tr>
<tr><td colspan=3>tsnr</td><td>40.097364843357354</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>