<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-02/func/sub-0061_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>28ce0cafea46ab8daa9ba5e1b5b153eb</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:48:34.682500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999458, -0.0252833, 0.0210646, 0.0235536, 0.996623, 0.0786662]</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.084947</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7286, 619, 0, -155, 0, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>10b108c0-3dff-483b-9936-fc3f47f259e4||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681473731994629, 0.0631924569606781, 0.062052566558122635, 109.1116943359375], [0.06783313304185867, 2.673866033554077, 0.21094410121440887, -109.1078872680664], [0.05651487782597542, -0.2110556811094284, 2.6910316944122314, -67.15544891357422], [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': ['154834.682500', '154835.142500', '154835.602500', '154836.062500', '154836.522500', '154836.982500', '154837.442500', '154837.902500', '154838.362500', '154838.822500', '154839.282500', '154839.742500', '154840.202500', '154840.662500', '154841.122500', '154841.582500', '154842.042500', '154842.502500', '154842.962500', '154843.422500', '154843.882500', '154844.342500', '154844.802500', '154845.262500', '154845.722500', '154846.182500', '154846.642500', '154847.102500', '154847.562500', '154848.022500', '154848.482500', '154848.942500', '154849.402500', '154849.862500', '154850.322500', '154850.782500', '154851.242500', '154851.702500', '154852.162500', '154852.622500', '154853.082500', '154853.542500', '154854.002500', '154854.462500', '154854.922500', '154855.382500', '154855.842500', '154856.302500', '154856.762500', '154857.222500', '154857.682500', '154858.142500', '154858.602500', '154859.062500', '154859.522500', '154859.982500', '154900.442500', '154900.902500', '154901.362500', '154901.822500', '154902.282500', '154902.742500', '154903.202500', '154903.662500', '154904.122500', '154904.582500', '154905.042500', '154905.502500', '154905.962500', '154906.422500', '154906.882500', '154907.342500', '154907.802500', '154908.262500', '154908.722500', '154909.182500', '154909.642500', '154910.102500', '154910.562500', '154911.022500', '154911.482500', '154911.942500', '154912.402500', '154912.862500', '154913.322500', '154913.782500', '154914.242500', '154914.702500', '154915.162500', '154915.622500', '154916.082500', '154916.542500', '154917.002500', '154917.462500', '154917.922500', '154918.382500', '154918.842500', '154919.302500', '154919.762500', '154920.222500', '154920.682500', '154921.142500', '154921.602500', '154922.062500', '154922.522500', '154922.982500', '154923.442500', '154923.902500', '154924.362500', '154924.822500', '154925.282500', '154925.742500', '154926.202500', '154926.662500', '154927.122500', '154927.582500', '154928.042500', '154928.502500', '154928.962500', '154929.422500', '154929.882500', '154930.342500', '154930.802500', '154931.262500', '154931.722500', '154932.182500', '154932.642500', '154933.102500', '154933.562500', '154934.022500', '154934.482500', '154934.942500', '154935.402500', '154935.862500', '154936.322500', '154936.782500', '154937.242500', '154937.702500', '154938.162500', '154938.622500', '154939.082500', '154939.542500', '154940.002500', '154940.462500', '154940.922500', '154941.382500', '154941.842500', '154942.302500', '154942.762500', '154943.222500', '154943.682500', '154944.142500', '154944.602500', '154945.062500', '154945.522500', '154945.982500', '154946.442500', '154946.902500', '154947.362500', '154947.822500', '154948.282500', '154948.742500', '154949.202500', '154949.662500', '154950.122500', '154950.582500', '154951.042500', '154951.502500', '154951.962500', '154952.422500', '154952.882500', '154953.342500', '154953.802500', '154954.262500', '154954.722500', '154955.182500', '154955.642500', '154956.102500', '154956.562500', '154957.022500', '154957.482500', '154957.942500', '154958.402500', '154958.862500', '154959.322500', '154959.782500', '155000.242500', '155000.702500', '155001.162500', '155001.622500', '155002.082500', '155002.542500', '155003.002500', '155003.462500', '155003.922500', '155004.382500', '155004.842500', '155005.302500', '155005.762500', '155006.222500', '155006.682500', '155007.142500', '155007.602500', '155008.062500', '155008.522500', '155008.982500', '155009.442500', '155009.902500', '155010.362500', '155010.822500', '155011.282500', '155011.742500', '155012.202500', '155012.662500', '155013.122500', '155013.582500', '155014.042500', '155014.502500', '155014.962500', '155015.422500', '155015.882500', '155016.342500', '155016.802500', '155017.262500', '155017.722500', '155018.182500', '155018.642500', '155019.102500', '155019.562500', '155020.022500', '155020.482500', '155020.942500', '155021.402500', '155021.862500', '155022.322500', '155022.782500', '155023.242500', '155023.702500', '155024.162500', '155024.622500', '155025.082500', '155025.542500', '155026.002500', '155026.462500', '155026.922500', '155027.382500', '155027.842500', '155028.302500', '155028.762500', '155029.222500', '155029.682500', '155030.142500', '155030.602500', '155031.062500', '155031.522500', '155031.982500', '155032.442500', '155032.902500', '155033.362500', '155033.822500', '155034.282500', '155034.742500', '155035.202500', '155035.662500', '155036.122500', '155036.582500', '155037.042500', '155037.502500', '155037.962500', '155038.422500', '155038.882500', '155039.342500', '155039.802500', '155040.262500', '155040.722500', '155041.182500', '155041.642500', '155042.102500', '155042.562500', '155043.022500', '155043.482500', '155043.942500', '155044.402500', '155044.862500', '155045.322500', '155045.782500', '155046.242500', '155046.702500', '155047.162500', '155047.622500', '155048.082500', '155048.542500', '155049.002500', '155049.462500', '155049.922500', '155050.382500', '155050.842500', '155051.302500', '155051.762500', '155052.222500', '155052.682500', '155053.142500', '155053.602500', '155054.062500', '155054.522500', '155054.982500', '155055.442500', '155055.902500', '155056.362500', '155056.822500', '155057.282500', '155057.742500', '155058.202500', '155058.662500', '155059.122500', '155059.582500', '155100.042500', '155100.502500', '155100.962500', '155101.422500', '155101.882500', '155102.342500', '155102.802500', '155103.262500', '155103.722500', '155104.182500', '155104.642500', '155105.102500', '155105.562500', '155106.022500', '155106.482500', '155106.942500', '155107.402500', '155107.862500', '155108.322500', '155108.782500', '155109.242500', '155109.702500', '155110.162500', '155110.622500', '155111.082500', '155111.542500', '155112.002500', '155112.462500', '155112.922500', '155113.382500', '155113.842500', '155114.302500', '155114.762500', '155115.222500', '155115.682500', '155116.142500', '155116.602500', '155117.062500', '155117.522500', '155117.982500', '155118.442500', '155118.902500', '155119.362500', '155119.822500', '155120.282500', '155120.742500', '155121.202500', '155121.662500', '155122.122500', '155122.582500', '155123.042500', '155123.502500', '155123.962500', '155124.422500', '155124.882500', '155125.342500', '155125.802500', '155126.262500', '155126.722500', '155127.182500', '155127.642500', '155128.102500', '155128.562500', '155129.022500', '155129.482500', '155129.942500', '155130.402500', '155130.862500', '155131.322500', '155131.782500', '155132.242500', '155132.702500', '155133.162500', '155133.622500', '155134.082500', '155134.542500', '155135.002500', '155135.462500', '155135.922500', '155136.382500', '155136.842500', '155137.302500', '155137.762500', '155138.222500', '155138.682500', '155139.142500', '155139.602500', '155140.062500', '155140.522500', '155140.982500', '155141.442500', '155141.902500', '155142.362500', '155142.822500', '155143.282500', '155143.742500', '155144.202500', '155144.662500', '155145.122500', '155145.582500', '155146.042500', '155146.502500', '155146.962500', '155147.422500', '155147.882500', '155148.342500', '155148.802500', '155149.262500', '155149.722500', '155150.182500', '155150.642500', '155151.102500', '155151.562500', '155152.022500', '155152.482500', '155152.942500', '155153.402500', '155153.862500', '155154.322500', '155154.782500', '155155.242500', '155155.702500', '155156.162500', '155156.622500', '155157.082500', '155157.542500', '155158.002500', '155158.462500', '155158.922500', '155159.382500', '155159.842500', '155200.302500', '155200.762500', '155201.222500', '155201.682500', '155202.142500', '155202.602500', '155203.062500', '155203.522500', '155203.982500', '155204.442500', '155204.902500', '155205.362500', '155205.822500', '155206.282500', '155206.742500', '155207.202500', '155207.662500', '155208.122500', '155208.582500', '155209.042500', '155209.502500', '155209.962500', '155210.422500', '155210.882500', '155211.342500', '155211.802500', '155212.262500', '155212.722500', '155213.182500', '155213.642500', '155214.102500', '155214.562500', '155215.022500', '155215.482500', '155215.942500', '155216.402500', '155216.862500', '155217.322500', '155217.782500', '155218.242500', '155218.702500', '155219.162500', '155219.622500', '155220.082500', '155220.542500', '155221.002500', '155221.462500', '155221.922500', '155222.382500', '155222.842500', '155223.302500', '155223.762500', '155224.222500', '155224.682500', '155225.142500', '155225.602500', '155226.062500', '155226.522500', '155226.982500', '155227.442500', '155227.902500', '155228.362500', '155228.822500', '155229.282500', '155229.742500', '155230.202500', '155230.662500', '155231.122500', '155231.582500', '155232.042500', '155232.502500', '155232.962500', '155233.422500', '155233.882500', '155234.342500', '155234.802500', '155235.262500', '155235.722500', '155236.182500', '155236.642500', '155237.102500', '155237.562500', '155238.022500', '155238.482500', '155238.942500', '155239.402500', '155239.862500', '155240.322500', '155240.782500', '155241.242500', '155241.702500', '155242.162500', '155242.622500', '155243.082500', '155243.542500', '155244.002500', '155244.462500', '155244.922500', '155245.382500', '155245.842500', '155246.302500', '155246.762500', '155247.222500', '155247.682500', '155248.142500', '155248.602500', '155249.062500', '155249.522500', '155249.982500', '155250.442500', '155250.902500', '155251.362500', '155251.822500', '155252.282500', '155252.742500', '155253.202500', '155253.662500', '155254.122500', '155254.582500', '155255.042500', '155255.502500', '155255.962500', '155256.422500', '155256.882500', '155257.342500', '155257.802500', '155258.262500', '155258.722500', '155259.182500', '155259.642500', '155300.102500', '155300.562500', '155301.022500', '155301.482500', '155301.942500', '155302.402500', '155302.862500', '155303.322500', '155303.782500', '155304.242500', '155304.702500', '155305.162500', '155305.622500', '155306.082500', '155306.542500', '155307.002500', '155307.462500', '155307.922500', '155308.382500', '155308.842500', '155309.302500', '155309.762500', '155310.222500', '155310.682500', '155311.142500', '155311.602500', '155312.062500', '155312.522500', '155312.982500', '155313.442500', '155313.902500', '155314.362500', '155314.822500', '155315.282500', '155315.742500', '155316.202500', '155316.662500', '155317.122500', '155317.582500', '155318.042500', '155318.502500', '155318.962500', '155319.422500', '155319.882500', '155320.342500', '155320.802500', '155321.262500', '155321.722500', '155322.182500', '155322.642500', '155323.102500', '155323.562500', '155324.022500', '155324.482500', '155324.942500', '155325.402500', '155325.862500', '155326.322500', '155326.782500', '155327.242500', '155327.702500', '155328.162500', '155328.622500', '155329.082500', '155329.542500', '155330.002500', '155330.462500', '155330.922500', '155331.382500', '155331.842500', '155332.302500', '155332.762500', '155333.222500', '155333.682500', '155334.142500', '155334.602500', '155335.062500', '155335.522500', '155335.982500', '155336.442500', '155336.902500', '155337.362500', '155337.822500', '155338.282500', '155338.742500', '155339.202500', '155339.662500', '155340.122500', '155340.582500', '155341.042500', '155341.502500', '155341.962500', '155342.422500', '155342.882500', '155343.342500', '155343.802500', '155344.262500', '155344.722500', '155345.182500', '155345.642500', '155346.102500', '155346.562500', '155347.022500', '155347.482500', '155347.942500', '155348.402500', '155348.862500', '155349.322500', '155349.782500', '155350.242500', '155350.702500', '155351.162500', '155351.622500', '155352.082500', '155352.542500', '155353.002500', '155353.462500', '155353.922500', '155354.382500', '155354.842500', '155355.302500', '155355.762500', '155356.222500', '155356.682500', '155357.142500', '155357.602500', '155358.062500', '155358.522500', '155358.982500', '155359.442500', '155359.902500', '155400.362500', '155400.822500', '155401.282500', '155401.742500', '155402.202500', '155402.662500', '155403.122500', '155403.582500', '155404.042500', '155404.502500', '155404.962500', '155405.422500', '155405.882500', '155406.342500', '155406.802500', '155407.262500', '155407.722500', '155408.182500', '155408.642500', '155409.102500', '155409.562500', '155410.022500', '155410.482500', '155410.942500', '155411.402500', '155411.862500', '155412.322500', '155412.782500', '155413.242500', '155413.702500', '155414.162500', '155414.622500', '155415.082500', '155415.542500', '155416.002500', '155416.462500', '155416.922500', '155417.382500', '155417.842500', '155418.302500', '155418.762500', '155419.222500', '155419.682500', '155420.142500', '155420.602500', '155421.062500', '155421.522500', '155421.982500', '155422.442500', '155422.902500', '155423.362500', '155423.822500', '155424.282500', '155424.742500', '155425.202500', '155425.662500', '155426.122500', '155426.582500', '155427.042500', '155427.502500', '155427.962500', '155428.422500', '155428.882500', '155429.342500', '155429.802500', '155430.262500', '155430.722500', '155431.182500', '155431.642500', '155432.102500', '155432.562500', '155433.022500', '155433.482500', '155433.942500', '155434.402500', '155434.862500', '155435.322500', '155435.782500', '155436.242500', '155436.702500', '155437.162500', '155437.622500', '155438.082500', '155438.542500', '155439.002500', '155439.462500', '155439.922500', '155440.382500', '155440.842500', '155441.302500', '155441.762500', '155442.222500', '155442.682500', '155443.142500', '155443.602500', '155444.062500', '155444.522500', '155444.982500', '155445.442500', '155445.902500', '155446.362500', '155446.822500', '155447.282500', '155447.742500', '155448.202500', '155448.662500', '155449.122500', '155449.582500', '155450.042500', '155450.502500', '155450.962500', '155451.422500', '155451.882500', '155452.342500', '155452.802500', '155453.262500', '155453.722500', '155454.182500', '155454.642500', '155455.102500', '155455.562500', '155456.022500', '155456.482500', '155456.942500', '155457.402500', '155457.862500', '155458.322500', '155458.782500', '155459.242500', '155459.702500', '155500.162500', '155500.622500', '155501.082500', '155501.542500', '155502.002500', '155502.462500', '155502.922500', '155503.382500', '155503.842500', '155504.302500', '155504.762500', '155505.222500', '155505.682500', '155506.142500', '155506.602500', '155507.062500', '155507.522500', '155507.982500', '155508.442500', '155508.902500', '155509.362500', '155509.822500', '155510.282500', '155510.742500', '155511.202500', '155511.662500', '155512.122500', '155512.582500', '155513.042500', '155513.502500', '155513.962500', '155514.422500', '155514.882500', '155515.342500', '155515.802500', '155516.262500', '155516.722500', '155517.182500', '155517.642500', '155518.102500', '155518.562500', '155519.022500', '155519.482500', '155519.942500', '155520.402500', '155520.862500', '155521.322500', '155521.782500', '155522.242500', '155522.702500', '155523.162500', '155523.622500', '155524.082500', '155524.542500', '155525.002500', '155525.462500', '155525.922500', '155526.382500', '155526.842500', '155527.302500', '155527.762500', '155528.222500', '155528.682500', '155529.142500', '155529.602500', '155530.062500', '155530.522500', '155530.982500', '155531.442500', '155531.902500', '155532.362500', '155532.822500', '155533.282500', '155533.742500', '155534.202500', '155534.662500'], 'ContentTime': ['154843.740000', '154843.743000', '154843.746000', '154843.749000', '154843.752000', '154843.754000', '154843.757000', '154843.759000', '154843.762000', '154843.764000', '154843.767000', '154843.770000', '154843.772000', '154843.775000', '154843.777000', '154843.780000', '154903.713000', '154903.716000', '154903.719000', '154903.721000', '154903.724000', '154903.726000', '154903.729000', '154903.732000', '154903.734000', '154903.737000', '154903.739000', '154903.742000', '154903.745000', '154903.747000', '154903.750000', '154903.753000', '154903.755000', '154903.758000', '154903.760000', '154903.763000', '154903.765000', '154903.768000', '154903.771000', '154903.773000', '154903.776000', '154903.778000', '154903.781000', '154903.784000', '154903.786000', '154903.789000', '154903.791000', '154903.794000', '154903.797000', '154903.799000', '154903.802000', '154903.804000', '154903.807000', '154903.809000', '154903.812000', '154903.815000', '154903.817000', '154903.824000', '154903.827000', '154903.830000', '154923.713000', '154923.716000', '154923.719000', '154923.721000', '154923.724000', '154923.727000', '154923.729000', '154923.732000', '154923.734000', '154923.737000', '154923.740000', '154923.742000', '154923.745000', '154923.747000', '154923.750000', '154923.753000', '154923.755000', '154923.758000', '154923.760000', '154923.763000', '154923.766000', '154923.768000', '154923.772000', '154923.775000', '154923.778000', '154923.781000', '154923.783000', '154923.786000', '154923.789000', '154923.791000', '154923.794000', '154923.796000', '154923.799000', '154923.855000', '154923.857000', '154923.860000', '154923.862000', '154923.865000', '154923.868000', '154923.870000', '154923.873000', '154923.875000', '154923.878000', '154943.714000', '154943.717000', '154943.719000', '154943.722000', '154943.724000', '154943.727000', '154943.730000', '154943.732000', '154943.735000', '154943.738000', '154943.741000', '154943.744000', '154943.746000', '154943.749000', '154943.752000', '154943.754000', '154943.757000', '154943.759000', '154943.762000', '154943.765000', '154943.767000', '154943.770000', '154943.773000', '154943.775000', '154943.778000', '154943.780000', '154943.783000', '154943.786000', '154943.788000', '154943.791000', '154943.793000', '154943.796000', '154943.799000', '154943.801000', '154943.804000', '154943.806000', '154943.809000', '154943.812000', '154943.814000', '154943.817000', '154943.819000', '154943.822000', '154943.825000', '154943.827000', '155003.714000', '155003.716000', '155003.719000', '155003.722000', '155003.724000', '155003.727000', '155003.730000', '155003.732000', '155003.748000', '155003.751000', '155003.754000', '155003.756000', '155003.759000', '155003.761000', '155003.764000', '155003.767000', '155003.769000', '155003.772000', '155003.774000', '155003.777000', '155003.780000', '155003.782000', '155003.785000', '155003.788000', '155003.790000', '155003.793000', '155003.795000', '155003.798000', '155003.825000', '155003.828000', '155003.831000', '155003.833000', '155003.836000', '155003.839000', '155003.841000', '155003.844000', '155003.846000', '155003.849000', '155003.852000', '155003.854000', '155003.857000', '155003.859000', '155003.862000', '155023.713000', '155023.716000', '155023.719000', '155023.722000', '155023.724000', '155023.727000', '155023.729000', '155023.732000', '155023.735000', '155023.737000', '155023.740000', '155023.746000', '155023.749000', '155023.752000', '155023.754000', '155023.757000', '155023.759000', '155023.762000', '155023.765000', '155023.767000', '155023.770000', '155023.772000', '155023.775000', '155023.778000', '155023.780000', '155023.783000', '155023.786000', '155023.788000', '155023.791000', '155023.793000', '155023.796000', '155023.798000', '155023.816000', '155023.819000', '155023.821000', '155023.848000', '155023.850000', '155023.853000', '155023.856000', '155023.858000', '155023.861000', '155023.863000', '155023.866000', '155023.869000', '155043.713000', '155043.716000', '155043.719000', '155043.721000', '155043.724000', '155043.727000', '155043.729000', '155043.732000', '155043.735000', '155043.737000', '155043.740000', '155043.742000', '155043.745000', '155043.748000', '155043.751000', '155043.753000', '155043.756000', '155043.759000', '155043.761000', '155043.764000', '155043.766000', '155043.769000', '155043.772000', '155043.774000', '155043.777000', '155043.780000', '155043.782000', '155043.785000', '155043.787000', '155043.790000', '155043.793000', '155043.795000', '155043.798000', '155043.833000', '155043.836000', '155043.839000', '155043.841000', '155043.844000', '155043.847000', '155043.849000', '155043.852000', '155043.854000', '155043.857000', '155103.714000', '155103.716000', '155103.719000', '155103.722000', '155103.724000', '155103.727000', '155103.730000', '155103.732000', '155103.735000', '155103.737000', '155103.740000', '155103.743000', '155103.745000', '155103.748000', '155103.751000', '155103.753000', '155103.756000', '155103.758000', '155103.761000', '155103.763000', '155103.766000', '155103.769000', '155103.771000', '155103.774000', '155103.776000', '155103.779000', '155103.782000', '155103.784000', '155103.787000', '155103.790000', '155103.792000', '155103.795000', '155103.797000', '155103.822000', '155103.824000', '155103.827000', '155103.829000', '155103.832000', '155103.835000', '155103.837000', '155103.840000', '155103.842000', '155103.845000', '155103.847000', '155123.713000', '155123.716000', '155123.719000', '155123.721000', '155123.724000', '155123.727000', '155123.729000', '155123.732000', '155123.735000', '155123.737000', '155123.740000', '155123.743000', '155123.746000', '155123.749000', '155123.752000', '155123.755000', '155123.757000', '155123.760000', '155123.762000', '155123.765000', '155123.768000', '155123.770000', '155123.773000', '155123.775000', '155123.778000', '155123.781000', '155123.783000', '155123.786000', '155123.789000', '155123.791000', '155123.794000', '155123.796000', '155123.799000', '155123.834000', '155123.837000', '155123.839000', '155123.842000', '155123.844000', '155123.847000', '155123.850000', '155123.852000', '155123.855000', '155123.857000', '155143.714000', '155143.717000', '155143.719000', '155143.722000', '155143.738000', '155143.741000', '155143.744000', '155143.746000', '155143.749000', '155143.751000', '155143.754000', '155143.757000', '155143.759000', '155143.762000', '155143.764000', '155143.767000', '155143.780000', '155143.782000', '155143.785000', '155143.788000', '155143.790000', '155143.793000', '155143.795000', '155143.798000', '155143.838000', '155143.841000', '155143.844000', '155143.846000', '155143.849000', '155143.851000', '155143.854000', '155143.857000', '155143.859000', '155143.862000', '155143.865000', '155143.867000', '155143.870000', '155143.872000', '155143.875000', '155143.878000', '155143.880000', '155143.883000', '155143.885000', '155143.888000', '155203.713000', '155203.716000', '155203.719000', '155203.722000', '155203.724000', '155203.727000', '155203.730000', '155203.732000', '155203.735000', '155203.737000', '155203.740000', '155203.743000', '155203.745000', '155203.748000', '155203.751000', '155203.753000', '155203.756000', '155203.759000', '155203.761000', '155203.764000', '155203.767000', '155203.769000', '155203.772000', '155203.775000', '155203.777000', '155203.780000', '155203.782000', '155203.785000', '155203.788000', '155203.790000', '155203.793000', '155203.795000', '155203.798000', '155203.827000', '155203.829000', '155203.832000', '155203.834000', '155203.837000', '155203.840000', '155203.842000', '155203.845000', '155203.847000', '155203.851000', '155223.714000', '155223.716000', '155223.719000', '155223.722000', '155223.724000', '155223.727000', '155223.730000', '155223.733000', '155223.735000', '155223.738000', '155223.740000', '155223.743000', '155223.746000', '155223.748000', '155223.751000', '155223.754000', '155223.756000', '155223.759000', '155223.762000', '155223.764000', '155223.767000', '155223.769000', '155223.772000', '155223.775000', '155223.777000', '155223.780000', '155223.782000', '155223.785000', '155223.788000', '155223.790000', '155223.793000', '155223.796000', '155223.798000', '155223.801000', '155223.803000', '155223.806000', '155223.809000', '155223.811000', '155223.814000', '155223.817000', '155223.819000', '155223.822000', '155223.824000', '155223.827000', '155243.714000', '155243.716000', '155243.719000', '155243.722000', '155243.724000', '155243.727000', '155243.730000', '155243.732000', '155243.735000', '155243.737000', '155243.740000', '155243.743000', '155243.745000', '155243.748000', '155243.751000', '155243.753000', '155243.756000', '155243.758000', '155243.761000', '155243.764000', '155243.766000', '155243.769000', '155243.772000', '155243.774000', '155243.777000', '155243.779000', '155243.782000', '155243.785000', '155243.787000', '155243.790000', '155243.793000', '155243.795000', '155243.798000', '155243.817000', '155243.820000', '155243.823000', '155243.825000', '155243.828000', '155243.830000', '155243.833000', '155243.836000', '155243.838000', '155243.841000', '155303.714000', '155303.717000', '155303.719000', '155303.722000', '155303.725000', '155303.727000', '155303.730000', '155303.733000', '155303.735000', '155303.738000', '155303.740000', '155303.743000', '155303.746000', '155303.748000', '155303.751000', '155303.754000', '155303.756000', '155303.759000', '155303.761000', '155303.764000', '155303.767000', '155303.769000', '155303.772000', '155303.775000', '155303.777000', '155303.780000', '155303.782000', '155303.785000', '155303.788000', '155303.867000', '155303.870000', '155303.873000', '155303.875000', '155303.878000', '155303.880000', '155303.883000', '155303.886000', '155303.888000', '155303.891000', '155303.893000', '155303.896000', '155303.898000', '155303.901000', '155303.904000', '155323.714000', '155323.717000', '155323.719000', '155323.722000', '155323.725000', '155323.727000', '155323.730000', '155323.733000', '155323.735000', '155323.738000', '155323.740000', '155323.743000', '155323.746000', '155323.748000', '155323.751000', '155323.754000', '155323.756000', '155323.759000', '155323.761000', '155323.764000', '155323.767000', '155323.769000', '155323.772000', '155323.774000', '155323.777000', '155323.780000', '155323.782000', '155323.785000', '155323.788000', '155323.790000', '155323.793000', '155323.795000', '155323.798000', '155323.840000', '155323.842000', '155323.845000', '155323.847000', '155323.850000', '155323.853000', '155323.855000', '155323.858000', '155323.861000', '155323.863000', '155343.714000', '155343.716000', '155343.719000', '155343.722000', '155343.724000', '155343.727000', '155343.730000', '155343.732000', '155343.735000', '155343.737000', '155343.740000', '155343.743000', '155343.745000', '155343.748000', '155343.751000', '155343.753000', '155343.756000', '155343.759000', '155343.761000', '155343.764000', '155343.766000', '155343.769000', '155343.771000', '155343.774000', '155343.777000', '155343.779000', '155343.782000', '155343.785000', '155343.787000', '155343.790000', '155343.793000', '155343.795000', '155343.798000', '155343.854000', '155343.857000', '155343.860000', '155343.862000', '155343.865000', '155343.868000', '155343.870000', '155343.873000', '155343.875000', '155343.878000', '155343.881000', '155403.714000', '155403.716000', '155403.719000', '155403.722000', '155403.724000', '155403.727000', '155403.730000', '155403.732000', '155403.735000', '155403.737000', '155403.740000', '155403.743000', '155403.745000', '155403.748000', '155403.751000', '155403.753000', '155403.756000', '155403.759000', '155403.761000', '155403.764000', '155403.766000', '155403.769000', '155403.772000', '155403.774000', '155403.777000', '155403.779000', '155403.782000', '155403.785000', '155403.787000', '155403.790000', '155403.792000', '155403.795000', '155403.798000', '155403.844000', '155403.847000', '155403.849000', '155403.852000', '155403.854000', '155403.857000', '155403.860000', '155403.862000', '155403.865000', '155403.867000', '155423.714000', '155423.716000', '155423.719000', '155423.722000', '155423.726000', '155423.729000', '155423.731000', '155423.734000', '155423.737000', '155423.739000', '155423.742000', '155423.745000', '155423.748000', '155423.750000', '155423.753000', '155423.756000', '155423.758000', '155423.761000', '155423.763000', '155423.766000', '155423.769000', '155423.771000', '155423.774000', '155423.776000', '155423.779000', '155423.782000', '155423.784000', '155423.787000', '155423.790000', '155423.792000', '155423.795000', '155423.797000', '155423.907000', '155423.910000', '155423.912000', '155423.915000', '155423.918000', '155423.920000', '155423.923000', '155423.925000', '155423.928000', '155423.931000', '155423.933000', '155423.936000', '155443.714000', '155443.716000', '155443.719000', '155443.722000', '155443.724000', '155443.727000', '155443.730000', '155443.732000', '155443.735000', '155443.737000', '155443.740000', '155443.743000', '155443.745000', '155443.748000', '155443.751000', '155443.753000', '155443.756000', '155443.758000', '155443.761000', '155443.764000', '155443.766000', '155443.769000', '155443.771000', '155443.774000', '155443.777000', '155443.779000', '155443.782000', '155443.784000', '155443.787000', '155443.789000', '155443.792000', '155443.795000', '155443.797000', '155443.800000', '155443.843000', '155443.845000', '155443.848000', '155443.851000', '155443.853000', '155443.856000', '155443.859000', '155443.861000', '155443.864000', '155503.714000', '155503.716000', '155503.719000', '155503.722000', '155503.724000', '155503.727000', '155503.730000', '155503.732000', '155503.735000', '155503.737000', '155503.740000', '155503.743000', '155503.745000', '155503.748000', '155503.751000', '155503.753000', '155503.756000', '155503.759000', '155503.761000', '155503.764000', '155503.766000', '155503.769000', '155503.772000', '155503.774000', '155503.777000', '155503.779000', '155503.782000', '155503.785000', '155503.787000', '155503.790000', '155503.792000', '155503.795000', '155503.798000', '155503.865000', '155503.867000', '155503.870000', '155503.873000', '155503.875000', '155503.878000', '155503.881000', '155503.883000', '155503.886000', '155503.888000', '155503.891000', '155523.714000', '155523.716000', '155523.719000', '155523.722000', '155523.725000', '155523.727000', '155523.730000', '155523.732000', '155523.735000', '155523.738000', '155523.740000', '155523.743000', '155523.746000', '155523.748000', '155523.751000', '155523.754000', '155523.756000', '155523.759000', '155523.762000', '155523.764000', '155523.767000', '155523.770000', '155523.772000', '155523.775000', '155523.778000', '155523.780000', '155523.783000', '155523.786000', '155523.788000', '155523.791000', '155523.793000', '155523.796000', '155523.799000', '155523.852000', '155523.855000', '155523.858000', '155523.860000', '155523.863000', '155523.866000', '155523.868000', '155523.871000', '155523.874000', '155523.876000', '155536.306000', '155536.309000', '155536.312000', '155536.314000', '155536.317000', '155536.320000', '155536.322000', '155536.325000', '155536.327000', '155536.330000', '155536.333000', '155536.335000', '155536.338000', '155536.340000', '155536.343000', '155536.346000', '155536.348000', '155536.351000', '155536.353000', '155536.357000', '155536.360000', '155536.362000', '155536.365000', '155536.368000', '155536.370000', '155536.373000', '155536.375000', '155536.378000'], 'InstanceCreationTime': ['154843.740000', '154843.743000', '154843.746000', '154843.749000', '154843.752000', '154843.754000', '154843.757000', '154843.759000', '154843.762000', '154843.764000', '154843.767000', '154843.770000', '154843.772000', '154843.775000', '154843.777000', '154843.780000', '154903.713000', '154903.716000', '154903.719000', '154903.721000', '154903.724000', '154903.726000', '154903.729000', '154903.732000', '154903.734000', '154903.737000', '154903.739000', '154903.742000', '154903.745000', '154903.747000', '154903.750000', '154903.753000', '154903.755000', '154903.758000', '154903.760000', '154903.763000', '154903.765000', '154903.768000', '154903.771000', '154903.773000', '154903.776000', '154903.778000', '154903.781000', '154903.784000', '154903.786000', '154903.789000', '154903.791000', '154903.794000', '154903.797000', '154903.799000', '154903.802000', '154903.804000', '154903.807000', '154903.809000', '154903.812000', '154903.815000', '154903.817000', '154903.824000', '154903.827000', '154903.830000', '154923.713000', '154923.716000', '154923.719000', '154923.721000', '154923.724000', '154923.727000', '154923.729000', '154923.732000', '154923.734000', '154923.737000', '154923.740000', '154923.742000', '154923.745000', '154923.747000', '154923.750000', '154923.753000', '154923.755000', '154923.758000', '154923.760000', '154923.763000', '154923.766000', '154923.768000', '154923.772000', '154923.775000', '154923.778000', '154923.781000', '154923.783000', '154923.786000', '154923.789000', '154923.791000', '154923.794000', '154923.796000', '154923.799000', '154923.855000', '154923.857000', '154923.860000', '154923.862000', '154923.865000', '154923.868000', '154923.870000', '154923.873000', '154923.875000', '154923.878000', '154943.714000', '154943.717000', '154943.719000', '154943.722000', '154943.724000', '154943.727000', '154943.730000', '154943.732000', '154943.735000', '154943.738000', '154943.741000', '154943.744000', '154943.746000', '154943.749000', '154943.752000', '154943.754000', '154943.757000', '154943.759000', '154943.762000', '154943.765000', '154943.767000', '154943.770000', '154943.773000', '154943.775000', '154943.778000', '154943.780000', '154943.783000', '154943.786000', '154943.788000', '154943.791000', '154943.793000', '154943.796000', '154943.799000', '154943.801000', '154943.804000', '154943.806000', '154943.809000', '154943.812000', '154943.814000', '154943.817000', '154943.819000', '154943.822000', '154943.825000', '154943.827000', '155003.714000', '155003.716000', '155003.719000', '155003.722000', '155003.724000', '155003.727000', '155003.730000', '155003.732000', '155003.748000', '155003.751000', '155003.754000', '155003.756000', '155003.759000', '155003.761000', '155003.764000', '155003.767000', '155003.769000', '155003.772000', '155003.774000', '155003.777000', '155003.780000', '155003.782000', '155003.785000', '155003.788000', '155003.790000', '155003.793000', '155003.795000', '155003.798000', '155003.825000', '155003.828000', '155003.831000', '155003.833000', '155003.836000', '155003.839000', '155003.841000', '155003.844000', '155003.846000', '155003.849000', '155003.852000', '155003.854000', '155003.857000', '155003.859000', '155003.862000', '155023.713000', '155023.716000', '155023.719000', '155023.722000', '155023.724000', '155023.727000', '155023.729000', '155023.732000', '155023.735000', '155023.737000', '155023.740000', '155023.746000', '155023.749000', '155023.752000', '155023.754000', '155023.757000', '155023.759000', '155023.762000', '155023.765000', '155023.767000', '155023.770000', '155023.772000', '155023.775000', '155023.778000', '155023.780000', '155023.783000', '155023.786000', '155023.788000', '155023.791000', '155023.793000', '155023.796000', '155023.798000', '155023.816000', '155023.819000', '155023.821000', '155023.848000', '155023.850000', '155023.853000', '155023.856000', '155023.858000', '155023.861000', '155023.863000', '155023.866000', '155023.869000', '155043.713000', '155043.716000', '155043.719000', '155043.721000', '155043.724000', '155043.727000', '155043.729000', '155043.732000', '155043.735000', '155043.737000', '155043.740000', '155043.742000', '155043.745000', '155043.748000', '155043.751000', '155043.753000', '155043.756000', '155043.759000', '155043.761000', '155043.764000', '155043.766000', '155043.769000', '155043.772000', '155043.774000', '155043.777000', '155043.780000', '155043.782000', '155043.785000', '155043.787000', '155043.790000', '155043.793000', '155043.795000', '155043.798000', '155043.833000', '155043.836000', '155043.839000', '155043.841000', '155043.844000', '155043.847000', '155043.849000', '155043.852000', '155043.854000', '155043.857000', '155103.714000', '155103.716000', '155103.719000', '155103.722000', '155103.724000', '155103.727000', '155103.730000', '155103.732000', '155103.735000', '155103.737000', '155103.740000', '155103.743000', '155103.745000', '155103.748000', '155103.751000', '155103.753000', '155103.756000', '155103.758000', '155103.761000', '155103.763000', '155103.766000', '155103.769000', '155103.771000', '155103.774000', '155103.776000', '155103.779000', '155103.782000', '155103.784000', '155103.787000', '155103.790000', '155103.792000', '155103.795000', '155103.797000', '155103.822000', '155103.824000', '155103.827000', '155103.829000', '155103.832000', '155103.835000', '155103.837000', '155103.840000', '155103.842000', '155103.845000', '155103.847000', '155123.713000', '155123.716000', '155123.719000', '155123.721000', '155123.724000', '155123.727000', '155123.729000', '155123.732000', '155123.735000', '155123.737000', '155123.740000', '155123.743000', '155123.746000', '155123.749000', '155123.752000', '155123.755000', '155123.757000', '155123.760000', '155123.762000', '155123.765000', '155123.768000', '155123.770000', '155123.773000', '155123.775000', '155123.778000', '155123.781000', '155123.783000', '155123.786000', '155123.789000', '155123.791000', '155123.794000', '155123.796000', '155123.799000', '155123.834000', '155123.837000', '155123.839000', '155123.842000', '155123.844000', '155123.847000', '155123.850000', '155123.852000', '155123.855000', '155123.857000', '155143.714000', '155143.717000', '155143.719000', '155143.722000', '155143.738000', '155143.741000', '155143.744000', '155143.746000', '155143.749000', '155143.751000', '155143.754000', '155143.757000', '155143.759000', '155143.762000', '155143.764000', '155143.767000', '155143.780000', '155143.782000', '155143.785000', '155143.788000', '155143.790000', '155143.793000', '155143.795000', '155143.798000', '155143.838000', '155143.841000', '155143.844000', '155143.846000', '155143.849000', '155143.851000', '155143.854000', '155143.857000', '155143.859000', '155143.862000', '155143.865000', '155143.867000', '155143.870000', '155143.872000', '155143.875000', '155143.878000', '155143.880000', '155143.883000', '155143.885000', '155143.888000', '155203.713000', '155203.716000', '155203.719000', '155203.722000', '155203.724000', '155203.727000', '155203.730000', '155203.732000', '155203.735000', '155203.737000', '155203.740000', '155203.743000', '155203.745000', '155203.748000', '155203.751000', '155203.753000', '155203.756000', '155203.759000', '155203.761000', '155203.764000', '155203.767000', '155203.769000', '155203.772000', '155203.775000', '155203.777000', '155203.780000', '155203.782000', '155203.785000', '155203.788000', '155203.790000', '155203.793000', '155203.795000', '155203.798000', '155203.827000', '155203.829000', '155203.832000', '155203.834000', '155203.837000', '155203.840000', '155203.842000', '155203.845000', '155203.847000', '155203.851000', '155223.714000', '155223.716000', '155223.719000', '155223.722000', '155223.724000', '155223.727000', '155223.730000', '155223.733000', '155223.735000', '155223.738000', '155223.740000', '155223.743000', '155223.746000', '155223.748000', '155223.751000', '155223.754000', '155223.756000', '155223.759000', '155223.762000', '155223.764000', '155223.767000', '155223.769000', '155223.772000', '155223.775000', '155223.777000', '155223.780000', '155223.782000', '155223.785000', '155223.788000', '155223.790000', '155223.793000', '155223.796000', '155223.798000', '155223.801000', '155223.803000', '155223.806000', '155223.809000', '155223.811000', '155223.814000', '155223.817000', '155223.819000', '155223.822000', '155223.824000', '155223.827000', '155243.714000', '155243.716000', '155243.719000', '155243.722000', '155243.724000', '155243.727000', '155243.730000', '155243.732000', '155243.735000', '155243.737000', '155243.740000', '155243.743000', '155243.745000', '155243.748000', '155243.751000', '155243.753000', '155243.756000', '155243.758000', '155243.761000', '155243.764000', '155243.766000', '155243.769000', '155243.772000', '155243.774000', '155243.777000', '155243.779000', '155243.782000', '155243.785000', '155243.787000', '155243.790000', '155243.793000', '155243.795000', '155243.798000', '155243.817000', '155243.820000', '155243.823000', '155243.825000', '155243.828000', '155243.830000', '155243.833000', '155243.836000', '155243.838000', '155243.841000', '155303.714000', '155303.717000', '155303.719000', '155303.722000', '155303.725000', '155303.727000', '155303.730000', '155303.733000', '155303.735000', '155303.738000', '155303.740000', '155303.743000', '155303.746000', '155303.748000', '155303.751000', '155303.754000', '155303.756000', '155303.759000', '155303.761000', '155303.764000', '155303.767000', '155303.769000', '155303.772000', '155303.775000', '155303.777000', '155303.780000', '155303.782000', '155303.785000', '155303.788000', '155303.867000', '155303.870000', '155303.873000', '155303.875000', '155303.878000', '155303.880000', '155303.883000', '155303.886000', '155303.888000', '155303.891000', '155303.893000', '155303.896000', '155303.898000', '155303.901000', '155303.904000', '155323.714000', '155323.717000', '155323.719000', '155323.722000', '155323.725000', '155323.727000', '155323.730000', '155323.733000', '155323.735000', '155323.738000', '155323.740000', '155323.743000', '155323.746000', '155323.748000', '155323.751000', '155323.754000', '155323.756000', '155323.759000', '155323.761000', '155323.764000', '155323.767000', '155323.769000', '155323.772000', '155323.774000', '155323.777000', '155323.780000', '155323.782000', '155323.785000', '155323.788000', '155323.790000', '155323.793000', '155323.795000', '155323.798000', '155323.840000', '155323.842000', '155323.845000', '155323.847000', '155323.850000', '155323.853000', '155323.855000', '155323.858000', '155323.861000', '155323.863000', '155343.714000', '155343.716000', '155343.719000', '155343.722000', '155343.724000', '155343.727000', '155343.730000', '155343.732000', '155343.735000', '155343.737000', '155343.740000', '155343.743000', '155343.745000', '155343.748000', '155343.751000', '155343.753000', '155343.756000', '155343.759000', '155343.761000', '155343.764000', '155343.766000', '155343.769000', '155343.771000', '155343.774000', '155343.777000', '155343.779000', '155343.782000', '155343.785000', '155343.787000', '155343.790000', '155343.793000', '155343.795000', '155343.798000', '155343.854000', '155343.857000', '155343.860000', '155343.862000', '155343.865000', '155343.868000', '155343.870000', '155343.873000', '155343.875000', '155343.878000', '155343.881000', '155403.714000', '155403.716000', '155403.719000', '155403.722000', '155403.724000', '155403.727000', '155403.730000', '155403.732000', '155403.735000', '155403.737000', '155403.740000', '155403.743000', '155403.745000', '155403.748000', '155403.751000', '155403.753000', '155403.756000', '155403.759000', '155403.761000', '155403.764000', '155403.766000', '155403.769000', '155403.772000', '155403.774000', '155403.777000', '155403.779000', '155403.782000', '155403.785000', '155403.787000', '155403.790000', '155403.792000', '155403.795000', '155403.798000', '155403.844000', '155403.847000', '155403.849000', '155403.852000', '155403.854000', '155403.857000', '155403.860000', '155403.862000', '155403.865000', '155403.867000', '155423.714000', '155423.716000', '155423.719000', '155423.722000', '155423.726000', '155423.729000', '155423.731000', '155423.734000', '155423.737000', '155423.739000', '155423.742000', '155423.745000', '155423.748000', '155423.750000', '155423.753000', '155423.756000', '155423.758000', '155423.761000', '155423.763000', '155423.766000', '155423.769000', '155423.771000', '155423.774000', '155423.776000', '155423.779000', '155423.782000', '155423.784000', '155423.787000', '155423.790000', '155423.792000', '155423.795000', '155423.797000', '155423.907000', '155423.910000', '155423.912000', '155423.915000', '155423.918000', '155423.920000', '155423.923000', '155423.925000', '155423.928000', '155423.931000', '155423.933000', '155423.936000', '155443.714000', '155443.716000', '155443.719000', '155443.722000', '155443.724000', '155443.727000', '155443.730000', '155443.732000', '155443.735000', '155443.737000', '155443.740000', '155443.743000', '155443.745000', '155443.748000', '155443.751000', '155443.753000', '155443.756000', '155443.758000', '155443.761000', '155443.764000', '155443.766000', '155443.769000', '155443.771000', '155443.774000', '155443.777000', '155443.779000', '155443.782000', '155443.784000', '155443.787000', '155443.789000', '155443.792000', '155443.795000', '155443.797000', '155443.800000', '155443.843000', '155443.845000', '155443.848000', '155443.851000', '155443.853000', '155443.856000', '155443.859000', '155443.861000', '155443.864000', '155503.714000', '155503.716000', '155503.719000', '155503.722000', '155503.724000', '155503.727000', '155503.730000', '155503.732000', '155503.735000', '155503.737000', '155503.740000', '155503.743000', '155503.745000', '155503.748000', '155503.751000', '155503.753000', '155503.756000', '155503.759000', '155503.761000', '155503.764000', '155503.766000', '155503.769000', '155503.772000', '155503.774000', '155503.777000', '155503.779000', '155503.782000', '155503.785000', '155503.787000', '155503.790000', '155503.792000', '155503.795000', '155503.798000', '155503.865000', '155503.867000', '155503.870000', '155503.873000', '155503.875000', '155503.878000', '155503.881000', '155503.883000', '155503.886000', '155503.888000', '155503.891000', '155523.714000', '155523.716000', '155523.719000', '155523.722000', '155523.725000', '155523.727000', '155523.730000', '155523.732000', '155523.735000', '155523.738000', '155523.740000', '155523.743000', '155523.746000', '155523.748000', '155523.751000', '155523.754000', '155523.756000', '155523.759000', '155523.762000', '155523.764000', '155523.767000', '155523.770000', '155523.772000', '155523.775000', '155523.778000', '155523.780000', '155523.783000', '155523.786000', '155523.788000', '155523.791000', '155523.793000', '155523.796000', '155523.799000', '155523.852000', '155523.855000', '155523.858000', '155523.860000', '155523.863000', '155523.866000', '155523.868000', '155523.871000', '155523.874000', '155523.876000', '155536.306000', '155536.309000', '155536.312000', '155536.314000', '155536.317000', '155536.320000', '155536.322000', '155536.325000', '155536.327000', '155536.330000', '155536.333000', '155536.335000', '155536.338000', '155536.340000', '155536.343000', '155536.346000', '155536.348000', '155536.351000', '155536.353000', '155536.357000', '155536.360000', '155536.362000', '155536.365000', '155536.368000', '155536.370000', '155536.373000', '155536.375000', '155536.378000'], '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': [11772, 9613, 16990, 9827, 17595, 9723, 13580, 9873, 11977, 9717, 11046, 10692, 11089, 9321, 11386, 9475, 11753, 9867, 11527, 10433, 10924, 9552, 10900, 9436, 11267, 11214, 10472, 11600, 9643, 10577, 9768, 12257, 9506, 11897, 9568, 11363, 9353, 13771, 9818, 12497, 9770, 11486, 9408, 11245, 9382, 10115, 9375, 10295, 9114, 10665, 9292, 10309, 9087, 10581, 9104, 10820, 10225, 9883, 9826, 9695, 8684, 10534, 8975, 10345, 8804, 10236, 8880, 9978, 9085, 10538, 8840, 10069, 8852, 10260, 8962, 10789, 8950, 9997, 9478, 10047, 9412, 11466, 9704, 9669, 9859, 9802, 9321, 10375, 9621, 10028, 9286, 9926, 9505, 10563, 9260, 9778, 9332, 9745, 9193, 10351, 9134, 10104, 8891, 9241, 9512, 9505, 8952, 10231, 10054, 9536, 9155, 9432, 9050, 9791, 10542, 9736, 9407, 9442, 9406, 9508, 11371, 10239, 13722, 9308, 9564, 9609, 9119, 10230, 10175, 9335, 9501, 9381, 9598, 9434, 10041, 9499, 9614, 9377, 9479, 9384, 9283, 9847, 9705, 9658, 9163, 9425, 8284, 10154, 9053, 9812, 9560, 9681, 9520, 9833, 9370, 10344, 9571, 9792, 8451, 9541, 8945, 10000, 9234, 9849, 9177, 9675, 9521, 10231, 9265, 12385, 9828, 9401, 9968, 9896, 9554, 13435, 9912, 9323, 9951, 9437, 9647, 12942, 9566, 14744, 9987, 15099, 9925, 13013, 9726, 12085, 9913, 9224, 10041, 9846, 9210, 9858, 8645, 9510, 8612, 9542, 9152, 10153, 9035, 9376, 9640, 9737, 9384, 9718, 9655, 9405, 9700, 9296, 9186, 11032, 9933, 9343, 9829, 9299, 9501, 12899, 9702, 10819, 9659, 9882, 9796, 11865, 9501, 13214, 9866, 11929, 9841, 10674, 9647, 10064, 10032, 9498, 9834, 9232, 9471, 12289, 9710, 10834, 10046, 10700, 9901, 9757, 9674, 9764, 9740, 9605, 9367, 9850, 9677, 9332, 10059, 10076, 9689, 13227, 9676, 12854, 10015, 11839, 9679, 10072, 9482, 10136, 9911, 9978, 9732, 9828, 9452, 10883, 9626, 10761, 9422, 9048, 9671, 9237, 9593, 9689, 9531, 9932, 9176, 9852, 9299, 9559, 9486, 9947, 9865, 10028, 9989, 9660, 10494, 9754, 9891, 10073, 9166, 9525, 9827, 9495, 9003, 9571, 8341, 9420, 9696, 13713, 9745, 12987, 10029, 11664, 9764, 12526, 9981, 10720, 10127, 10576, 9632, 11029, 9815, 10622, 10116, 11526, 9517, 11290, 9756, 11295, 10140, 10730, 9629, 10653, 9653, 10999, 10010, 10939, 9959, 9979, 9524, 10294, 10173, 10632, 9416, 11009, 9425, 12793, 9664, 13293, 9222, 13468, 9275, 12788, 9483, 10985, 9338, 9982, 9478, 10373, 9533, 10760, 9576, 10657, 9358, 11078, 9522, 10318, 9149, 9345, 9788, 9595, 9590, 9457, 9488, 9374, 9623, 9149, 9220, 9236, 9204, 9577, 9300, 9436, 9895, 11068, 9969, 10072, 9112, 12283, 9822, 12540, 9897, 10591, 9416, 11772, 9425, 11488, 9701, 10096, 9585, 9820, 9145, 11510, 9735, 9655, 9505, 9184, 9251, 9594, 9645, 9566, 9375, 9513, 9174, 9991, 9568, 9705, 9745, 9569, 9479, 10317, 9469, 10787, 9381, 9430, 9116, 9407, 9152, 11046, 9597, 9694, 9461, 9505, 9549, 10843, 9241, 9775, 9396, 9892, 9172, 11290, 9354, 10398, 9368, 9210, 8899, 9647, 8968, 9233, 9158, 9098, 9232, 9457, 9344, 9838, 9270, 9247, 9790, 8901, 9843, 10276, 8893, 12069, 9666, 12424, 9420, 11066, 8999, 12823, 9427, 10065, 8869, 10400, 8536, 9353, 9310, 10047, 8746, 9482, 8836, 10047, 8892, 9454, 8971, 7789, 8946, 8059, 8798, 9023, 9401, 10020, 8933, 10072, 9580, 9062, 9192, 9118, 9411, 9364, 9126, 12158, 9285, 8947, 9343, 8411, 8891, 8797, 9530, 8913, 9369, 8259, 8908, 8968, 9139, 9509, 9538, 9731, 9569, 10253, 9129, 11917, 10311, 10879, 10686, 12059, 9983, 14850, 10636, 13766, 10669, 11381, 9827, 14077, 10850, 9731, 11007, 9329, 10646, 15009, 10938, 9700, 10996, 9730, 10877, 13412, 10794, 9542, 11080, 9732, 10945, 9164, 10877, 12108, 11041, 9941, 8889, 9001, 8063, 10380, 9728, 11454, 11670, 10786, 9614, 9376, 10988, 9561, 11002, 10663, 11544, 10912, 10501, 10634, 10360, 7926, 9731, 9862, 10705, 9451, 10931, 8944, 10483, 10999, 11462, 9545, 11160, 9775, 10891, 11486, 10728, 11462, 10619, 10352, 8843, 10328, 12529, 11220, 12278, 11224, 11529, 11163, 13431, 11036, 13597, 11330, 12038, 11347, 11916, 11001, 14691, 11078, 13235, 11199, 11483, 10857, 12421, 10967, 13250, 10713, 10950, 10954, 10540, 10613, 10646, 10474, 10197, 10556, 9936, 10527, 10435, 10307, 9611, 10465, 9509, 10359, 13796, 10452, 10766, 10726, 10443, 10584, 10975, 10564, 9780, 10223, 9796, 10399, 10003, 10347, 10062, 9894, 10394, 10120, 10104, 9729, 10244, 9951, 10291, 9893, 10629, 12731, 10515, 14167, 10521, 13157, 10667, 14445, 10357, 12494, 10355, 9718, 9992, 9853, 10025, 10194, 8678, 10243, 10086, 9885, 9892, 13649, 10145, 9771, 10378, 9773, 10239, 12331, 9958, 9812, 9929, 9905, 10063, 9240, 9911, 10376, 8090, 10229, 9233, 10198, 10294, 10524, 10009, 10820, 10097, 10691, 13052, 10583, 12754, 10432, 13756, 10023, 15887, 10728, 11347, 9284, 11143, 9083, 14638, 10056, 10629, 8968, 10185, 9103, 9439, 9084, 10276, 10695, 10354, 9702, 10210, 10889, 9857, 10493, 9804, 10438, 10025, 12705, 9812, 10743, 9199, 9551, 9631, 10630, 9631, 10659, 8945, 10011, 9328, 9531, 9103, 9934, 9187, 10144, 9089, 10332, 9531, 12164, 9028, 10504, 9281, 10520, 9745, 11377, 8957, 10273, 9072, 9850, 9454, 9816, 8863, 10127, 9120, 10084, 9255, 10831, 9301, 11143, 9183, 10029, 9162, 9378, 9150, 10144, 9215, 9433, 9028, 9354, 9272, 10553, 8946, 10376, 9030, 10001, 9015, 10707, 9152, 10798, 9357, 9232, 9383, 8850, 9000, 8953, 10775, 8759, 10521, 9621, 9678, 9088, 10524, 9248, 10913, 9066, 10387, 8935, 13104, 9466, 13735, 9460, 12953, 9088, 10157, 9082, 8599, 8958, 8229, 8685, 9069, 9475, 8313, 9753, 8242, 10777, 8608, 10079, 8654, 10416, 8462, 11343, 9553, 10401, 9433, 8855, 9233, 9723, 9512, 8637, 10347, 9049, 9963, 9165, 13332, 9269, 11244, 10071, 10720, 9816, 14735, 9657, 11776, 9633, 9862, 9509, 10663, 9860, 9597, 9656, 8474, 9738, 8559, 10435, 9331, 10393, 10076, 9539, 9568, 12859, 9781, 10401, 9840, 8944, 9693, 9036, 9704, 9962, 9684, 9751, 12491, 9389, 9762, 10538, 9235, 10139, 10228, 10649, 9815, 10713, 9919, 9822, 9930, 10952, 10197, 9193, 10077, 8979, 9730, 9667, 10195, 10149, 10246, 10315, 10231, 10186, 13666, 10222, 8946, 10077], 'WindowCenter': [4249.0, 4215.0, 4250.0, 4198.0, 4238.0, 4184.0, 4212.0, 4181.0, 4190.0, 4181.0, 4193.0, 4205.0, 4192.0, 4184.0, 4203.0, 4182.0, 4202.0, 4207.0, 4229.0, 4207.0, 4206.0, 4195.0, 4205.0, 4197.0, 4233.0, 4218.0, 4206.0, 4205.0, 4195.0, 4195.0, 4208.0, 4228.0, 4199.0, 4217.0, 4196.0, 4204.0, 4195.0, 4239.0, 4197.0, 4215.0, 4195.0, 4203.0, 4183.0, 4205.0, 4183.0, 4193.0, 4183.0, 4181.0, 4172.0, 4193.0, 4183.0, 4192.0, 4171.0, 4191.0, 4183.0, 4203.0, 4193.0, 4182.0, 4182.0, 4180.0, 4172.0, 4180.0, 4172.0, 4182.0, 4172.0, 4180.0, 4172.0, 4180.0, 4183.0, 4193.0, 4182.0, 4182.0, 4171.0, 4180.0, 4184.0, 4203.0, 4183.0, 4181.0, 4182.0, 4181.0, 4183.0, 4203.0, 4183.0, 4182.0, 4182.0, 4181.0, 4184.0, 4205.0, 4193.0, 4192.0, 4183.0, 4181.0, 4184.0, 4204.0, 4185.0, 4193.0, 4184.0, 4182.0, 4182.0, 4194.0, 4185.0, 4193.0, 4183.0, 4182.0, 4182.0, 4183.0, 4183.0, 4195.0, 4193.0, 4183.0, 4182.0, 4182.0, 4171.0, 4195.0, 4194.0, 4182.0, 4182.0, 4181.0, 4171.0, 4181.0, 4203.0, 4193.0, 4212.0, 4181.0, 4180.0, 4195.0, 4171.0, 4193.0, 4192.0, 4181.0, 4181.0, 4181.0, 4181.0, 4183.0, 4194.0, 4184.0, 4182.0, 4183.0, 4181.0, 4171.0, 4181.0, 4195.0, 4183.0, 4182.0, 4182.0, 4182.0, 4173.0, 4191.0, 4183.0, 4183.0, 4182.0, 4181.0, 4182.0, 4191.0, 4194.0, 4194.0, 4194.0, 4192.0, 4174.0, 4193.0, 4183.0, 4194.0, 4197.0, 4194.0, 4195.0, 4182.0, 4184.0, 4192.0, 4185.0, 4215.0, 4193.0, 4182.0, 4193.0, 4182.0, 4182.0, 4214.0, 4193.0, 4182.0, 4192.0, 4182.0, 4182.0, 4212.0, 4183.0, 4223.0, 4182.0, 4211.0, 4181.0, 4211.0, 4182.0, 4201.0, 4182.0, 4180.0, 4181.0, 4180.0, 4184.0, 4193.0, 4173.0, 4182.0, 4172.0, 4183.0, 4183.0, 4194.0, 4183.0, 4182.0, 4183.0, 4181.0, 4183.0, 4184.0, 4183.0, 4182.0, 4183.0, 4181.0, 4184.0, 4193.0, 4193.0, 4183.0, 4194.0, 4181.0, 4183.0, 4213.0, 4183.0, 4192.0, 4183.0, 4180.0, 4182.0, 4203.0, 4182.0, 4212.0, 4182.0, 4190.0, 4181.0, 4190.0, 4183.0, 4181.0, 4182.0, 4181.0, 4192.0, 4181.0, 4182.0, 4204.0, 4183.0, 4191.0, 4183.0, 4190.0, 4182.0, 4182.0, 4182.0, 4182.0, 4182.0, 4182.0, 4184.0, 4207.0, 4195.0, 4184.0, 4194.0, 4182.0, 4194.0, 4214.0, 4183.0, 4202.0, 4182.0, 4191.0, 4181.0, 4181.0, 4182.0, 4182.0, 4181.0, 4180.0, 4180.0, 4180.0, 4182.0, 4192.0, 4182.0, 4191.0, 4170.0, 4170.0, 4169.0, 4181.0, 4181.0, 4181.0, 4170.0, 4180.0, 4169.0, 4181.0, 4181.0, 4194.0, 4182.0, 4191.0, 4180.0, 4181.0, 4182.0, 4193.0, 4192.0, 4184.0, 4182.0, 4193.0, 4183.0, 4194.0, 4194.0, 4194.0, 4183.0, 4184.0, 4172.0, 4182.0, 4194.0, 4213.0, 4182.0, 4211.0, 4181.0, 4190.0, 4182.0, 4212.0, 4193.0, 4192.0, 4192.0, 4191.0, 4182.0, 4193.0, 4183.0, 4192.0, 4193.0, 4191.0, 4183.0, 4203.0, 4183.0, 4192.0, 4192.0, 4190.0, 4181.0, 4192.0, 4182.0, 4191.0, 4182.0, 4191.0, 4182.0, 4193.0, 4183.0, 4192.0, 4193.0, 4192.0, 4182.0, 4192.0, 4183.0, 4201.0, 4181.0, 4200.0, 4171.0, 4213.0, 4182.0, 4200.0, 4181.0, 4190.0, 4182.0, 4182.0, 4182.0, 4181.0, 4182.0, 4191.0, 4181.0, 4192.0, 4182.0, 4191.0, 4170.0, 4179.0, 4170.0, 4170.0, 4180.0, 4169.0, 4170.0, 4170.0, 4169.0, 4171.0, 4194.0, 4172.0, 4170.0, 4169.0, 4169.0, 4169.0, 4172.0, 4170.0, 4183.0, 4191.0, 4181.0, 4181.0, 4184.0, 4202.0, 4181.0, 4201.0, 4180.0, 4179.0, 4171.0, 4191.0, 4171.0, 4190.0, 4169.0, 4179.0, 4170.0, 4180.0, 4171.0, 4190.0, 4169.0, 4170.0, 4169.0, 4170.0, 4171.0, 4180.0, 4180.0, 4169.0, 4169.0, 4180.0, 4182.0, 4183.0, 4180.0, 4180.0, 4180.0, 4170.0, 4182.0, 4194.0, 4183.0, 4191.0, 4172.0, 4171.0, 4170.0, 4171.0, 4183.0, 4191.0, 4181.0, 4180.0, 4170.0, 4182.0, 4183.0, 4192.0, 4171.0, 4180.0, 4170.0, 4181.0, 4171.0, 4192.0, 4171.0, 4179.0, 4170.0, 4169.0, 4171.0, 4181.0, 4171.0, 4171.0, 4170.0, 4171.0, 4170.0, 4170.0, 4183.0, 4182.0, 4172.0, 4171.0, 4183.0, 4171.0, 4193.0, 4194.0, 4184.0, 4203.0, 4182.0, 4201.0, 4171.0, 4191.0, 4173.0, 4202.0, 4170.0, 4170.0, 4158.0, 4179.0, 4158.0, 4171.0, 4170.0, 4182.0, 4159.0, 4180.0, 4169.0, 4182.0, 4172.0, 4182.0, 4171.0, 4151.0, 4170.0, 4161.0, 4174.0, 4171.0, 4172.0, 4182.0, 4170.0, 4182.0, 4181.0, 4171.0, 4171.0, 4171.0, 4169.0, 4182.0, 4182.0, 4203.0, 4170.0, 4170.0, 4168.0, 4159.0, 4171.0, 4171.0, 4170.0, 4172.0, 4170.0, 4160.0, 4171.0, 4173.0, 4170.0, 4170.0, 4170.0, 4169.0, 4180.0, 4182.0, 4171.0, 4202.0, 4181.0, 4180.0, 4181.0, 4202.0, 4183.0, 4213.0, 4182.0, 4201.0, 4181.0, 4190.0, 4182.0, 4200.0, 4192.0, 4171.0, 4191.0, 4170.0, 4181.0, 4211.0, 4192.0, 4170.0, 4180.0, 4169.0, 4180.0, 4201.0, 4192.0, 4170.0, 4190.0, 4169.0, 4180.0, 4170.0, 4192.0, 4190.0, 4191.0, 4180.0, 4161.0, 4175.0, 4163.0, 4192.0, 4194.0, 4205.0, 4204.0, 4204.0, 4183.0, 4173.0, 4194.0, 4182.0, 4192.0, 4193.0, 4194.0, 4192.0, 4180.0, 4180.0, 4179.0, 4149.0, 4181.0, 4181.0, 4182.0, 4182.0, 4193.0, 4172.0, 4195.0, 4194.0, 4205.0, 4185.0, 4205.0, 4183.0, 4205.0, 4204.0, 4195.0, 4194.0, 4195.0, 4182.0, 4171.0, 4183.0, 4203.0, 4192.0, 4202.0, 4192.0, 4191.0, 4193.0, 4213.0, 4193.0, 4202.0, 4192.0, 4191.0, 4191.0, 4191.0, 4193.0, 4212.0, 4192.0, 4201.0, 4191.0, 4190.0, 4194.0, 4215.0, 4195.0, 4202.0, 4181.0, 4180.0, 4180.0, 4180.0, 4193.0, 4192.0, 4194.0, 4180.0, 4192.0, 4182.0, 4194.0, 4181.0, 4182.0, 4171.0, 4181.0, 4183.0, 4194.0, 4213.0, 4194.0, 4193.0, 4192.0, 4191.0, 4195.0, 4195.0, 4194.0, 4182.0, 4182.0, 4181.0, 4181.0, 4183.0, 4194.0, 4182.0, 4182.0, 4181.0, 4182.0, 4192.0, 4183.0, 4182.0, 4182.0, 4182.0, 4182.0, 4193.0, 4213.0, 4193.0, 4213.0, 4194.0, 4202.0, 4194.0, 4214.0, 4193.0, 4202.0, 4182.0, 4172.0, 4181.0, 4181.0, 4184.0, 4194.0, 4174.0, 4183.0, 4182.0, 4181.0, 4183.0, 4201.0, 4181.0, 4181.0, 4180.0, 4170.0, 4183.0, 4203.0, 4182.0, 4182.0, 4182.0, 4181.0, 4182.0, 4172.0, 4183.0, 4182.0, 4162.0, 4181.0, 4173.0, 4195.0, 4183.0, 4192.0, 4182.0, 4180.0, 4181.0, 4192.0, 4201.0, 4182.0, 4202.0, 4192.0, 4201.0, 4183.0, 4211.0, 4182.0, 4180.0, 4170.0, 4180.0, 4160.0, 4199.0, 4169.0, 4179.0, 4158.0, 4167.0, 4157.0, 4158.0, 4158.0, 4179.0, 4179.0, 4179.0, 4172.0, 4192.0, 4191.0, 4181.0, 4179.0, 4171.0, 4179.0, 4170.0, 4190.0, 4170.0, 4179.0, 4171.0, 4169.0, 4181.0, 4181.0, 4172.0, 4180.0, 4170.0, 4170.0, 4172.0, 4170.0, 4174.0, 4182.0, 4172.0, 4182.0, 4173.0, 4172.0, 4173.0, 4192.0, 4171.0, 4182.0, 4171.0, 4181.0, 4170.0, 4189.0, 4173.0, 4182.0, 4171.0, 4181.0, 4185.0, 4184.0, 4173.0, 4184.0, 4174.0, 4182.0, 4174.0, 4193.0, 4185.0, 4192.0, 4173.0, 4180.0, 4172.0, 4171.0, 4187.0, 4195.0, 4173.0, 4172.0, 4172.0, 4173.0, 4197.0, 4194.0, 4174.0, 4183.0, 4174.0, 4181.0, 4171.0, 4181.0, 4174.0, 4182.0, 4173.0, 4172.0, 4172.0, 4170.0, 4173.0, 4173.0, 4194.0, 4174.0, 4192.0, 4184.0, 4185.0, 4185.0, 4194.0, 4184.0, 4193.0, 4174.0, 4185.0, 4173.0, 4204.0, 4184.0, 4213.0, 4184.0, 4204.0, 4174.0, 4184.0, 4174.0, 4163.0, 4173.0, 4165.0, 4172.0, 4174.0, 4184.0, 4160.0, 4184.0, 4165.0, 4193.0, 4163.0, 4183.0, 4159.0, 4181.0, 4162.0, 4190.0, 4172.0, 4182.0, 4172.0, 4169.0, 4173.0, 4172.0, 4183.0, 4161.0, 4183.0, 4169.0, 4183.0, 4173.0, 4201.0, 4160.0, 4179.0, 4169.0, 4181.0, 4170.0, 4200.0, 4160.0, 4178.0, 4157.0, 4168.0, 4168.0, 4169.0, 4171.0, 4159.0, 4170.0, 4149.0, 4171.0, 4160.0, 4181.0, 4160.0, 4168.0, 4170.0, 4170.0, 4171.0, 4191.0, 4170.0, 4180.0, 4171.0, 4161.0, 4172.0, 4173.0, 4169.0, 4185.0, 4171.0, 4171.0, 4203.0, 4172.0, 4172.0, 4182.0, 4172.0, 4182.0, 4184.0, 4181.0, 4181.0, 4180.0, 4172.0, 4171.0, 4183.0, 4196.0, 4184.0, 4173.0, 4173.0, 4161.0, 4172.0, 4185.0, 4194.0, 4184.0, 4181.0, 4180.0, 4170.0, 4183.0, 4203.0, 4181.0, 4161.0, 4171.0], 'WindowWidth': [9412.0, 9355.0, 9395.0, 9316.0, 9373.0, 9291.0, 9324.0, 9282.0, 9291.0, 9282.0, 9299.0, 9320.0, 9300.0, 9289.0, 9313.0, 9284.0, 9312.0, 9328.0, 9362.0, 9328.0, 9324.0, 9308.0, 9321.0, 9314.0, 9376.0, 9344.0, 9325.0, 9321.0, 9306.0, 9306.0, 9332.0, 9357.0, 9318.0, 9341.0, 9312.0, 9319.0, 9308.0, 9375.0, 9313.0, 9335.0, 9306.0, 9314.0, 9287.0, 9319.0, 9289.0, 9301.0, 9286.0, 9282.0, 9270.0, 9302.0, 9287.0, 9296.0, 9269.0, 9295.0, 9287.0, 9315.0, 9301.0, 9283.0, 9284.0, 9279.0, 9268.0, 9276.0, 9271.0, 9283.0, 9270.0, 9278.0, 9268.0, 9279.0, 9287.0, 9303.0, 9285.0, 9283.0, 9268.0, 9280.0, 9290.0, 9314.0, 9288.0, 9282.0, 9284.0, 9281.0, 9286.0, 9316.0, 9286.0, 9284.0, 9283.0, 9281.0, 9290.0, 9322.0, 9303.0, 9299.0, 9286.0, 9283.0, 9288.0, 9317.0, 9294.0, 9302.0, 9289.0, 9286.0, 9286.0, 9303.0, 9293.0, 9302.0, 9289.0, 9284.0, 9284.0, 9285.0, 9287.0, 9306.0, 9302.0, 9287.0, 9285.0, 9284.0, 9269.0, 9307.0, 9303.0, 9286.0, 9284.0, 9283.0, 9267.0, 9281.0, 9312.0, 9301.0, 9325.0, 9281.0, 9279.0, 9308.0, 9268.0, 9301.0, 9297.0, 9283.0, 9282.0, 9282.0, 9281.0, 9288.0, 9305.0, 9291.0, 9285.0, 9286.0, 9280.0, 9268.0, 9282.0, 9305.0, 9287.0, 9284.0, 9283.0, 9285.0, 9271.0, 9296.0, 9287.0, 9286.0, 9286.0, 9282.0, 9283.0, 9296.0, 9305.0, 9304.0, 9303.0, 9300.0, 9277.0, 9302.0, 9289.0, 9307.0, 9314.0, 9304.0, 9309.0, 9286.0, 9288.0, 9298.0, 9293.0, 9333.0, 9301.0, 9285.0, 9300.0, 9284.0, 9285.0, 9331.0, 9301.0, 9284.0, 9299.0, 9285.0, 9286.0, 9327.0, 9288.0, 9340.0, 9284.0, 9322.0, 9281.0, 9323.0, 9286.0, 9310.0, 9284.0, 9280.0, 9282.0, 9280.0, 9291.0, 9300.0, 9274.0, 9284.0, 9273.0, 9287.0, 9289.0, 9305.0, 9289.0, 9286.0, 9287.0, 9283.0, 9287.0, 9291.0, 9288.0, 9285.0, 9286.0, 9283.0, 9290.0, 9301.0, 9301.0, 9286.0, 9301.0, 9282.0, 9288.0, 9330.0, 9286.0, 9297.0, 9286.0, 9278.0, 9284.0, 9314.0, 9286.0, 9323.0, 9283.0, 9293.0, 9279.0, 9293.0, 9288.0, 9282.0, 9284.0, 9281.0, 9297.0, 9282.0, 9285.0, 9317.0, 9286.0, 9296.0, 9286.0, 9293.0, 9284.0, 9284.0, 9286.0, 9284.0, 9285.0, 9285.0, 9292.0, 9327.0, 9308.0, 9292.0, 9305.0, 9286.0, 9303.0, 9331.0, 9289.0, 9310.0, 9285.0, 9293.0, 9279.0, 9281.0, 9284.0, 9282.0, 9282.0, 9279.0, 9279.0, 9279.0, 9286.0, 9298.0, 9285.0, 9292.0, 9264.0, 9263.0, 9262.0, 9282.0, 9281.0, 9279.0, 9264.0, 9276.0, 9263.0, 9279.0, 9282.0, 9307.0, 9288.0, 9295.0, 9280.0, 9282.0, 9285.0, 9302.0, 9300.0, 9290.0, 9284.0, 9302.0, 9287.0, 9305.0, 9304.0, 9304.0, 9288.0, 9289.0, 9273.0, 9284.0, 9304.0, 9330.0, 9285.0, 9322.0, 9282.0, 9293.0, 9286.0, 9326.0, 9300.0, 9298.0, 9297.0, 9295.0, 9286.0, 9301.0, 9287.0, 9297.0, 9299.0, 9295.0, 9288.0, 9315.0, 9288.0, 9297.0, 9297.0, 9292.0, 9282.0, 9296.0, 9284.0, 9296.0, 9283.0, 9294.0, 9284.0, 9301.0, 9290.0, 9298.0, 9301.0, 9296.0, 9283.0, 9299.0, 9287.0, 9308.0, 9281.0, 9305.0, 9268.0, 9326.0, 9283.0, 9305.0, 9281.0, 9290.0, 9284.0, 9284.0, 9286.0, 9280.0, 9283.0, 9293.0, 9281.0, 9298.0, 9284.0, 9292.0, 9264.0, 9274.0, 9264.0, 9262.0, 9278.0, 9261.0, 9264.0, 9261.0, 9259.0, 9266.0, 9303.0, 9268.0, 9265.0, 9261.0, 9260.0, 9262.0, 9269.0, 9265.0, 9286.0, 9292.0, 9279.0, 9279.0, 9289.0, 9309.0, 9281.0, 9305.0, 9277.0, 9274.0, 9266.0, 9294.0, 9266.0, 9288.0, 9261.0, 9272.0, 9262.0, 9276.0, 9267.0, 9288.0, 9260.0, 9260.0, 9259.0, 9262.0, 9267.0, 9277.0, 9278.0, 9261.0, 9261.0, 9276.0, 9285.0, 9284.0, 9279.0, 9278.0, 9278.0, 9263.0, 9283.0, 9302.0, 9285.0, 9291.0, 9267.0, 9265.0, 9264.0, 9268.0, 9286.0, 9293.0, 9281.0, 9277.0, 9263.0, 9285.0, 9288.0, 9296.0, 9266.0, 9277.0, 9264.0, 9278.0, 9266.0, 9298.0, 9267.0, 9274.0, 9262.0, 9259.0, 9266.0, 9281.0, 9267.0, 9266.0, 9262.0, 9264.0, 9262.0, 9263.0, 9284.0, 9284.0, 9270.0, 9268.0, 9287.0, 9266.0, 9299.0, 9306.0, 9292.0, 9312.0, 9284.0, 9307.0, 9265.0, 9294.0, 9273.0, 9309.0, 9262.0, 9261.0, 9243.0, 9272.0, 9245.0, 9265.0, 9262.0, 9279.0, 9248.0, 9276.0, 9261.0, 9282.0, 9271.0, 9282.0, 9267.0, 9240.0, 9264.0, 9254.0, 9275.0, 9269.0, 9268.0, 9282.0, 9262.0, 9280.0, 9281.0, 9266.0, 9266.0, 9264.0, 9260.0, 9283.0, 9285.0, 9311.0, 9264.0, 9261.0, 9257.0, 9246.0, 9268.0, 9266.0, 9262.0, 9268.0, 9261.0, 9248.0, 9266.0, 9271.0, 9264.0, 9265.0, 9263.0, 9261.0, 9278.0, 9281.0, 9267.0, 9307.0, 9281.0, 9276.0, 9279.0, 9309.0, 9285.0, 9322.0, 9281.0, 9304.0, 9277.0, 9288.0, 9281.0, 9304.0, 9295.0, 9265.0, 9293.0, 9261.0, 9278.0, 9319.0, 9295.0, 9261.0, 9273.0, 9256.0, 9273.0, 9306.0, 9293.0, 9262.0, 9288.0, 9259.0, 9273.0, 9264.0, 9293.0, 9289.0, 9290.0, 9277.0, 9250.0, 9276.0, 9259.0, 9298.0, 9302.0, 9319.0, 9316.0, 9317.0, 9285.0, 9271.0, 9299.0, 9283.0, 9295.0, 9298.0, 9302.0, 9294.0, 9275.0, 9275.0, 9272.0, 9234.0, 9280.0, 9278.0, 9280.0, 9281.0, 9298.0, 9270.0, 9304.0, 9303.0, 9319.0, 9291.0, 9318.0, 9286.0, 9317.0, 9316.0, 9303.0, 9300.0, 9302.0, 9281.0, 9264.0, 9283.0, 9311.0, 9295.0, 9309.0, 9293.0, 9291.0, 9296.0, 9322.0, 9296.0, 9307.0, 9292.0, 9289.0, 9290.0, 9290.0, 9299.0, 9320.0, 9294.0, 9303.0, 9290.0, 9287.0, 9301.0, 9335.0, 9302.0, 9307.0, 9279.0, 9274.0, 9276.0, 9278.0, 9297.0, 9297.0, 9299.0, 9277.0, 9293.0, 9282.0, 9302.0, 9280.0, 9282.0, 9265.0, 9278.0, 9285.0, 9302.0, 9325.0, 9300.0, 9297.0, 9295.0, 9293.0, 9304.0, 9304.0, 9301.0, 9283.0, 9282.0, 9278.0, 9280.0, 9285.0, 9299.0, 9283.0, 9282.0, 9280.0, 9281.0, 9296.0, 9285.0, 9280.0, 9282.0, 9280.0, 9281.0, 9296.0, 9326.0, 9300.0, 9326.0, 9300.0, 9309.0, 9299.0, 9328.0, 9299.0, 9308.0, 9282.0, 9266.0, 9278.0, 9279.0, 9288.0, 9300.0, 9272.0, 9282.0, 9280.0, 9277.0, 9283.0, 9307.0, 9278.0, 9277.0, 9275.0, 9262.0, 9285.0, 9313.0, 9281.0, 9281.0, 9281.0, 9277.0, 9281.0, 9269.0, 9285.0, 9281.0, 9255.0, 9279.0, 9270.0, 9302.0, 9283.0, 9295.0, 9280.0, 9275.0, 9276.0, 9294.0, 9306.0, 9280.0, 9308.0, 9293.0, 9304.0, 9283.0, 9319.0, 9279.0, 9275.0, 9260.0, 9274.0, 9249.0, 9301.0, 9258.0, 9270.0, 9240.0, 9250.0, 9239.0, 9243.0, 9242.0, 9272.0, 9271.0, 9272.0, 9266.0, 9295.0, 9292.0, 9278.0, 9272.0, 9262.0, 9270.0, 9262.0, 9287.0, 9260.0, 9272.0, 9262.0, 9258.0, 9279.0, 9277.0, 9265.0, 9273.0, 9262.0, 9260.0, 9266.0, 9263.0, 9274.0, 9280.0, 9266.0, 9278.0, 9268.0, 9265.0, 9269.0, 9294.0, 9264.0, 9277.0, 9261.0, 9275.0, 9262.0, 9286.0, 9267.0, 9281.0, 9263.0, 9278.0, 9288.0, 9286.0, 9269.0, 9285.0, 9271.0, 9279.0, 9270.0, 9296.0, 9288.0, 9293.0, 9270.0, 9276.0, 9267.0, 9265.0, 9295.0, 9302.0, 9270.0, 9266.0, 9266.0, 9268.0, 9313.0, 9302.0, 9274.0, 9284.0, 9272.0, 9278.0, 9265.0, 9279.0, 9271.0, 9280.0, 9268.0, 9266.0, 9267.0, 9263.0, 9270.0, 9271.0, 9297.0, 9272.0, 9295.0, 9285.0, 9289.0, 9290.0, 9299.0, 9286.0, 9295.0, 9273.0, 9289.0, 9273.0, 9312.0, 9287.0, 9322.0, 9285.0, 9314.0, 9274.0, 9287.0, 9273.0, 9256.0, 9271.0, 9263.0, 9270.0, 9273.0, 9286.0, 9249.0, 9286.0, 9262.0, 9297.0, 9256.0, 9282.0, 9247.0, 9277.0, 9254.0, 9287.0, 9264.0, 9279.0, 9266.0, 9261.0, 9271.0, 9268.0, 9283.0, 9252.0, 9282.0, 9260.0, 9284.0, 9268.0, 9302.0, 9245.0, 9269.0, 9255.0, 9275.0, 9262.0, 9297.0, 9244.0, 9265.0, 9238.0, 9253.0, 9255.0, 9254.0, 9260.0, 9243.0, 9258.0, 9230.0, 9260.0, 9246.0, 9273.0, 9245.0, 9253.0, 9258.0, 9259.0, 9264.0, 9289.0, 9260.0, 9274.0, 9262.0, 9247.0, 9267.0, 9267.0, 9259.0, 9288.0, 9261.0, 9262.0, 9306.0, 9266.0, 9264.0, 9277.0, 9263.0, 9279.0, 9286.0, 9277.0, 9277.0, 9272.0, 9265.0, 9262.0, 9282.0, 9305.0, 9284.0, 9266.0, 9266.0, 9249.0, 9264.0, 9290.0, 9300.0, 9284.0, 9276.0, 9271.0, 9259.0, 9279.0, 9309.0, 9277.0, 9248.0, 9261.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.0056353012048192775</td></tr>
<tr><td colspan=3>aqi</td><td>0.07100313964950712</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.96017160746713</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1403923247368428</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9586915924342106</td></tr>
<tr><td colspan=3>efc</td><td>0.4658</td></tr>
<tr><td colspan=3>fber</td><td>5805.1587</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09907471954861008</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.285870755750274</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.558909816280592</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.457733759584879</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6778068452470185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.541188844009879</td></tr>
<tr><td colspan=3>gcor</td><td>0.00353706</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014729124493896961</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019618667662143707</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>4.228372879780189</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>35.0806</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9724</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.4727</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303588.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>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.1384</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8761</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.742</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3435.1947</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1356.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.8249</td></tr>
<tr><td colspan=3>tsnr</td><td>28.64114274084568</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>