<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-02/func/sub-0001_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>b4a4ea8b418c6c3d2fde3d342e69ba52</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>15:43:33.530000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, -0.0235779, 0.00888234, 0.0204168, 0.964644, 0.262765]</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.0887704</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>[4148, -7779, -7247, 470, -31, -241, 23, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>576d2e86-36fe-40d9-be34-6e9fe05ebd69||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682075262069702, 0.05477670952677727, 0.03986210748553276, 107.83089447021484], [0.06325774639844894, 2.588068723678589, 0.70875084400177, -105.70752716064453], [0.023830680176615715, -0.7049794793128967, 2.605011224746704, -29.296693801879883], [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': ['154333.530000', '154333.990000', '154334.450000', '154334.910000', '154335.370000', '154335.830000', '154336.290000', '154336.750000', '154337.210000', '154337.670000', '154338.130000', '154338.590000', '154339.050000', '154339.510000', '154339.970000', '154340.430000', '154340.890000', '154341.350000', '154341.810000', '154342.270000', '154342.730000', '154343.190000', '154343.650000', '154344.110000', '154344.570000', '154345.030000', '154345.490000', '154345.950000', '154346.410000', '154346.870000', '154347.330000', '154347.790000', '154348.250000', '154348.710000', '154349.170000', '154349.630000', '154350.090000', '154350.550000', '154351.010000', '154351.470000', '154351.930000', '154352.390000', '154352.850000', '154353.310000', '154353.770000', '154354.230000', '154354.690000', '154355.150000', '154355.610000', '154356.070000', '154356.530000', '154356.990000', '154357.450000', '154357.910000', '154358.370000', '154358.830000', '154359.290000', '154359.750000', '154400.210000', '154400.670000', '154401.130000', '154401.590000', '154402.050000', '154402.510000', '154402.970000', '154403.430000', '154403.890000', '154404.350000', '154404.810000', '154405.270000', '154405.730000', '154406.190000', '154406.650000', '154407.110000', '154407.570000', '154408.030000', '154408.490000', '154408.950000', '154409.410000', '154409.870000', '154410.330000', '154410.790000', '154411.250000', '154411.710000', '154412.170000', '154412.630000', '154413.090000', '154413.550000', '154414.010000', '154414.470000', '154414.930000', '154415.390000', '154415.850000', '154416.310000', '154416.770000', '154417.230000', '154417.690000', '154418.150000', '154418.610000', '154419.070000', '154419.530000', '154419.990000', '154420.450000', '154420.910000', '154421.370000', '154421.830000', '154422.290000', '154422.750000', '154423.210000', '154423.670000', '154424.130000', '154424.590000', '154425.050000', '154425.510000', '154425.970000', '154426.430000', '154426.890000', '154427.350000', '154427.810000', '154428.270000', '154428.730000', '154429.190000', '154429.650000', '154430.110000', '154430.570000', '154431.030000', '154431.490000', '154431.950000', '154432.410000', '154432.870000', '154433.330000', '154433.790000', '154434.250000', '154434.710000', '154435.170000', '154435.630000', '154436.090000', '154436.550000', '154437.010000', '154437.470000', '154437.930000', '154438.390000', '154438.850000', '154439.310000', '154439.770000', '154440.230000', '154440.690000', '154441.150000', '154441.610000', '154442.070000', '154442.530000', '154442.990000', '154443.450000', '154443.910000', '154444.370000', '154444.830000', '154445.290000', '154445.750000', '154446.210000', '154446.670000', '154447.130000', '154447.590000', '154448.050000', '154448.510000', '154448.970000', '154449.430000', '154449.890000', '154450.350000', '154450.810000', '154451.270000', '154451.730000', '154452.190000', '154452.650000', '154453.110000', '154453.570000', '154454.030000', '154454.490000', '154454.950000', '154455.410000', '154455.870000', '154456.330000', '154456.790000', '154457.250000', '154457.710000', '154458.170000', '154458.630000', '154459.090000', '154459.550000', '154500.010000', '154500.470000', '154500.930000', '154501.390000', '154501.850000', '154502.310000', '154502.770000', '154503.230000', '154503.690000', '154504.150000', '154504.610000', '154505.070000', '154505.530000', '154505.990000', '154506.450000', '154506.910000', '154507.370000', '154507.830000', '154508.290000', '154508.750000', '154509.210000', '154509.670000', '154510.130000', '154510.590000', '154511.050000', '154511.510000', '154511.970000', '154512.430000', '154512.890000', '154513.350000', '154513.810000', '154514.270000', '154514.730000', '154515.190000', '154515.650000', '154516.110000', '154516.570000', '154517.030000', '154517.490000', '154517.950000', '154518.410000', '154518.870000', '154519.330000', '154519.790000', '154520.250000', '154520.710000', '154521.170000', '154521.630000', '154522.090000', '154522.550000', '154523.010000', '154523.470000', '154523.930000', '154524.390000', '154524.850000', '154525.310000', '154525.770000', '154526.230000', '154526.690000', '154527.150000', '154527.610000', '154528.070000', '154528.530000', '154528.990000', '154529.450000', '154529.910000', '154530.370000', '154530.830000', '154531.290000', '154531.750000', '154532.210000', '154532.670000', '154533.130000', '154533.590000', '154534.050000', '154534.510000', '154534.970000', '154535.430000', '154535.890000', '154536.350000', '154536.810000', '154537.270000', '154537.730000', '154538.190000', '154538.650000', '154539.110000', '154539.570000', '154540.030000', '154540.490000', '154540.950000', '154541.410000', '154541.870000', '154542.330000', '154542.790000', '154543.250000', '154543.710000', '154544.170000', '154544.630000', '154545.090000', '154545.550000', '154546.010000', '154546.470000', '154546.930000', '154547.390000', '154547.850000', '154548.310000', '154548.770000', '154549.230000', '154549.690000', '154550.150000', '154550.610000', '154551.070000', '154551.530000', '154551.990000', '154552.450000', '154552.910000', '154553.370000', '154553.830000', '154554.290000', '154554.750000', '154555.210000', '154555.670000', '154556.130000', '154556.590000', '154557.050000', '154557.510000', '154557.970000', '154558.430000', '154558.890000', '154559.350000', '154559.810000', '154600.270000', '154600.730000', '154601.190000', '154601.650000', '154602.110000', '154602.570000', '154603.030000', '154603.490000', '154603.950000', '154604.410000', '154604.870000', '154605.330000', '154605.790000', '154606.250000', '154606.710000', '154607.170000', '154607.630000', '154608.090000', '154608.550000', '154609.010000', '154609.470000', '154609.930000', '154610.390000', '154610.850000', '154611.310000', '154611.770000', '154612.230000', '154612.690000', '154613.150000', '154613.610000', '154614.070000', '154614.530000', '154614.990000', '154615.450000', '154615.910000', '154616.370000', '154616.830000', '154617.290000', '154617.750000', '154618.210000', '154618.670000', '154619.130000', '154619.590000', '154620.050000', '154620.510000', '154620.970000', '154621.430000', '154621.890000', '154622.350000', '154622.810000', '154623.270000', '154623.730000', '154624.190000', '154624.650000', '154625.110000', '154625.570000', '154626.030000', '154626.490000', '154626.950000', '154627.410000', '154627.870000', '154628.330000', '154628.790000', '154629.250000', '154629.710000', '154630.170000', '154630.630000', '154631.090000', '154631.550000', '154632.010000', '154632.470000', '154632.930000', '154633.390000', '154633.850000', '154634.310000', '154634.770000', '154635.230000', '154635.690000', '154636.150000', '154636.610000', '154637.070000', '154637.530000', '154637.990000', '154638.450000', '154638.910000', '154639.370000', '154639.830000', '154640.290000', '154640.750000', '154641.210000', '154641.670000', '154642.130000', '154642.590000', '154643.050000', '154643.510000', '154643.970000', '154644.430000', '154644.890000', '154645.350000', '154645.810000', '154646.270000', '154646.730000', '154647.190000', '154647.650000', '154648.110000', '154648.570000', '154649.030000', '154649.490000', '154649.950000', '154650.410000', '154650.870000', '154651.330000', '154651.790000', '154652.250000', '154652.710000', '154653.170000', '154653.630000', '154654.090000', '154654.550000', '154655.010000', '154655.470000', '154655.930000', '154656.390000', '154656.850000', '154657.310000', '154657.770000', '154658.230000', '154658.690000', '154659.150000', '154659.610000', '154700.070000', '154700.530000', '154700.990000', '154701.450000', '154701.910000', '154702.370000', '154702.830000', '154703.290000', '154703.750000', '154704.210000', '154704.670000', '154705.130000', '154705.590000', '154706.050000', '154706.510000', '154706.970000', '154707.430000', '154707.890000', '154708.350000', '154708.810000', '154709.270000', '154709.730000', '154710.190000', '154710.650000', '154711.110000', '154711.570000', '154712.030000', '154712.490000', '154712.950000', '154713.410000', '154713.870000', '154714.330000', '154714.790000', '154715.250000', '154715.710000', '154716.170000', '154716.630000', '154717.090000', '154717.550000', '154718.010000', '154718.470000', '154718.930000', '154719.390000', '154719.850000', '154720.310000', '154720.770000', '154721.230000', '154721.690000', '154722.150000', '154722.610000', '154723.070000', '154723.530000', '154723.990000', '154724.450000', '154724.910000', '154725.370000', '154725.830000', '154726.290000', '154726.750000', '154727.210000', '154727.670000', '154728.130000', '154728.590000', '154729.050000', '154729.510000', '154729.970000', '154730.430000', '154730.890000', '154731.350000', '154731.810000', '154732.270000', '154732.730000', '154733.190000', '154733.650000', '154734.110000', '154734.570000', '154735.030000', '154735.490000', '154735.950000', '154736.410000', '154736.870000', '154737.330000', '154737.790000', '154738.250000', '154738.710000', '154739.170000', '154739.630000', '154740.090000', '154740.550000', '154741.010000', '154741.470000', '154741.930000', '154742.390000', '154742.850000', '154743.310000', '154743.770000', '154744.230000', '154744.690000', '154745.150000', '154745.610000', '154746.070000', '154746.530000', '154746.990000', '154747.450000', '154747.910000', '154748.370000', '154748.830000', '154749.290000', '154749.750000', '154750.210000', '154750.670000', '154751.130000', '154751.590000', '154752.050000', '154752.510000', '154752.970000', '154753.430000', '154753.890000', '154754.350000', '154754.810000', '154755.270000', '154755.730000', '154756.190000', '154756.650000', '154757.110000', '154757.570000', '154758.030000', '154758.490000', '154758.950000', '154759.410000', '154759.870000', '154800.330000', '154800.790000', '154801.250000', '154801.710000', '154802.170000', '154802.630000', '154803.090000', '154803.550000', '154804.010000', '154804.470000', '154804.930000', '154805.390000', '154805.850000', '154806.310000', '154806.770000', '154807.230000', '154807.690000', '154808.150000', '154808.610000', '154809.070000', '154809.530000', '154809.990000', '154810.450000', '154810.910000', '154811.370000', '154811.830000', '154812.290000', '154812.750000', '154813.210000', '154813.670000', '154814.130000', '154814.590000', '154815.050000', '154815.510000', '154815.970000', '154816.430000', '154816.890000', '154817.350000', '154817.810000', '154818.270000', '154818.730000', '154819.190000', '154819.650000', '154820.110000', '154820.570000', '154821.030000', '154821.490000', '154821.950000', '154822.410000', '154822.870000', '154823.330000', '154823.790000', '154824.250000', '154824.710000', '154825.170000', '154825.630000', '154826.090000', '154826.550000', '154827.010000', '154827.470000', '154827.930000', '154828.390000', '154828.850000', '154829.310000', '154829.770000', '154830.230000', '154830.690000', '154831.150000', '154831.610000', '154832.070000', '154832.530000', '154832.990000', '154833.450000', '154833.910000', '154834.370000', '154834.830000', '154835.290000', '154835.750000', '154836.210000', '154836.670000', '154837.130000', '154837.590000', '154838.050000', '154838.510000', '154838.970000', '154839.430000', '154839.890000', '154840.350000', '154840.810000', '154841.270000', '154841.730000', '154842.190000', '154842.650000', '154843.110000', '154843.570000', '154844.030000', '154844.490000', '154844.950000', '154845.410000', '154845.870000', '154846.330000', '154846.790000', '154847.250000', '154847.710000', '154848.170000', '154848.630000', '154849.090000', '154849.550000', '154850.010000', '154850.470000', '154850.930000', '154851.390000', '154851.850000', '154852.310000', '154852.770000', '154853.230000', '154853.690000', '154854.150000', '154854.610000', '154855.070000', '154855.530000', '154855.990000', '154856.450000', '154856.910000', '154857.370000', '154857.830000', '154858.290000', '154858.750000', '154859.210000', '154859.670000', '154900.130000', '154900.590000', '154901.050000', '154901.510000', '154901.970000', '154902.430000', '154902.890000', '154903.350000', '154903.810000', '154904.270000', '154904.730000', '154905.190000', '154905.650000', '154906.110000', '154906.570000', '154907.030000', '154907.490000', '154907.950000', '154908.410000', '154908.870000', '154909.330000', '154909.790000', '154910.250000', '154910.710000', '154911.170000', '154911.630000', '154912.090000', '154912.550000', '154913.010000', '154913.470000', '154913.930000', '154914.390000', '154914.850000', '154915.310000', '154915.770000', '154916.230000', '154916.690000', '154917.150000', '154917.610000', '154918.070000', '154918.530000', '154918.990000', '154919.450000', '154919.910000', '154920.370000', '154920.830000', '154921.290000', '154921.750000', '154922.210000', '154922.670000', '154923.130000', '154923.590000', '154924.050000', '154924.510000', '154924.970000', '154925.430000', '154925.890000', '154926.350000', '154926.810000', '154927.270000', '154927.730000', '154928.190000', '154928.650000', '154929.110000', '154929.570000', '154930.030000', '154930.490000', '154930.950000', '154931.410000', '154931.870000', '154932.330000', '154932.790000', '154933.250000', '154933.710000', '154934.170000', '154934.630000', '154935.090000', '154935.550000', '154936.010000', '154936.470000', '154936.930000', '154937.390000', '154937.850000', '154938.310000', '154938.770000', '154939.230000', '154939.690000', '154940.150000', '154940.610000', '154941.070000', '154941.530000', '154941.990000', '154942.450000', '154942.910000', '154943.370000', '154943.830000', '154944.290000', '154944.750000', '154945.210000', '154945.670000', '154946.130000', '154946.590000', '154947.050000', '154947.510000', '154947.970000', '154948.430000', '154948.890000', '154949.350000', '154949.810000', '154950.270000', '154950.730000', '154951.190000', '154951.650000', '154952.110000', '154952.570000', '154953.030000', '154953.490000', '154953.950000', '154954.410000', '154954.870000', '154955.330000', '154955.790000', '154956.250000', '154956.710000', '154957.170000', '154957.630000', '154958.090000', '154958.550000', '154959.010000', '154959.470000', '154959.930000', '155000.390000', '155000.850000', '155001.310000', '155001.770000', '155002.230000', '155002.690000', '155003.150000', '155003.610000', '155004.070000', '155004.530000', '155004.990000', '155005.450000', '155005.910000', '155006.370000', '155006.830000', '155007.290000', '155007.750000', '155008.210000', '155008.670000', '155009.130000', '155009.590000', '155010.050000', '155010.510000', '155010.970000', '155011.430000', '155011.890000', '155012.350000', '155012.810000', '155013.270000', '155013.730000', '155014.190000', '155014.650000', '155015.110000', '155015.570000', '155016.030000', '155016.490000', '155016.950000', '155017.410000', '155017.870000', '155018.330000', '155018.790000', '155019.250000', '155019.710000', '155020.170000', '155020.630000', '155021.090000', '155021.550000', '155022.010000', '155022.470000', '155022.930000', '155023.390000', '155023.850000', '155024.310000', '155024.770000', '155025.230000', '155025.690000', '155026.150000', '155026.610000', '155027.070000', '155027.530000', '155027.990000', '155028.450000', '155028.910000', '155029.370000', '155029.830000', '155030.290000', '155030.750000', '155031.210000', '155031.670000', '155032.130000', '155032.590000', '155033.050000', '155033.510000'], 'ContentTime': ['154355.770000', '154355.773000', '154355.776000', '154355.785000', '154355.788000', '154355.791000', '154355.793000', '154355.796000', '154355.799000', '154355.802000', '154355.805000', '154355.808000', '154355.811000', '154355.814000', '154355.816000', '154355.819000', '154355.822000', '154355.825000', '154355.828000', '154355.831000', '154355.834000', '154355.837000', '154355.840000', '154355.843000', '154355.845000', '154355.848000', '154355.851000', '154355.854000', '154355.857000', '154355.860000', '154355.863000', '154355.866000', '154355.869000', '154355.871000', '154355.874000', '154355.877000', '154355.880000', '154355.883000', '154355.886000', '154355.889000', '154355.892000', '154355.895000', '154355.898000', '154355.901000', '154355.904000', '154355.907000', '154355.921000', '154415.730000', '154415.733000', '154415.736000', '154415.739000', '154415.742000', '154415.745000', '154415.748000', '154415.751000', '154415.753000', '154415.756000', '154415.759000', '154415.762000', '154415.765000', '154415.768000', '154415.771000', '154415.774000', '154415.777000', '154415.780000', '154415.783000', '154415.805000', '154415.808000', '154415.811000', '154415.814000', '154415.817000', '154415.820000', '154415.823000', '154415.825000', '154415.828000', '154415.831000', '154415.834000', '154415.837000', '154415.840000', '154415.843000', '154415.846000', '154415.856000', '154415.859000', '154415.862000', '154415.865000', '154415.868000', '154415.871000', '154415.874000', '154415.877000', '154415.879000', '154435.730000', '154435.733000', '154435.736000', '154435.739000', '154435.742000', '154435.745000', '154435.747000', '154435.750000', '154435.753000', '154435.756000', '154435.759000', '154435.762000', '154435.765000', '154435.768000', '154435.771000', '154435.773000', '154435.776000', '154435.779000', '154435.782000', '154435.785000', '154435.788000', '154435.791000', '154435.794000', '154435.797000', '154435.800000', '154435.803000', '154435.806000', '154435.808000', '154435.811000', '154435.814000', '154435.817000', '154435.820000', '154435.823000', '154435.826000', '154435.829000', '154435.832000', '154435.835000', '154435.838000', '154435.841000', '154435.843000', '154435.846000', '154435.849000', '154435.852000', '154435.855000', '154455.730000', '154455.733000', '154455.736000', '154455.739000', '154455.742000', '154455.745000', '154455.748000', '154455.751000', '154455.753000', '154455.756000', '154455.759000', '154455.762000', '154455.765000', '154455.768000', '154455.771000', '154455.774000', '154455.777000', '154455.780000', '154455.783000', '154455.785000', '154455.788000', '154455.808000', '154455.811000', '154455.814000', '154455.817000', '154455.820000', '154455.823000', '154455.826000', '154455.829000', '154455.832000', '154455.835000', '154455.838000', '154455.840000', '154455.847000', '154455.850000', '154455.853000', '154455.856000', '154455.859000', '154455.862000', '154455.865000', '154455.868000', '154455.871000', '154455.873000', '154515.731000', '154515.734000', '154515.737000', '154515.740000', '154515.743000', '154515.746000', '154515.748000', '154515.751000', '154515.754000', '154515.757000', '154515.760000', '154515.763000', '154515.766000', '154515.769000', '154515.772000', '154515.775000', '154515.778000', '154515.780000', '154515.783000', '154515.786000', '154515.789000', '154515.792000', '154515.795000', '154515.798000', '154515.801000', '154515.804000', '154515.806000', '154515.809000', '154515.812000', '154515.815000', '154515.818000', '154515.827000', '154515.830000', '154515.833000', '154515.836000', '154515.838000', '154515.850000', '154515.853000', '154515.855000', '154515.858000', '154515.861000', '154515.869000', '154515.872000', '154515.875000', '154535.731000', '154535.734000', '154535.737000', '154535.740000', '154535.743000', '154535.746000', '154535.749000', '154535.751000', '154535.754000', '154535.757000', '154535.760000', '154535.765000', '154535.768000', '154535.770000', '154535.773000', '154535.776000', '154535.779000', '154535.782000', '154535.785000', '154535.788000', '154535.791000', '154535.794000', '154535.797000', '154535.800000', '154535.810000', '154535.813000', '154535.816000', '154535.820000', '154535.823000', '154535.826000', '154535.829000', '154535.832000', '154535.835000', '154535.838000', '154535.841000', '154535.844000', '154535.847000', '154535.850000', '154535.853000', '154535.856000', '154535.859000', '154535.862000', '154535.865000', '154555.731000', '154555.734000', '154555.737000', '154555.740000', '154555.743000', '154555.746000', '154555.749000', '154555.752000', '154555.755000', '154555.758000', '154555.761000', '154555.764000', '154555.767000', '154555.769000', '154555.772000', '154555.775000', '154555.778000', '154555.781000', '154555.784000', '154555.787000', '154555.790000', '154555.793000', '154555.796000', '154555.799000', '154555.802000', '154555.805000', '154555.808000', '154555.811000', '154555.814000', '154555.817000', '154555.819000', '154555.822000', '154555.825000', '154555.828000', '154555.831000', '154555.834000', '154555.837000', '154555.840000', '154555.843000', '154555.846000', '154555.849000', '154555.852000', '154555.855000', '154555.857000', '154615.731000', '154615.734000', '154615.737000', '154615.752000', '154615.755000', '154615.758000', '154615.761000', '154615.763000', '154615.766000', '154615.769000', '154615.772000', '154615.775000', '154615.778000', '154615.781000', '154615.784000', '154615.787000', '154615.790000', '154615.793000', '154615.796000', '154615.799000', '154615.802000', '154615.805000', '154615.808000', '154615.811000', '154615.814000', '154615.817000', '154615.820000', '154615.823000', '154615.826000', '154615.829000', '154615.832000', '154615.835000', '154615.848000', '154615.851000', '154615.854000', '154615.857000', '154615.860000', '154615.863000', '154615.866000', '154615.869000', '154615.872000', '154615.875000', '154615.878000', '154635.730000', '154635.733000', '154635.736000', '154635.739000', '154635.742000', '154635.745000', '154635.748000', '154635.751000', '154635.753000', '154635.756000', '154635.759000', '154635.762000', '154635.765000', '154635.768000', '154635.771000', '154635.774000', '154635.777000', '154635.791000', '154635.794000', '154635.797000', '154635.800000', '154635.803000', '154635.806000', '154635.809000', '154635.812000', '154635.815000', '154635.818000', '154635.821000', '154635.823000', '154635.826000', '154635.829000', '154635.832000', '154635.835000', '154635.838000', '154635.841000', '154635.844000', '154635.847000', '154635.850000', '154635.853000', '154635.855000', '154635.858000', '154635.861000', '154635.864000', '154635.867000', '154655.730000', '154655.734000', '154655.737000', '154655.739000', '154655.742000', '154655.745000', '154655.748000', '154655.751000', '154655.754000', '154655.757000', '154655.760000', '154655.763000', '154655.766000', '154655.769000', '154655.772000', '154655.775000', '154655.778000', '154655.781000', '154655.784000', '154655.787000', '154655.790000', '154655.793000', '154655.795000', '154655.799000', '154655.802000', '154655.805000', '154655.808000', '154655.811000', '154655.814000', '154655.817000', '154655.820000', '154655.823000', '154655.826000', '154655.829000', '154655.832000', '154655.835000', '154655.838000', '154655.840000', '154655.843000', '154655.846000', '154655.849000', '154655.852000', '154655.855000', '154715.730000', '154715.733000', '154715.736000', '154715.739000', '154715.742000', '154715.745000', '154715.748000', '154715.751000', '154715.754000', '154715.757000', '154715.760000', '154715.770000', '154715.773000', '154715.776000', '154715.779000', '154715.782000', '154715.785000', '154715.787000', '154715.790000', '154715.793000', '154715.796000', '154715.799000', '154715.802000', '154715.805000', '154715.808000', '154715.811000', '154715.814000', '154715.817000', '154715.820000', '154715.823000', '154715.826000', '154715.829000', '154715.832000', '154715.835000', '154715.838000', '154715.841000', '154715.843000', '154715.846000', '154715.849000', '154715.852000', '154715.855000', '154715.858000', '154715.861000', '154715.872000', '154735.731000', '154735.734000', '154735.737000', '154735.740000', '154735.743000', '154735.746000', '154735.749000', '154735.752000', '154735.755000', '154735.758000', '154735.761000', '154735.764000', '154735.767000', '154735.770000', '154735.773000', '154735.776000', '154735.779000', '154735.782000', '154735.785000', '154735.788000', '154735.791000', '154735.793000', '154735.796000', '154735.799000', '154735.802000', '154735.805000', '154735.808000', '154735.811000', '154735.814000', '154735.817000', '154735.820000', '154735.822000', '154735.825000', '154735.828000', '154735.831000', '154735.834000', '154735.837000', '154735.840000', '154735.843000', '154735.846000', '154735.849000', '154735.852000', '154735.859000', '154755.731000', '154755.734000', '154755.737000', '154755.740000', '154755.743000', '154755.746000', '154755.749000', '154755.752000', '154755.755000', '154755.758000', '154755.760000', '154755.763000', '154755.766000', '154755.769000', '154755.772000', '154755.775000', '154755.778000', '154755.781000', '154755.784000', '154755.787000', '154755.790000', '154755.793000', '154755.796000', '154755.799000', '154755.802000', '154755.805000', '154755.808000', '154755.811000', '154755.814000', '154755.817000', '154755.819000', '154755.822000', '154755.825000', '154755.828000', '154755.831000', '154755.834000', '154755.837000', '154755.840000', '154755.843000', '154755.846000', '154755.849000', '154755.852000', '154755.869000', '154755.872000', '154815.731000', '154815.734000', '154815.737000', '154815.740000', '154815.743000', '154815.746000', '154815.749000', '154815.752000', '154815.755000', '154815.758000', '154815.761000', '154815.764000', '154815.767000', '154815.769000', '154815.772000', '154815.775000', '154815.778000', '154815.781000', '154815.784000', '154815.787000', '154815.790000', '154815.793000', '154815.796000', '154815.799000', '154815.802000', '154815.805000', '154815.808000', '154815.811000', '154815.814000', '154815.817000', '154815.820000', '154815.823000', '154815.825000', '154815.828000', '154815.831000', '154815.834000', '154815.838000', '154815.842000', '154815.845000', '154815.848000', '154815.851000', '154815.854000', '154815.857000', '154835.731000', '154835.734000', '154835.737000', '154835.740000', '154835.743000', '154835.746000', '154835.749000', '154835.752000', '154835.755000', '154835.758000', '154835.761000', '154835.764000', '154835.767000', '154835.770000', '154835.772000', '154835.775000', '154835.778000', '154835.781000', '154835.784000', '154835.787000', '154835.790000', '154835.793000', '154835.796000', '154835.799000', '154835.802000', '154835.806000', '154835.809000', '154835.812000', '154835.815000', '154835.818000', '154835.821000', '154835.824000', '154835.827000', '154835.829000', '154835.832000', '154835.836000', '154835.838000', '154835.841000', '154835.844000', '154835.853000', '154835.856000', '154835.859000', '154835.862000', '154835.865000', '154855.730000', '154855.733000', '154855.736000', '154855.739000', '154855.742000', '154855.745000', '154855.748000', '154855.751000', '154855.754000', '154855.757000', '154855.760000', '154855.763000', '154855.766000', '154855.769000', '154855.772000', '154855.774000', '154855.777000', '154855.780000', '154855.783000', '154855.786000', '154855.789000', '154855.792000', '154855.795000', '154855.798000', '154855.801000', '154855.804000', '154855.807000', '154855.810000', '154855.813000', '154855.816000', '154855.819000', '154855.822000', '154855.825000', '154855.828000', '154855.831000', '154855.833000', '154855.836000', '154855.839000', '154855.842000', '154855.845000', '154855.848000', '154855.851000', '154855.854000', '154915.730000', '154915.733000', '154915.736000', '154915.739000', '154915.742000', '154915.745000', '154915.748000', '154915.751000', '154915.754000', '154915.757000', '154915.760000', '154915.763000', '154915.766000', '154915.769000', '154915.772000', '154915.775000', '154915.778000', '154915.780000', '154915.783000', '154915.786000', '154915.789000', '154915.792000', '154915.797000', '154915.800000', '154915.803000', '154915.806000', '154915.809000', '154915.812000', '154915.815000', '154915.818000', '154915.821000', '154915.824000', '154915.827000', '154915.830000', '154915.833000', '154915.835000', '154915.838000', '154915.841000', '154915.844000', '154915.847000', '154915.850000', '154915.853000', '154915.856000', '154915.859000', '154935.730000', '154935.733000', '154935.736000', '154935.739000', '154935.742000', '154935.745000', '154935.748000', '154935.751000', '154935.754000', '154935.757000', '154935.759000', '154935.762000', '154935.765000', '154935.768000', '154935.771000', '154935.774000', '154935.777000', '154935.780000', '154935.783000', '154935.785000', '154935.788000', '154935.791000', '154935.794000', '154935.797000', '154935.800000', '154935.803000', '154935.806000', '154935.809000', '154935.811000', '154935.814000', '154935.817000', '154935.820000', '154935.823000', '154935.826000', '154935.829000', '154935.832000', '154935.835000', '154935.838000', '154935.841000', '154935.844000', '154935.846000', '154935.849000', '154935.852000', '154955.731000', '154955.734000', '154955.737000', '154955.740000', '154955.743000', '154955.746000', '154955.749000', '154955.751000', '154955.754000', '154955.757000', '154955.760000', '154955.763000', '154955.766000', '154955.769000', '154955.772000', '154955.775000', '154955.778000', '154955.781000', '154955.784000', '154955.786000', '154955.789000', '154955.792000', '154955.795000', '154955.798000', '154955.801000', '154955.804000', '154955.807000', '154955.810000', '154955.813000', '154955.816000', '154955.819000', '154955.821000', '154955.824000', '154955.827000', '154955.830000', '154955.833000', '154955.836000', '154955.839000', '154955.843000', '154955.846000', '154955.849000', '154955.852000', '154955.855000', '155015.731000', '155015.734000', '155015.737000', '155015.740000', '155015.743000', '155015.746000', '155015.749000', '155015.752000', '155015.755000', '155015.758000', '155015.761000', '155015.764000', '155015.766000', '155015.769000', '155015.772000', '155015.775000', '155015.778000', '155015.781000', '155015.784000', '155015.787000', '155015.790000', '155015.793000', '155015.795000', '155015.798000', '155015.801000', '155015.804000', '155015.807000', '155015.810000', '155015.813000', '155015.816000', '155015.819000', '155015.822000', '155015.824000', '155015.827000', '155015.830000', '155015.833000', '155015.836000', '155015.839000', '155015.842000', '155015.845000', '155015.848000', '155015.851000', '155015.854000', '155015.856000', '155034.425000', '155034.428000', '155034.432000', '155034.435000', '155034.439000', '155034.444000', '155034.447000', '155034.451000', '155034.454000', '155034.457000', '155034.460000', '155034.462000', '155034.466000', '155034.469000', '155034.472000', '155034.475000', '155034.478000', '155034.481000', '155034.483000', '155034.486000', '155034.489000', '155034.492000', '155034.495000', '155034.498000', '155034.501000', '155034.504000', '155034.507000', '155034.510000', '155034.513000', '155034.516000', '155034.519000', '155034.522000', '155034.525000', '155034.528000', '155034.530000', '155034.534000', '155034.536000', '155034.539000', '155034.542000', '155034.545000', '155034.548000'], 'InstanceCreationTime': ['154355.770000', '154355.773000', '154355.776000', '154355.785000', '154355.788000', '154355.791000', '154355.793000', '154355.796000', '154355.799000', '154355.802000', '154355.805000', '154355.808000', '154355.811000', '154355.814000', '154355.816000', '154355.819000', '154355.822000', '154355.825000', '154355.828000', '154355.831000', '154355.834000', '154355.837000', '154355.840000', '154355.843000', '154355.845000', '154355.848000', '154355.851000', '154355.854000', '154355.857000', '154355.860000', '154355.863000', '154355.866000', '154355.869000', '154355.871000', '154355.874000', '154355.877000', '154355.880000', '154355.883000', '154355.886000', '154355.889000', '154355.892000', '154355.895000', '154355.898000', '154355.901000', '154355.904000', '154355.907000', '154355.921000', '154415.730000', '154415.733000', '154415.736000', '154415.739000', '154415.742000', '154415.745000', '154415.748000', '154415.751000', '154415.753000', '154415.756000', '154415.759000', '154415.762000', '154415.765000', '154415.768000', '154415.771000', '154415.774000', '154415.777000', '154415.780000', '154415.783000', '154415.805000', '154415.808000', '154415.811000', '154415.814000', '154415.817000', '154415.820000', '154415.823000', '154415.825000', '154415.828000', '154415.831000', '154415.834000', '154415.837000', '154415.840000', '154415.843000', '154415.846000', '154415.856000', '154415.859000', '154415.862000', '154415.865000', '154415.868000', '154415.871000', '154415.874000', '154415.877000', '154415.879000', '154435.730000', '154435.733000', '154435.736000', '154435.739000', '154435.742000', '154435.745000', '154435.747000', '154435.750000', '154435.753000', '154435.756000', '154435.759000', '154435.762000', '154435.765000', '154435.768000', '154435.771000', '154435.773000', '154435.776000', '154435.779000', '154435.782000', '154435.785000', '154435.788000', '154435.791000', '154435.794000', '154435.797000', '154435.800000', '154435.803000', '154435.806000', '154435.808000', '154435.811000', '154435.814000', '154435.817000', '154435.820000', '154435.823000', '154435.826000', '154435.829000', '154435.832000', '154435.835000', '154435.838000', '154435.841000', '154435.843000', '154435.846000', '154435.849000', '154435.852000', '154435.855000', '154455.730000', '154455.733000', '154455.736000', '154455.739000', '154455.742000', '154455.745000', '154455.748000', '154455.751000', '154455.753000', '154455.756000', '154455.759000', '154455.762000', '154455.765000', '154455.768000', '154455.771000', '154455.774000', '154455.777000', '154455.780000', '154455.783000', '154455.785000', '154455.788000', '154455.808000', '154455.811000', '154455.814000', '154455.817000', '154455.820000', '154455.823000', '154455.826000', '154455.829000', '154455.832000', '154455.835000', '154455.838000', '154455.840000', '154455.847000', '154455.850000', '154455.853000', '154455.856000', '154455.859000', '154455.862000', '154455.865000', '154455.868000', '154455.871000', '154455.873000', '154515.731000', '154515.734000', '154515.737000', '154515.740000', '154515.743000', '154515.746000', '154515.748000', '154515.751000', '154515.754000', '154515.757000', '154515.760000', '154515.763000', '154515.766000', '154515.769000', '154515.772000', '154515.775000', '154515.778000', '154515.780000', '154515.783000', '154515.786000', '154515.789000', '154515.792000', '154515.795000', '154515.798000', '154515.801000', '154515.804000', '154515.806000', '154515.809000', '154515.812000', '154515.815000', '154515.818000', '154515.827000', '154515.830000', '154515.833000', '154515.836000', '154515.838000', '154515.850000', '154515.853000', '154515.855000', '154515.858000', '154515.861000', '154515.869000', '154515.872000', '154515.875000', '154535.731000', '154535.734000', '154535.737000', '154535.740000', '154535.743000', '154535.746000', '154535.749000', '154535.751000', '154535.754000', '154535.757000', '154535.760000', '154535.765000', '154535.768000', '154535.770000', '154535.773000', '154535.776000', '154535.779000', '154535.782000', '154535.785000', '154535.788000', '154535.791000', '154535.794000', '154535.797000', '154535.800000', '154535.810000', '154535.813000', '154535.816000', '154535.820000', '154535.823000', '154535.826000', '154535.829000', '154535.832000', '154535.835000', '154535.838000', '154535.841000', '154535.844000', '154535.847000', '154535.850000', '154535.853000', '154535.856000', '154535.859000', '154535.862000', '154535.865000', '154555.731000', '154555.734000', '154555.737000', '154555.740000', '154555.743000', '154555.746000', '154555.749000', '154555.752000', '154555.755000', '154555.758000', '154555.761000', '154555.764000', '154555.767000', '154555.769000', '154555.772000', '154555.775000', '154555.778000', '154555.781000', '154555.784000', '154555.787000', '154555.790000', '154555.793000', '154555.796000', '154555.799000', '154555.802000', '154555.805000', '154555.808000', '154555.811000', '154555.814000', '154555.817000', '154555.819000', '154555.822000', '154555.825000', '154555.828000', '154555.831000', '154555.834000', '154555.837000', '154555.840000', '154555.843000', '154555.846000', '154555.849000', '154555.852000', '154555.855000', '154555.857000', '154615.731000', '154615.734000', '154615.737000', '154615.752000', '154615.755000', '154615.758000', '154615.761000', '154615.763000', '154615.766000', '154615.769000', '154615.772000', '154615.775000', '154615.778000', '154615.781000', '154615.784000', '154615.787000', '154615.790000', '154615.793000', '154615.796000', '154615.799000', '154615.802000', '154615.805000', '154615.808000', '154615.811000', '154615.814000', '154615.817000', '154615.820000', '154615.823000', '154615.826000', '154615.829000', '154615.832000', '154615.835000', '154615.848000', '154615.851000', '154615.854000', '154615.857000', '154615.860000', '154615.863000', '154615.866000', '154615.869000', '154615.872000', '154615.875000', '154615.878000', '154635.730000', '154635.733000', '154635.736000', '154635.739000', '154635.742000', '154635.745000', '154635.748000', '154635.751000', '154635.753000', '154635.756000', '154635.759000', '154635.762000', '154635.765000', '154635.768000', '154635.771000', '154635.774000', '154635.777000', '154635.791000', '154635.794000', '154635.797000', '154635.800000', '154635.803000', '154635.806000', '154635.809000', '154635.812000', '154635.815000', '154635.818000', '154635.821000', '154635.823000', '154635.826000', '154635.829000', '154635.832000', '154635.835000', '154635.838000', '154635.841000', '154635.844000', '154635.847000', '154635.850000', '154635.853000', '154635.855000', '154635.858000', '154635.861000', '154635.864000', '154635.867000', '154655.730000', '154655.734000', '154655.737000', '154655.739000', '154655.742000', '154655.745000', '154655.748000', '154655.751000', '154655.754000', '154655.757000', '154655.760000', '154655.763000', '154655.766000', '154655.769000', '154655.772000', '154655.775000', '154655.778000', '154655.781000', '154655.784000', '154655.787000', '154655.790000', '154655.793000', '154655.795000', '154655.799000', '154655.802000', '154655.805000', '154655.808000', '154655.811000', '154655.814000', '154655.817000', '154655.820000', '154655.823000', '154655.826000', '154655.829000', '154655.832000', '154655.835000', '154655.838000', '154655.840000', '154655.843000', '154655.846000', '154655.849000', '154655.852000', '154655.855000', '154715.730000', '154715.733000', '154715.736000', '154715.739000', '154715.742000', '154715.745000', '154715.748000', '154715.751000', '154715.754000', '154715.757000', '154715.760000', '154715.770000', '154715.773000', '154715.776000', '154715.779000', '154715.782000', '154715.785000', '154715.787000', '154715.790000', '154715.793000', '154715.796000', '154715.799000', '154715.802000', '154715.805000', '154715.808000', '154715.811000', '154715.814000', '154715.817000', '154715.820000', '154715.823000', '154715.826000', '154715.829000', '154715.832000', '154715.835000', '154715.838000', '154715.841000', '154715.843000', '154715.846000', '154715.849000', '154715.852000', '154715.855000', '154715.858000', '154715.861000', '154715.872000', '154735.731000', '154735.734000', '154735.737000', '154735.740000', '154735.743000', '154735.746000', '154735.749000', '154735.752000', '154735.755000', '154735.758000', '154735.761000', '154735.764000', '154735.767000', '154735.770000', '154735.773000', '154735.776000', '154735.779000', '154735.782000', '154735.785000', '154735.788000', '154735.791000', '154735.793000', '154735.796000', '154735.799000', '154735.802000', '154735.805000', '154735.808000', '154735.811000', '154735.814000', '154735.817000', '154735.820000', '154735.822000', '154735.825000', '154735.828000', '154735.831000', '154735.834000', '154735.837000', '154735.840000', '154735.843000', '154735.846000', '154735.849000', '154735.852000', '154735.859000', '154755.731000', '154755.734000', '154755.737000', '154755.740000', '154755.743000', '154755.746000', '154755.749000', '154755.752000', '154755.755000', '154755.758000', '154755.760000', '154755.763000', '154755.766000', '154755.769000', '154755.772000', '154755.775000', '154755.778000', '154755.781000', '154755.784000', '154755.787000', '154755.790000', '154755.793000', '154755.796000', '154755.799000', '154755.802000', '154755.805000', '154755.808000', '154755.811000', '154755.814000', '154755.817000', '154755.819000', '154755.822000', '154755.825000', '154755.828000', '154755.831000', '154755.834000', '154755.837000', '154755.840000', '154755.843000', '154755.846000', '154755.849000', '154755.852000', '154755.869000', '154755.872000', '154815.731000', '154815.734000', '154815.737000', '154815.740000', '154815.743000', '154815.746000', '154815.749000', '154815.752000', '154815.755000', '154815.758000', '154815.761000', '154815.764000', '154815.767000', '154815.769000', '154815.772000', '154815.775000', '154815.778000', '154815.781000', '154815.784000', '154815.787000', '154815.790000', '154815.793000', '154815.796000', '154815.799000', '154815.802000', '154815.805000', '154815.808000', '154815.811000', '154815.814000', '154815.817000', '154815.820000', '154815.823000', '154815.825000', '154815.828000', '154815.831000', '154815.834000', '154815.838000', '154815.842000', '154815.845000', '154815.848000', '154815.851000', '154815.854000', '154815.857000', '154835.731000', '154835.734000', '154835.737000', '154835.740000', '154835.743000', '154835.746000', '154835.749000', '154835.752000', '154835.755000', '154835.758000', '154835.761000', '154835.764000', '154835.767000', '154835.770000', '154835.772000', '154835.775000', '154835.778000', '154835.781000', '154835.784000', '154835.787000', '154835.790000', '154835.793000', '154835.796000', '154835.799000', '154835.802000', '154835.806000', '154835.809000', '154835.812000', '154835.815000', '154835.818000', '154835.821000', '154835.824000', '154835.827000', '154835.829000', '154835.832000', '154835.836000', '154835.838000', '154835.841000', '154835.844000', '154835.853000', '154835.856000', '154835.859000', '154835.862000', '154835.865000', '154855.730000', '154855.733000', '154855.736000', '154855.739000', '154855.742000', '154855.745000', '154855.748000', '154855.751000', '154855.754000', '154855.757000', '154855.760000', '154855.763000', '154855.766000', '154855.769000', '154855.772000', '154855.774000', '154855.777000', '154855.780000', '154855.783000', '154855.786000', '154855.789000', '154855.792000', '154855.795000', '154855.798000', '154855.801000', '154855.804000', '154855.807000', '154855.810000', '154855.813000', '154855.816000', '154855.819000', '154855.822000', '154855.825000', '154855.828000', '154855.831000', '154855.833000', '154855.836000', '154855.839000', '154855.842000', '154855.845000', '154855.848000', '154855.851000', '154855.854000', '154915.730000', '154915.733000', '154915.736000', '154915.739000', '154915.742000', '154915.745000', '154915.748000', '154915.751000', '154915.754000', '154915.757000', '154915.760000', '154915.763000', '154915.766000', '154915.769000', '154915.772000', '154915.775000', '154915.778000', '154915.780000', '154915.783000', '154915.786000', '154915.789000', '154915.792000', '154915.797000', '154915.800000', '154915.803000', '154915.806000', '154915.809000', '154915.812000', '154915.815000', '154915.818000', '154915.821000', '154915.824000', '154915.827000', '154915.830000', '154915.833000', '154915.835000', '154915.838000', '154915.841000', '154915.844000', '154915.847000', '154915.850000', '154915.853000', '154915.856000', '154915.859000', '154935.730000', '154935.733000', '154935.736000', '154935.739000', '154935.742000', '154935.745000', '154935.748000', '154935.751000', '154935.754000', '154935.757000', '154935.759000', '154935.762000', '154935.765000', '154935.768000', '154935.771000', '154935.774000', '154935.777000', '154935.780000', '154935.783000', '154935.785000', '154935.788000', '154935.791000', '154935.794000', '154935.797000', '154935.800000', '154935.803000', '154935.806000', '154935.809000', '154935.811000', '154935.814000', '154935.817000', '154935.820000', '154935.823000', '154935.826000', '154935.829000', '154935.832000', '154935.835000', '154935.838000', '154935.841000', '154935.844000', '154935.846000', '154935.849000', '154935.852000', '154955.731000', '154955.734000', '154955.737000', '154955.740000', '154955.743000', '154955.746000', '154955.749000', '154955.751000', '154955.754000', '154955.757000', '154955.760000', '154955.763000', '154955.766000', '154955.769000', '154955.772000', '154955.775000', '154955.778000', '154955.781000', '154955.784000', '154955.786000', '154955.789000', '154955.792000', '154955.795000', '154955.798000', '154955.801000', '154955.804000', '154955.807000', '154955.810000', '154955.813000', '154955.816000', '154955.819000', '154955.821000', '154955.824000', '154955.827000', '154955.830000', '154955.833000', '154955.836000', '154955.839000', '154955.843000', '154955.846000', '154955.849000', '154955.852000', '154955.855000', '155015.731000', '155015.734000', '155015.737000', '155015.740000', '155015.743000', '155015.746000', '155015.749000', '155015.752000', '155015.755000', '155015.758000', '155015.761000', '155015.764000', '155015.766000', '155015.769000', '155015.772000', '155015.775000', '155015.778000', '155015.781000', '155015.784000', '155015.787000', '155015.790000', '155015.793000', '155015.795000', '155015.798000', '155015.801000', '155015.804000', '155015.807000', '155015.810000', '155015.813000', '155015.816000', '155015.819000', '155015.822000', '155015.824000', '155015.827000', '155015.830000', '155015.833000', '155015.836000', '155015.839000', '155015.842000', '155015.845000', '155015.848000', '155015.851000', '155015.854000', '155015.856000', '155034.425000', '155034.428000', '155034.432000', '155034.435000', '155034.439000', '155034.444000', '155034.447000', '155034.451000', '155034.454000', '155034.457000', '155034.460000', '155034.462000', '155034.466000', '155034.469000', '155034.472000', '155034.475000', '155034.478000', '155034.481000', '155034.483000', '155034.486000', '155034.489000', '155034.492000', '155034.495000', '155034.498000', '155034.501000', '155034.504000', '155034.507000', '155034.510000', '155034.513000', '155034.516000', '155034.519000', '155034.522000', '155034.525000', '155034.528000', '155034.530000', '155034.534000', '155034.536000', '155034.539000', '155034.542000', '155034.545000', '155034.548000'], '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': [12192, 11665, 11875, 12498, 11477, 11251, 12554, 11772, 11068, 12775, 12169, 10073, 12000, 12419, 10562, 11702, 12001, 10783, 12323, 12412, 10896, 11877, 12615, 9328, 12240, 12419, 9510, 11966, 12305, 9143, 11832, 12269, 9458, 11336, 12546, 9132, 11671, 12244, 11150, 12279, 12731, 12311, 11878, 12412, 12309, 12204, 12622, 12655, 10907, 12118, 12562, 10640, 13148, 13082, 11206, 12780, 12748, 11298, 12805, 13223, 9990, 12071, 12672, 9135, 11380, 13076, 9068, 11371, 12649, 9930, 11612, 12557, 12129, 11434, 13171, 10642, 12137, 12733, 12440, 12801, 13094, 13009, 12481, 13693, 12664, 10890, 13004, 12965, 10476, 12816, 12983, 11182, 12688, 12898, 11279, 13332, 13267, 10355, 13070, 12753, 11446, 13468, 12964, 11355, 12594, 12923, 11206, 13024, 13325, 11288, 13004, 12999, 11544, 13082, 13079, 11276, 13011, 13123, 11396, 13191, 13118, 11154, 12609, 13233, 9227, 12022, 12768, 9483, 11723, 13072, 9554, 12045, 12949, 9441, 11426, 13094, 11100, 11657, 13118, 8979, 10937, 9731, 12539, 12917, 11614, 12138, 12987, 10871, 11873, 13210, 11640, 12317, 13324, 12413, 12426, 12944, 12421, 10604, 12503, 12990, 11319, 12451, 12578, 10916, 13319, 12912, 10365, 12335, 12550, 10620, 12324, 12970, 11715, 12758, 12538, 10077, 12836, 12897, 10988, 12726, 13052, 11483, 12859, 12573, 10382, 12465, 12900, 9596, 12042, 12352, 10751, 11678, 12951, 11492, 12066, 12851, 11942, 12781, 13036, 12444, 11725, 12373, 12173, 11201, 12481, 12184, 10914, 13090, 12305, 9854, 12673, 12650, 10919, 12670, 12785, 11574, 12602, 12428, 11592, 12556, 12797, 9296, 11593, 12229, 9633, 12111, 12809, 11098, 12130, 12547, 9458, 11901, 13121, 9693, 12050, 12657, 8999, 11675, 12728, 11872, 11736, 12845, 9153, 11799, 12559, 11729, 11380, 13331, 9580, 11574, 12783, 9935, 11607, 13087, 9375, 11982, 12647, 11005, 12476, 12735, 10338, 11758, 12578, 10451, 12090, 12558, 9278, 12111, 12856, 9730, 11518, 12409, 10373, 12150, 12876, 9245, 11905, 12231, 10950, 11587, 12916, 9530, 11727, 12349, 9476, 11664, 12565, 10544, 11868, 12739, 9469, 11410, 12484, 9435, 11476, 12631, 9282, 11447, 12310, 9470, 11176, 12686, 11999, 11585, 12587, 9784, 10839, 12504, 11382, 11591, 12859, 9838, 10922, 12830, 10281, 11309, 12825, 9215, 11023, 12500, 11827, 10788, 12629, 9977, 11523, 12696, 8922, 11426, 12645, 9384, 11517, 12591, 11585, 12041, 12371, 10842, 12154, 12390, 10964, 11924, 12090, 11670, 11728, 12523, 9213, 11899, 12088, 10489, 11812, 12427, 10771, 11581, 12330, 9257, 11545, 12397, 11064, 11403, 12429, 10318, 11747, 12419, 11153, 12237, 12588, 11077, 11819, 12457, 10940, 11698, 12514, 11154, 11713, 12750, 9536, 11383, 12424, 11220, 11355, 12891, 11926, 11910, 12550, 11511, 11702, 12775, 11662, 12129, 12330, 11351, 11519, 12872, 11587, 11925, 12774, 10177, 11397, 12733, 11590, 11886, 13001, 11130, 11536, 12553, 11735, 11421, 12822, 11879, 11828, 12585, 11556, 12325, 12886, 12262, 11451, 12523, 11848, 11630, 12268, 11723, 10764, 12248, 12129, 11872, 12446, 11895, 10261, 12531, 11847, 10586, 12505, 12080, 11353, 12938, 12285, 11180, 12385, 12191, 11734, 12452, 12343, 9954, 11326, 12543, 8935, 11518, 12573, 12688, 11435, 12737, 10036, 11400, 12557, 11131, 11531, 13006, 11437, 11706, 12635, 11162, 11666, 12980, 11332, 11558, 12772, 10038, 11096, 12644, 11192, 11622, 13203, 9788, 11695, 12397, 11488, 11860, 12602, 11247, 11677, 12709, 9853, 11444, 12940, 9239, 11766, 12270, 8949, 11396, 12655, 10132, 11707, 12372, 11581, 12673, 12364, 10138, 12135, 12495, 11573, 12430, 12383, 11427, 12953, 12470, 11355, 12646, 11954, 9638, 13181, 12504, 10650, 12592, 12086, 9799, 13072, 12307, 10555, 12808, 11950, 11221, 12407, 11951, 12218, 12669, 12014, 11293, 12916, 11933, 11377, 12373, 12376, 10741, 12332, 12139, 9585, 11634, 12595, 9263, 11837, 12260, 9155, 12157, 12554, 11046, 12084, 12121, 10736, 11713, 12749, 10894, 11436, 12540, 10335, 11654, 12316, 10975, 12592, 12677, 9450, 11277, 12373, 11041, 11681, 12804, 11121, 11972, 12684, 11105, 11547, 12915, 9700, 11556, 12493, 10544, 11598, 12765, 10067, 11590, 12449, 9456, 11652, 12555, 10400, 12195, 12164, 9832, 11631, 12617, 10275, 11553, 12446, 9217, 10917, 12024, 11397, 12149, 12766, 11613, 11612, 12630, 11322, 11693, 12799, 11032, 11711, 11904, 11203, 12394, 12273, 11763, 11865, 11850, 11298, 10493, 12055, 11915, 10615, 11722, 11436, 11582, 11773, 11793, 9719, 12093, 12042, 11780, 12079, 11710, 10047, 11749, 12129, 10142, 11446, 11937, 11002, 12824, 12087, 10806, 12482, 12016, 10277, 12125, 12095, 10495, 11982, 12082, 9263, 12091, 12096, 10501, 11978, 12075, 10988, 11653, 12278, 9819, 12032, 11701, 10375, 11496, 12072, 10876, 11662, 12187, 10733, 11867, 12673, 10939, 11750, 12141, 11131, 11848, 9238, 11158, 12375, 11649, 11051, 12615, 11689, 9995, 12568, 11991, 9322, 11777, 12171, 9186, 11321, 12146, 12448, 11666, 12064, 11147, 11827, 12131, 10986, 12375, 12497, 10894, 12186, 12111, 10279, 11881, 12456, 11330, 11979, 12361, 10979, 12131, 12134, 10882, 11919, 12739, 9582, 11566, 12225, 11155, 11764, 12705, 10005, 11670, 11943, 9077, 11541, 12447, 11057, 11633, 12170, 8977, 11170, 12103, 11183, 11639, 12364, 11668, 11973, 11834, 11738, 13165, 12273, 11667, 12720, 12208, 11578, 12713, 11978, 9798, 12257, 12225, 11191, 12530, 12073, 8912, 12301, 12331, 9385, 12389, 11883, 9693, 12405, 12094, 9015, 12304, 12226, 11762, 11716, 12402, 10732, 11794, 12264, 10778, 11749, 12591, 10930, 11969, 12537, 10981, 12396, 12379, 11750, 11283, 12232, 11732, 11934, 12204, 12141, 9575, 11803, 12184, 10604, 11427, 12258, 10459, 12522, 12411, 11173, 13123, 12229, 10724, 12744, 12377, 10182, 12280, 12151, 9190, 11813, 12476, 9470, 12168, 12196, 9536, 11688, 12212, 11986, 11438, 12369, 9333, 11418, 12334, 10935, 11146, 12513, 9508, 11403, 12547, 11234, 11638, 12898, 9523, 11775, 12121, 10980, 11533, 12326, 11113, 12066, 12838, 9517, 11734, 12726, 10578, 11589, 12639, 9723, 11774, 12480, 11475, 11643, 12885, 11541, 11363, 12435, 11591, 12523, 12428, 12011, 11383, 12280, 11782, 10321, 13062, 12009, 11154, 12841, 11896, 10050, 13087, 12286, 11872, 13212, 12196, 11176, 12796, 12333, 9163, 12318, 12614, 9743, 12101, 12176, 9588, 12003, 12482, 9835, 12325, 12130, 9537, 12658, 12517, 10217, 12390, 12295, 9557, 12101, 12356, 12266, 11535, 12408, 10487, 11650, 12613, 10978, 11607, 12918, 11185, 11536, 12657, 11315, 11676, 13018, 11555, 12342, 12238, 11710, 13121], 'WindowCenter': [3956.0, 3942.0, 3927.0, 3925.0, 3916.0, 3916.0, 3912.0, 3899.0, 3899.0, 3909.0, 3900.0, 3878.0, 3911.0, 3912.0, 3888.0, 3898.0, 3913.0, 3889.0, 3911.0, 3922.0, 3912.0, 3912.0, 3925.0, 3893.0, 3923.0, 3924.0, 3894.0, 3925.0, 3927.0, 3906.0, 3926.0, 3926.0, 3893.0, 3916.0, 3937.0, 3893.0, 3926.0, 3927.0, 3914.0, 3926.0, 3939.0, 3926.0, 3925.0, 3926.0, 3924.0, 3926.0, 3925.0, 3936.0, 3914.0, 3926.0, 3923.0, 3903.0, 3935.0, 3926.0, 3912.0, 3936.0, 3924.0, 3914.0, 3935.0, 3936.0, 3904.0, 3925.0, 3925.0, 3892.0, 3925.0, 3937.0, 3883.0, 3914.0, 3925.0, 3893.0, 3927.0, 3936.0, 3924.0, 3914.0, 3937.0, 3906.0, 3926.0, 3940.0, 3925.0, 3924.0, 3935.0, 3925.0, 3926.0, 3948.0, 3925.0, 3914.0, 3937.0, 3936.0, 3903.0, 3924.0, 3923.0, 3915.0, 3925.0, 3925.0, 3914.0, 3935.0, 3924.0, 3903.0, 3936.0, 3925.0, 3914.0, 3938.0, 3925.0, 3915.0, 3924.0, 3924.0, 3915.0, 3936.0, 3935.0, 3914.0, 3934.0, 3925.0, 3912.0, 3935.0, 3938.0, 3915.0, 3935.0, 3936.0, 3914.0, 3935.0, 3936.0, 3914.0, 3925.0, 3925.0, 3892.0, 3925.0, 3924.0, 3893.0, 3926.0, 3925.0, 3894.0, 3924.0, 3925.0, 3891.0, 3914.0, 3925.0, 3913.0, 3915.0, 3925.0, 3881.0, 3913.0, 3905.0, 3939.0, 3939.0, 3915.0, 3926.0, 3937.0, 3904.0, 3914.0, 3936.0, 3914.0, 3914.0, 3935.0, 3913.0, 3923.0, 3924.0, 3924.0, 3904.0, 3925.0, 3925.0, 3912.0, 3926.0, 3923.0, 3903.0, 3937.0, 3925.0, 3903.0, 3925.0, 3924.0, 3902.0, 3938.0, 3938.0, 3924.0, 3927.0, 3925.0, 3903.0, 3937.0, 3939.0, 3915.0, 3926.0, 3937.0, 3914.0, 3924.0, 3926.0, 3903.0, 3925.0, 3926.0, 3891.0, 3912.0, 3923.0, 3902.0, 3913.0, 3924.0, 3902.0, 3912.0, 3924.0, 3911.0, 3923.0, 3925.0, 3912.0, 3912.0, 3925.0, 3924.0, 3902.0, 3926.0, 3924.0, 3903.0, 3924.0, 3914.0, 3903.0, 3936.0, 3925.0, 3903.0, 3924.0, 3924.0, 3912.0, 3925.0, 3925.0, 3914.0, 3925.0, 3925.0, 3892.0, 3913.0, 3926.0, 3892.0, 3925.0, 3926.0, 3916.0, 3915.0, 3924.0, 3891.0, 3914.0, 3924.0, 3891.0, 3913.0, 3924.0, 3881.0, 3915.0, 3936.0, 3915.0, 3914.0, 3925.0, 3892.0, 3927.0, 3938.0, 3915.0, 3914.0, 3935.0, 3892.0, 3915.0, 3937.0, 3893.0, 3916.0, 3936.0, 3892.0, 3915.0, 3925.0, 3903.0, 3926.0, 3938.0, 3904.0, 3915.0, 3926.0, 3904.0, 3924.0, 3926.0, 3893.0, 3925.0, 3939.0, 3893.0, 3914.0, 3925.0, 3904.0, 3924.0, 3924.0, 3882.0, 3913.0, 3927.0, 3903.0, 3913.0, 3925.0, 3891.0, 3913.0, 3925.0, 3891.0, 3913.0, 3924.0, 3903.0, 3914.0, 3927.0, 3894.0, 3916.0, 3926.0, 3892.0, 3927.0, 3926.0, 3893.0, 3915.0, 3924.0, 3893.0, 3913.0, 3936.0, 3915.0, 3914.0, 3926.0, 3892.0, 3915.0, 3926.0, 3914.0, 3916.0, 3939.0, 3906.0, 3917.0, 3937.0, 3905.0, 3915.0, 3939.0, 3894.0, 3916.0, 3938.0, 3927.0, 3915.0, 3927.0, 3894.0, 3915.0, 3936.0, 3894.0, 3916.0, 3937.0, 3892.0, 3915.0, 3926.0, 3914.0, 3925.0, 3926.0, 3902.0, 3926.0, 3926.0, 3904.0, 3913.0, 3925.0, 3914.0, 3913.0, 3926.0, 3881.0, 3913.0, 3914.0, 3890.0, 3912.0, 3924.0, 3904.0, 3914.0, 3925.0, 3881.0, 3912.0, 3924.0, 3903.0, 3913.0, 3925.0, 3892.0, 3914.0, 3924.0, 3914.0, 3914.0, 3924.0, 3902.0, 3913.0, 3923.0, 3890.0, 3912.0, 3924.0, 3903.0, 3914.0, 3924.0, 3890.0, 3914.0, 3925.0, 3913.0, 3914.0, 3925.0, 3927.0, 3926.0, 3926.0, 3914.0, 3925.0, 3925.0, 3913.0, 3923.0, 3925.0, 3903.0, 3915.0, 3926.0, 3913.0, 3914.0, 3925.0, 3902.0, 3914.0, 3937.0, 3915.0, 3915.0, 3926.0, 3904.0, 3914.0, 3925.0, 3913.0, 3914.0, 3926.0, 3914.0, 3925.0, 3926.0, 3915.0, 3927.0, 3927.0, 3925.0, 3915.0, 3925.0, 3915.0, 3915.0, 3927.0, 3915.0, 3904.0, 3915.0, 3912.0, 3913.0, 3923.0, 3914.0, 3904.0, 3926.0, 3915.0, 3902.0, 3925.0, 3913.0, 3903.0, 3937.0, 3927.0, 3903.0, 3925.0, 3914.0, 3913.0, 3923.0, 3924.0, 3892.0, 3914.0, 3925.0, 3882.0, 3915.0, 3927.0, 3925.0, 3915.0, 3926.0, 3892.0, 3915.0, 3926.0, 3903.0, 3915.0, 3936.0, 3913.0, 3927.0, 3926.0, 3904.0, 3914.0, 3924.0, 3903.0, 3914.0, 3926.0, 3892.0, 3915.0, 3937.0, 3915.0, 3916.0, 3927.0, 3893.0, 3915.0, 3926.0, 3915.0, 3914.0, 3938.0, 3914.0, 3915.0, 3924.0, 3892.0, 3915.0, 3926.0, 3894.0, 3915.0, 3925.0, 3881.0, 3915.0, 3937.0, 3902.0, 3915.0, 3925.0, 3914.0, 3925.0, 3926.0, 3903.0, 3928.0, 3927.0, 3915.0, 3926.0, 3926.0, 3915.0, 3926.0, 3939.0, 3915.0, 3926.0, 3916.0, 3894.0, 3937.0, 3926.0, 3904.0, 3925.0, 3926.0, 3893.0, 3936.0, 3923.0, 3903.0, 3924.0, 3913.0, 3902.0, 3925.0, 3915.0, 3912.0, 3926.0, 3913.0, 3902.0, 3924.0, 3913.0, 3912.0, 3924.0, 3914.0, 3902.0, 3926.0, 3925.0, 3893.0, 3914.0, 3925.0, 3882.0, 3915.0, 3915.0, 3893.0, 3925.0, 3925.0, 3903.0, 3914.0, 3913.0, 3900.0, 3913.0, 3925.0, 3901.0, 3903.0, 3924.0, 3891.0, 3913.0, 3925.0, 3902.0, 3913.0, 3924.0, 3892.0, 3915.0, 3924.0, 3903.0, 3915.0, 3926.0, 3915.0, 3914.0, 3925.0, 3913.0, 3914.0, 3926.0, 3893.0, 3914.0, 3926.0, 3903.0, 3915.0, 3927.0, 3893.0, 3914.0, 3925.0, 3892.0, 3915.0, 3926.0, 3903.0, 3913.0, 3914.0, 3892.0, 3913.0, 3926.0, 3891.0, 3913.0, 3923.0, 3881.0, 3903.0, 3925.0, 3914.0, 3924.0, 3924.0, 3914.0, 3913.0, 3925.0, 3914.0, 3925.0, 3937.0, 3916.0, 3915.0, 3915.0, 3903.0, 3925.0, 3925.0, 3914.0, 3914.0, 3927.0, 3913.0, 3904.0, 3925.0, 3914.0, 3903.0, 3915.0, 3913.0, 3913.0, 3916.0, 3915.0, 3892.0, 3915.0, 3913.0, 3913.0, 3925.0, 3915.0, 3893.0, 3928.0, 3927.0, 3904.0, 3916.0, 3926.0, 3916.0, 3927.0, 3927.0, 3905.0, 3927.0, 3927.0, 3904.0, 3924.0, 3925.0, 3903.0, 3914.0, 3913.0, 3893.0, 3924.0, 3916.0, 3903.0, 3913.0, 3914.0, 3901.0, 3913.0, 3913.0, 3892.0, 3912.0, 3914.0, 3891.0, 3912.0, 3926.0, 3902.0, 3902.0, 3914.0, 3900.0, 3913.0, 3926.0, 3902.0, 3914.0, 3914.0, 3903.0, 3913.0, 3892.0, 3927.0, 3939.0, 3926.0, 3915.0, 3926.0, 3912.0, 3893.0, 3925.0, 3927.0, 3893.0, 3913.0, 3914.0, 3881.0, 3914.0, 3926.0, 3925.0, 3914.0, 3924.0, 3903.0, 3913.0, 3926.0, 3903.0, 3923.0, 3925.0, 3902.0, 3913.0, 3913.0, 3892.0, 3914.0, 3924.0, 3903.0, 3916.0, 3938.0, 3904.0, 3925.0, 3925.0, 3903.0, 3915.0, 3925.0, 3893.0, 3915.0, 3926.0, 3914.0, 3913.0, 3925.0, 3892.0, 3914.0, 3914.0, 3880.0, 3914.0, 3926.0, 3903.0, 3913.0, 3914.0, 3881.0, 3915.0, 3924.0, 3914.0, 3915.0, 3926.0, 3916.0, 3927.0, 3928.0, 3914.0, 3937.0, 3925.0, 3913.0, 3925.0, 3915.0, 3912.0, 3927.0, 3927.0, 3892.0, 3914.0, 3914.0, 3902.0, 3925.0, 3925.0, 3894.0, 3914.0, 3925.0, 3894.0, 3924.0, 3914.0, 3892.0, 3924.0, 3915.0, 3881.0, 3913.0, 3914.0, 3914.0, 3913.0, 3926.0, 3902.0, 3912.0, 3913.0, 3902.0, 3914.0, 3924.0, 3901.0, 3913.0, 3925.0, 3902.0, 3912.0, 3925.0, 3912.0, 3902.0, 3915.0, 3913.0, 3913.0, 3926.0, 3925.0, 3893.0, 3926.0, 3926.0, 3914.0, 3927.0, 3928.0, 3915.0, 3926.0, 3927.0, 3916.0, 3935.0, 3926.0, 3915.0, 3926.0, 3927.0, 3905.0, 3925.0, 3925.0, 3894.0, 3915.0, 3926.0, 3893.0, 3914.0, 3925.0, 3892.0, 3913.0, 3925.0, 3915.0, 3914.0, 3914.0, 3881.0, 3912.0, 3926.0, 3903.0, 3914.0, 3927.0, 3894.0, 3926.0, 3927.0, 3915.0, 3926.0, 3926.0, 3894.0, 3926.0, 3927.0, 3903.0, 3915.0, 3927.0, 3915.0, 3915.0, 3925.0, 3891.0, 3925.0, 3927.0, 3904.0, 3914.0, 3924.0, 3892.0, 3915.0, 3926.0, 3914.0, 3914.0, 3925.0, 3912.0, 3915.0, 3925.0, 3914.0, 3924.0, 3925.0, 3914.0, 3914.0, 3925.0, 3914.0, 3920.0, 3937.0, 3925.0, 3903.0, 3926.0, 3913.0, 3891.0, 3923.0, 3914.0, 3912.0, 3924.0, 3913.0, 3902.0, 3925.0, 3925.0, 3882.0, 3914.0, 3924.0, 3893.0, 3925.0, 3924.0, 3893.0, 3926.0, 3925.0, 3894.0, 3924.0, 3926.0, 3894.0, 3925.0, 3926.0, 3903.0, 3924.0, 3914.0, 3892.0, 3913.0, 3925.0, 3914.0, 3913.0, 3925.0, 3903.0, 3912.0, 3923.0, 3903.0, 3914.0, 3925.0, 3903.0, 3913.0, 3924.0, 3913.0, 3915.0, 3937.0, 3914.0, 3925.0, 3924.0, 3913.0, 3923.0], 'WindowWidth': [8834.0, 8807.0, 8775.0, 8768.0, 8757.0, 8757.0, 8742.0, 8723.0, 8720.0, 8733.0, 8722.0, 8690.0, 8741.0, 8740.0, 8702.0, 8717.0, 8747.0, 8708.0, 8737.0, 8756.0, 8746.0, 8745.0, 8767.0, 8719.0, 8760.0, 8763.0, 8723.0, 8767.0, 8771.0, 8742.0, 8768.0, 8768.0, 8722.0, 8755.0, 8785.0, 8722.0, 8767.0, 8771.0, 8752.0, 8768.0, 8791.0, 8769.0, 8766.0, 8768.0, 8762.0, 8767.0, 8765.0, 8784.0, 8749.0, 8768.0, 8760.0, 8735.0, 8779.0, 8767.0, 8745.0, 8782.0, 8764.0, 8750.0, 8779.0, 8781.0, 8736.0, 8765.0, 8767.0, 8719.0, 8768.0, 8787.0, 8707.0, 8749.0, 8765.0, 8719.0, 8772.0, 8783.0, 8765.0, 8750.0, 8785.0, 8743.0, 8770.0, 8796.0, 8767.0, 8765.0, 8778.0, 8766.0, 8767.0, 8802.0, 8766.0, 8751.0, 8785.0, 8783.0, 8733.0, 8763.0, 8761.0, 8751.0, 8766.0, 8767.0, 8752.0, 8778.0, 8762.0, 8732.0, 8781.0, 8767.0, 8749.0, 8784.0, 8765.0, 8751.0, 8762.0, 8762.0, 8751.0, 8782.0, 8780.0, 8748.0, 8777.0, 8765.0, 8744.0, 8780.0, 8788.0, 8752.0, 8779.0, 8781.0, 8749.0, 8780.0, 8781.0, 8751.0, 8766.0, 8767.0, 8718.0, 8766.0, 8763.0, 8721.0, 8766.0, 8764.0, 8721.0, 8763.0, 8766.0, 8715.0, 8748.0, 8766.0, 8748.0, 8751.0, 8764.0, 8702.0, 8747.0, 8740.0, 8793.0, 8796.0, 8756.0, 8767.0, 8783.0, 8736.0, 8748.0, 8782.0, 8750.0, 8748.0, 8777.0, 8747.0, 8759.0, 8764.0, 8764.0, 8736.0, 8766.0, 8764.0, 8745.0, 8767.0, 8761.0, 8733.0, 8783.0, 8766.0, 8733.0, 8764.0, 8761.0, 8732.0, 8788.0, 8789.0, 8762.0, 8770.0, 8767.0, 8735.0, 8784.0, 8791.0, 8755.0, 8768.0, 8785.0, 8750.0, 8763.0, 8769.0, 8734.0, 8764.0, 8766.0, 8714.0, 8743.0, 8759.0, 8728.0, 8745.0, 8760.0, 8732.0, 8745.0, 8761.0, 8740.0, 8758.0, 8765.0, 8743.0, 8743.0, 8762.0, 8762.0, 8728.0, 8767.0, 8762.0, 8731.0, 8761.0, 8748.0, 8732.0, 8781.0, 8767.0, 8733.0, 8761.0, 8762.0, 8744.0, 8765.0, 8765.0, 8748.0, 8766.0, 8767.0, 8718.0, 8745.0, 8767.0, 8718.0, 8765.0, 8768.0, 8756.0, 8750.0, 8763.0, 8715.0, 8747.0, 8762.0, 8713.0, 8745.0, 8761.0, 8700.0, 8752.0, 8781.0, 8753.0, 8748.0, 8767.0, 8718.0, 8771.0, 8787.0, 8753.0, 8750.0, 8779.0, 8719.0, 8752.0, 8784.0, 8719.0, 8754.0, 8783.0, 8717.0, 8751.0, 8765.0, 8733.0, 8769.0, 8789.0, 8739.0, 8752.0, 8768.0, 8736.0, 8764.0, 8768.0, 8722.0, 8766.0, 8791.0, 8720.0, 8748.0, 8764.0, 8734.0, 8761.0, 8762.0, 8702.0, 8745.0, 8773.0, 8732.0, 8747.0, 8765.0, 8712.0, 8744.0, 8762.0, 8714.0, 8746.0, 8763.0, 8732.0, 8750.0, 8769.0, 8722.0, 8754.0, 8769.0, 8717.0, 8771.0, 8770.0, 8719.0, 8751.0, 8764.0, 8719.0, 8748.0, 8783.0, 8752.0, 8750.0, 8767.0, 8718.0, 8751.0, 8770.0, 8752.0, 8753.0, 8789.0, 8743.0, 8760.0, 8786.0, 8742.0, 8753.0, 8790.0, 8724.0, 8756.0, 8789.0, 8772.0, 8753.0, 8771.0, 8723.0, 8753.0, 8783.0, 8725.0, 8755.0, 8784.0, 8718.0, 8751.0, 8767.0, 8750.0, 8766.0, 8771.0, 8732.0, 8767.0, 8768.0, 8735.0, 8747.0, 8765.0, 8750.0, 8745.0, 8767.0, 8699.0, 8745.0, 8750.0, 8712.0, 8743.0, 8761.0, 8737.0, 8747.0, 8763.0, 8701.0, 8743.0, 8762.0, 8734.0, 8746.0, 8764.0, 8718.0, 8748.0, 8762.0, 8752.0, 8748.0, 8761.0, 8729.0, 8745.0, 8759.0, 8712.0, 8741.0, 8761.0, 8732.0, 8747.0, 8761.0, 8713.0, 8749.0, 8764.0, 8748.0, 8748.0, 8766.0, 8771.0, 8768.0, 8768.0, 8750.0, 8766.0, 8766.0, 8748.0, 8761.0, 8765.0, 8733.0, 8752.0, 8767.0, 8746.0, 8749.0, 8765.0, 8730.0, 8749.0, 8784.0, 8752.0, 8751.0, 8766.0, 8734.0, 8749.0, 8766.0, 8748.0, 8750.0, 8768.0, 8749.0, 8765.0, 8767.0, 8754.0, 8772.0, 8770.0, 8764.0, 8751.0, 8766.0, 8752.0, 8752.0, 8770.0, 8751.0, 8733.0, 8750.0, 8742.0, 8744.0, 8760.0, 8748.0, 8738.0, 8767.0, 8752.0, 8729.0, 8763.0, 8745.0, 8731.0, 8786.0, 8772.0, 8733.0, 8764.0, 8749.0, 8743.0, 8758.0, 8762.0, 8718.0, 8748.0, 8765.0, 8704.0, 8751.0, 8769.0, 8768.0, 8753.0, 8766.0, 8717.0, 8750.0, 8766.0, 8733.0, 8751.0, 8781.0, 8747.0, 8773.0, 8769.0, 8736.0, 8748.0, 8763.0, 8734.0, 8747.0, 8767.0, 8717.0, 8752.0, 8784.0, 8756.0, 8756.0, 8770.0, 8720.0, 8751.0, 8768.0, 8754.0, 8750.0, 8788.0, 8751.0, 8750.0, 8761.0, 8720.0, 8753.0, 8768.0, 8722.0, 8750.0, 8766.0, 8700.0, 8751.0, 8786.0, 8731.0, 8750.0, 8763.0, 8748.0, 8764.0, 8768.0, 8733.0, 8774.0, 8771.0, 8751.0, 8768.0, 8769.0, 8752.0, 8767.0, 8793.0, 8751.0, 8767.0, 8753.0, 8725.0, 8783.0, 8768.0, 8735.0, 8766.0, 8770.0, 8720.0, 8780.0, 8761.0, 8730.0, 8762.0, 8745.0, 8730.0, 8764.0, 8750.0, 8742.0, 8768.0, 8746.0, 8728.0, 8760.0, 8747.0, 8742.0, 8761.0, 8748.0, 8729.0, 8766.0, 8764.0, 8720.0, 8747.0, 8764.0, 8703.0, 8750.0, 8751.0, 8718.0, 8764.0, 8764.0, 8732.0, 8746.0, 8745.0, 8725.0, 8744.0, 8764.0, 8728.0, 8731.0, 8759.0, 8714.0, 8744.0, 8766.0, 8730.0, 8745.0, 8761.0, 8716.0, 8750.0, 8762.0, 8734.0, 8750.0, 8769.0, 8753.0, 8750.0, 8764.0, 8748.0, 8750.0, 8768.0, 8719.0, 8748.0, 8765.0, 8734.0, 8752.0, 8771.0, 8721.0, 8747.0, 8765.0, 8716.0, 8751.0, 8766.0, 8732.0, 8746.0, 8747.0, 8714.0, 8745.0, 8766.0, 8716.0, 8745.0, 8759.0, 8700.0, 8733.0, 8765.0, 8751.0, 8764.0, 8763.0, 8748.0, 8747.0, 8765.0, 8750.0, 8765.0, 8786.0, 8755.0, 8750.0, 8750.0, 8732.0, 8763.0, 8763.0, 8748.0, 8747.0, 8769.0, 8746.0, 8736.0, 8766.0, 8748.0, 8731.0, 8750.0, 8744.0, 8744.0, 8753.0, 8751.0, 8716.0, 8750.0, 8746.0, 8748.0, 8767.0, 8751.0, 8720.0, 8776.0, 8769.0, 8736.0, 8755.0, 8769.0, 8755.0, 8770.0, 8770.0, 8736.0, 8771.0, 8773.0, 8738.0, 8761.0, 8766.0, 8732.0, 8749.0, 8749.0, 8720.0, 8763.0, 8754.0, 8734.0, 8746.0, 8748.0, 8729.0, 8745.0, 8746.0, 8715.0, 8741.0, 8748.0, 8714.0, 8743.0, 8768.0, 8730.0, 8729.0, 8747.0, 8725.0, 8745.0, 8766.0, 8730.0, 8747.0, 8749.0, 8733.0, 8746.0, 8717.0, 8773.0, 8791.0, 8772.0, 8751.0, 8766.0, 8744.0, 8718.0, 8765.0, 8770.0, 8718.0, 8745.0, 8748.0, 8701.0, 8749.0, 8766.0, 8765.0, 8748.0, 8763.0, 8734.0, 8747.0, 8767.0, 8734.0, 8760.0, 8763.0, 8729.0, 8745.0, 8745.0, 8717.0, 8748.0, 8763.0, 8734.0, 8753.0, 8788.0, 8737.0, 8765.0, 8765.0, 8734.0, 8750.0, 8765.0, 8719.0, 8750.0, 8767.0, 8750.0, 8748.0, 8765.0, 8717.0, 8748.0, 8748.0, 8697.0, 8747.0, 8767.0, 8732.0, 8746.0, 8749.0, 8701.0, 8750.0, 8764.0, 8752.0, 8752.0, 8766.0, 8753.0, 8770.0, 8774.0, 8750.0, 8784.0, 8765.0, 8745.0, 8763.0, 8750.0, 8743.0, 8769.0, 8772.0, 8717.0, 8748.0, 8749.0, 8729.0, 8763.0, 8766.0, 8722.0, 8749.0, 8767.0, 8721.0, 8761.0, 8750.0, 8718.0, 8761.0, 8751.0, 8701.0, 8745.0, 8748.0, 8749.0, 8744.0, 8769.0, 8732.0, 8743.0, 8745.0, 8732.0, 8749.0, 8761.0, 8726.0, 8744.0, 8765.0, 8730.0, 8743.0, 8764.0, 8743.0, 8729.0, 8750.0, 8745.0, 8744.0, 8765.0, 8765.0, 8721.0, 8768.0, 8770.0, 8748.0, 8770.0, 8773.0, 8752.0, 8769.0, 8774.0, 8753.0, 8780.0, 8769.0, 8751.0, 8766.0, 8770.0, 8738.0, 8764.0, 8766.0, 8723.0, 8750.0, 8766.0, 8719.0, 8747.0, 8765.0, 8715.0, 8746.0, 8765.0, 8754.0, 8746.0, 8748.0, 8701.0, 8742.0, 8766.0, 8734.0, 8748.0, 8770.0, 8721.0, 8769.0, 8770.0, 8753.0, 8769.0, 8769.0, 8722.0, 8766.0, 8771.0, 8735.0, 8754.0, 8771.0, 8753.0, 8750.0, 8765.0, 8715.0, 8766.0, 8769.0, 8736.0, 8748.0, 8763.0, 8716.0, 8750.0, 8767.0, 8751.0, 8749.0, 8764.0, 8745.0, 8752.0, 8765.0, 8749.0, 8762.0, 8765.0, 8749.0, 8747.0, 8764.0, 8749.0, 8768.0, 8782.0, 8765.0, 8732.0, 8766.0, 8746.0, 8712.0, 8758.0, 8749.0, 8739.0, 8761.0, 8745.0, 8728.0, 8763.0, 8764.0, 8702.0, 8747.0, 8762.0, 8717.0, 8762.0, 8763.0, 8720.0, 8766.0, 8766.0, 8721.0, 8761.0, 8766.0, 8722.0, 8766.0, 8770.0, 8732.0, 8761.0, 8750.0, 8715.0, 8745.0, 8765.0, 8751.0, 8745.0, 8765.0, 8733.0, 8744.0, 8760.0, 8733.0, 8747.0, 8765.0, 8732.0, 8746.0, 8762.0, 8747.0, 8751.0, 8782.0, 8748.0, 8765.0, 8763.0, 8744.0, 8761.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.0003696166484118292</td></tr>
<tr><td colspan=3>aqi</td><td>0.01691472639649507</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.456302308190814</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1810424862171054</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9928947668640361</td></tr>
<tr><td colspan=3>efc</td><td>0.4702</td></tr>
<tr><td colspan=3>fber</td><td>5128.9771</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07596034015188242</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43811610076670315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.514313252372515</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.455639032362094</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7582600251470475</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.329040699608402</td></tr>
<tr><td colspan=3>gcor</td><td>0.00422798</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018219677731394768</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017094070091843605</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.4465176811618576</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>45.2022</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7256</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.5524</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304935.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>873.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.7301</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5121</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.918</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3065.1019</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.8337</td></tr>
<tr><td colspan=3>tsnr</td><td>43.02442091424018</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>