Releases: pypeit/PypeIt
Version 1.18.1
- Improves documentation for LDT/DeVeny
- Removes C extension used to accelerate some bspline functions.
Version 1.18.0
Documentation Updates
- Updated development guidelines with new procedures related to using forks.
Apart from a small number of maintainers, code contributions are now expected
to come from forks. Also, all the developer-specific installation details
have been removed from the main installation doc. - Cleaned up documentation referring to the telluric atmospheric grids. Much of
the old documentation had not been updated to reflect the PCA models, leading
to some confusion.
Dependency Changes
- Bump dependency to specutils>=2.0
Functionality/Performance Improvements and Additions
- The WCS for datacubes now adopts the convention of North
is up and East is left. In previous version of PypeIt,
East was right. - Improved the code to compute the spatial flexure correction and added a QA
plot to inspect the results. Two new parset parameters,spat_flexure_sigdetect
andspat_flexure_vrange, were added to control the detection of the slit edges
(used to compute the flexure) and the stretching of the image in the QA plot,
respectively. - Setup GUI allows resizing panels when viewing pypeit files.
- Setup GUI allows selecting which detector to view when viewing raw data.
- Added backwards compatibilty for old frames taken with the Bok B&C
- The object trace can now be iterated over with the
find_numiterfit
parameter. - Added
EdgeTraceParparametermask_off_detectorto allow the user to mask spectral
regions in each slit/order where more than 50% of the slit falls off the detector - Adds Subaru/FOCAS to the instrument suite
- Added
SensfuncParparametertrim_std_pixsto allow the user to "trim" the
standard star 1D spectrum by a user-defined number of pixels before computing the
sensitivity function. - We include new, brighter blackbody standard stars, as reported in Cooke,
Suzuki and Prochaska (2025). - We have removed J1255p1924 as a blackbody flux calibration standard star. Based on X-SHOOTER
observations by Cooke, Suzuki and Prochaska (2025), this white dwarf star has Ca II absorption. - Allow the user to skip writing 2D science spectrum files. Note that this should
only be invoked after careful inspection of a sample of 2D reduced spectra and
when the user is completely satisfied of the quality of the extracted 1D spectra. - Added
ExtractionParparametermin_frac_profto allow the user to set the minimum
fraction of the object spatial profile that is not masked in the optimal extraction. - Changed the implementation on how to set the reference objects, used to
compute spatial offsets and/or weights when combining 2D spectra (i.e.,
pypeit_coadd_2dspec). The user can now provide a list of reference objects
(one per spec2d file) using theSPAT_PIXPOS_IDorECH_FRACPOS_ID(for
MultiSlit and Echelle data, respectively) attributes inSpecObjas unique
identifiers for reference objects. These identifiers can be provided using the
user_obj_idsparameter in theCoadd2DParparsets. Theuser_obj
parameter has been removed. - Restricted the range of stretch corrections to the wavelength solution in telluric
fits to a more reasonable one to avoid catastrophic edge cases. - Passed the
TelluricParparameterresln_frac_boundsthrough to the tellfit script
functions (qso_telluric, star_telluric, poly_telluric)
Instrument-specific Updates
- Added wavelength template for Gemini GMOS-N/GMOS-S R150 grating.
- Added support for the Levy spectrograph on the Automated Planet Finder at Lick
Observatory (APF/Levy)
Script Changes
pypeit_setup_guiscript has been removed. The Setup GUI can be started
withpypeit_setup -G.- Added
pypeit_run_to_calibstepto run PypeIt to an input calibration
step. This script is useful to re-generate calibration files for a given
configuration without running the full reduction. - Added finer debugging control for
pypeit_trace_edges - Added
"-p", "--param_block_file"option topypeit_setupthat allows
the user to specify the name of a file containing pre-formatted user
parameters to be added to the Parameter Block of the.pypeitfile. This
option is useful when project-specific parameters need to be repeatedly
specified across many.pypeitfiles.
Datamodel Changes
- The
SpecObjdatamodel has been updated (v1.1.12) to include theBOX_R_ASEC
attribute, which contains the information about the size of the boxcar radius in
arcsec. In addition, the already existingBOX_RADIUSattribute, which contains
the boxcar radius in pixels, had the name changed toBOX_R_PIX. - The
SpecObjdatamodel has been updated (v1.1.13) to include theSPAT_PIXPOS_ID
andECH_FRACPOS_IDattributes, which are unique identifiers for the extracted objects
from MultiSlit and Echelle data, respectively.
Under-the-hood Improvements
- Updates the
pypeit_trace_edgesscript to uselampoffflats, if they're
provided by the pypeit file passed to the script. - Moved
deprecated,paper,presentations, andproposals
directories into a new repositoryPypeIt-misc. - Abstracted generation of GitHub remote paths in the cache system to make sure
functionality works when working in a fork of the code. - Basic maintenance on :class:
~pypeit.bspline.bspline.bspline: Removed
*kwargsfrom instantiation call, removed redundant (placedvs.
bkpts) arguments, removed unused to/from dict functionality, cleaned up
construction of breakpoints, added docs.
Bug Fixes
- Fix the WCS for the datacube generation. There was an offset
in both spatial dimensions equal to half the field of view. - Fix the code for the extraction of the 1D flat spectrum, so that
the spectrum is extracted even whenpixelflat_modeldoes not exist. - The variance cube previously had a cubic term, and this has been changed
to a quadratic term. This has been cross-checked with simple subpixel calculations. - Fixes bug associated with trying to remove or add slits for reductions that
mosaic multiple detectors. - Fix Setup GUI sizing issues on MacOS.
- Fixed a bug with
pypeit_identifywhen the number of echelle orders has
more than two digits. - Fixed bug when defining manual extraction apertures for 2D coadds of echelle
data - Fix a bug in the fluxed std star QA plot generated by
pypeit_sensfunc, where
the plot was showing an inconsistency between the observed and the true fluxes. - For Gemini GMOS, PypeIt now correctly uses mask definition files with tilted
slits. (Before, it would simply fail with an error message if any slits were
tilted.) - Fix a bug in the
order_platescale()method for thekeck_esispectrograph,
where the wrong binning was used to compute the platescale. - Fix a bug in how the
box_width, showed in arcsec in the "spec1d*.txt" file, was
computed for the echelle data. The value was previously not accounting for the
order-specific plate scale. - Fix a bug in the
core.findobj_skymask.ech_fill_in_orders()method, where attributes
of objects only found on some orders were not properly propagated to the other orders. - Fixed a bug causing 2D coadding of SOAR/Goodman data to fault based on the
extensions of the spec2d files.
Version 1.17.4
Hotfix for deprecation of certain behavior of numpy.fromstring in numpy >= 2.3.
Version 1.17.3
Hotfix for file name typo in data/standards/xshooter/xshooter_info.txt. See issue #1903.
Version 1.17.2
- Hotfix for typo in
wavetilts.py, changinglegend.legendHandlestolegend.legend_handlesin use ofmatplotlib.
Version 1.17.1
Patch release that:
- Bumped to
numpy>=1.26 - Lifts restriction from
python<3.13topython<3.14
Version 1.17.0
Installation Changes
- Significant expansion of PypeIt's use of the cache system; see
:ref:data_installation. Important changes include that most cached
files are now version dependent. When upgrading to new versions of
PypeIt, users should delete their cache and start fresh.
Dependency Changes
- Support added for numpy>=2.0.0; numpy<=2.0.0 should still be supported
- Deprecated support for python 3.10
- General update to dependencies to be roughly consistent with release
of python 3.11
Functionality/Performance Improvements and Additions
- Added the
max_overlapparameter, which limits the set of new order
traces added, to compensate for orders missed during automated
edge-tracing, to those that have less than a given fractional overlap
with adjacent orders. - Added the
order_fitrejandorder_outlierparameters used to
set the sigma-clipping threshold used when fitting Legendre functions
to the order widths and gaps. - Added the possibility to decide if the extracted standard star
spectrum should be used as a crutch for tracing the object in the
science frame (before it was done as default). This is done by
setting the parameteruse_std_tracein FindObjPar. - Now PypeIt can handle the case where "Standard star trace does not
match the number of orders in the echelle data" both inrun_pypeit
and inpypeit_coadd_1dspec. - Added the functionality to use slitless flats to create pixelflats.
Note: new frametypeslitless_pixflatis added to the PypeIt
frametype list. - The created pixelflats are stored in the reduction directory and in
the PypeIt cache directorydata/pixelflats. - Added a functionality that allows, when multiple frames are combined,
to scale each frame to have the same mean value before combining. To
use this functionality, the new parameterscale_meanshould be set
toTrue. - Added the possibility to use the parameter
fwhm_fromlinesalso for
the tilts calibration.
Instrument-specific Updates
-
Improved LRIS frame typing, including the typing of slitless flats and
sky flats. -
Improved HIRES frame typing and configuration setup.
-
Added support for Keck/KCWI BH3 grating configuration.
-
Updated the requirements of a spectral flip for KCWI (blue) data. If
all amplifiers are used, the data will not be flipped in the spectral
direction. Otherwise, the data will be flipped. -
Added support for the (decommissioned) AAT/UHRF instrument
-
Updated X-Shooter detector gain and read noise to come from header,
and updated plate scales to the most recent values from the manual.
Detailed changes are:-
NIR arm:
- Platescale updated from 0.197 to 0.245 arcsec/pixel
- Dark current updated from 0. to 72. e-/pixel/hr
- Gain updated from 2.12 to 2.29 e-/DN
-
VIS arm:
- Platescale updated from an order-dependent value, to being
0.154 arcsec/pixel for all orders
- Platescale updated from an order-dependent value, to being
-
UVB arm:
- Platescale updated from an order-dependent value, to being
0.164 arcsec/pixel for all orders
- Platescale updated from an order-dependent value, to being
-
-
Add new P200/DBSP reid_arxiv template for 1200/7100 with D55 dichroic
-
Add B480 as a supported option for Gemini-S/GMOS
Script Changes
- Modifications to the cache-related :ref:
install_scriptsto
accommodate expansion of and changes to the cache system. - Added
pypeit_clean_cachescript to facilitate both viewing and
removing files in the cache. - Changed the name of the multi-dimensional specdata to
specdata_multiinpypeit_identifyand improved the robustness
of the saving dialog when calibrating single trace spectra. - Fixed a read-in error for the high resolution A0V PHOENIX model.
- A new script, called
pypeit_extract_datacube, allows 1D spectra of
point sources to be extracted from datacubes. - The sensitivity function is now generated outside of datacube
generation. - The
grating_corrcolumn is now used to select the correct grating
correction file for each spec2d file when generating the datacube. - Added the
--extrparameter in thepypeit_sensfuncscript (also
as aSensFuncPar) to allow the user to specify the extraction
method to use when computing the sensitivity function (before only
optimal extraction was used). - Added
pypeit_show_pixflatscript to inspect the (slitless) pixel
flat generated during the reduction and stored indata/pixelflats. - Added
pypeit_chk_flexurescript to check both spatial and spectral
flexure applied to the reduced data. - Treatment of file names is now more formal. Compression signatures
are now considered, and filename matching is now more strict. - Removed
--spec_samp_factand--spat_samp_factcommand line
options frompypeit_coadd_2d. These options are now parameters in
Coadd2dPar. pypeit_show_2dspecnow shows the first available detector in the
2D spectrum by default. The user can specify the detector to show with
the--detoption.- Added
--removetracecommand line option topypeit_qlto not
show the object trace when displaying the 2D spectrum. - Change the default value for
--skip_displayinpypeit_qlto
True.
Datamodel Changes
- Adjusted spec1d datamodel to enable use with UVES_popler GUI tool
Under-the-hood Improvements
- Introduced :class:
~pypeit.pypeitdata.PypeItDataPathsto handle all
interactions with thepypeit/datadirectory, which provides a
unified interface for accessing on-disk and cached files. - When adding missing orders, the full syncing procedure is no longer
performed. The code now only checks that the edges are still synced
after the missed orders are added. - When detecting overlapping orders/slits, the code now forces each edge
used to have been directly detected; i.e., if an edge is inserted, the
fact that the resulting slit is abnormally short should not trigger
the overlap detection. - Improved the QA plot resulting from fitting order widths and gaps as a
function of spatial position. - Updated general raw image reader so that it correctly accounts for
spectrographs that read the data and overscan sections directly from
the file headers.
Bug Fixes
- Fix "The system cannot find the file specified" errors when installing
on Windows. - Fixed a fault caused when all frames in a pypeit file are identified
as being part ofallcalibration groups. - Allow for empty 2D wavecal solution in HDU extension of WaveCalib file
- Fixed a bug in the ginga display function, when the user doesn't
provide thetrc_nameargument. - Fix a MAJOR BUT SUBTLE bug in the use of
numpy.argsort. When
usingnumpy.argsortthe parameterkind='stable'should be used
to ensure that a sorting algorithm more robust than "quicksort" is
used. - Fix error "ValueError: setting an array element with a sequence. The
requested array has an inhomogeneous shape after 1 dimensions..."
occurring when unpacking theSpecObjspectrum but having an
attribute of theSpecObjobject that isNone. - Fixed a hidden bug that was causing the spatial flexure to fail. The
bug was in theSlitTraceBitMaskclass, where the function
exclude_for_flexure()was not returning the'BOXSLIT'flag. - Fix a bug in
pypeit_coadd_2drelated to how the binning was taken
into account in the mask definition, and in the calculation of the
offset between frames. - Fix bug when trying to open mosaic data from previous versions;
version checking flag was not being propagated.
Version 1.16.0
Dependency Changes
-
PypeIt now only supports python versions >=3.10, numpy>=1.23, and ginga>=5.1.0
-
sphinx-rtd-theme updated to 2.0, along with relevant dependencies
Functionality/Performance Improvements and Additions
-
Allow the selection of a secondary filter option for all spectrographs that
need it; see newfilter2parameter. -
When dealing with
bkg_reduxreduction (i.e., A-B), a sky model (called
bkg_redux_skymodel) is generated using the A frame, while the existing
skymodelis generated using the A-B frame. This allows to have an actual 1D
extracted sky spectrum and to perform the flexure correction forbkg_redux
reduction. -
Various improvements in the flexure correction and added the possibility to
use a modeled archive sky spectrum generated with
pypeit.wavemodel.nearIR_modelsky()to perform the flexure correction. -
Updated the list of available CALSPEC standard star with the latest version
from the CALSPEC website.
Instrument-specific Updates
-
Improvements for SOAR/Goodman
- Added
WAVMODEheader keyword toconfiguration keysand
raw header cards.
- Added
-
Added example of improved wavelength solution for GEMINI/GMOS
-
Introduces reduction pipeline for high-resolution modes of Keck/NIRSPEC
-
Expanded the template for
shane_kast_redand the 1200/5000 grating -
Fixed and improved the wavelength template
magellan_fire_long -
Updated Gemini/GMOS-S with the new detector parameters for the Hamamatsu CCDs
replaced on 2023-12-14
Script Changes
- When interactively fitting a single peak with the
pypeit_identifyscript
(i.e. using theicommand), line centroids can now be both updated and added
interactively.
Datamodel Changes
Spec2DObjnow has an additional image, calledbkg_redux_skymodel, which is
the "actual" sky model in the case ofbkg_reduxreduction (i.e., dithered
observations). This image is not generated ifbkg_reduxis False. In any
case, theskymodelis always generated.
Bug Fixes
-
The subpixel algorithm used to resample datacubes that are generated by
pypeit_coadd_datacubeproduced error cubes that were not properly
propagating the noise. The error cubes of the NGP algorithm were unaffected.
The error cubes are now regularly inspected with vet tests to ensure the error
cubes are reliable. -
Fix a bug (introduced in a recent PR) that was generating an error if less
than 2 spec1d files were used withpypeit_coadd_1dspec. Now the script can
be run with only one file (as it was before). -
Allow
spec_flex_shift()to take as input either the name of an archive sky
spectrum or directly a sky spectrum. This fixes a bug in the flexure
correction for SlicerIFU. -
The
--showoption of thepypeit_coadd_1dspecscript was not properly
displaying the x-axis of the plot. Both the top and bottom panels now scale
together. -
Fix a bug in
pypeit_sensfuncthat was causing the script to crash because
par['fluxcalib']was not being passed tosensfunc.SensFunc.get_instance().
Version 1.15.0
Installation Changes
- PypeIt will no longer be available through
conda-forgeand must be installed viapipfrom PyPI. Users may still usecondafor management of PypeIt's virtual environment.
Dependency Changes
- Removes use of deprecated
pkg_resources. - Require version
>=1.12forspecutils. - Add
psutilas a dependency for [dev] installs. - Add
pytest-qtas a dependency for [dev] installs. - Require version
>=0.3.1forlinetools
Functionality/Performance Improvements and Additions
- Started the development of instrument-specific scattered light removal. In this release, we only model KCWI/KCRM scattered light.
- Turned on usage of the use_2dmodel_mask parameter for echelle spectrographs
- Added support for Keck/KCRM RL data reduction.
- Allow one to turn off reinit of reduce_bpm in global_skysub and made this the default for the final pass
- Allow pypeit Spectrum1D loaders to circumvent the requirement that reduced spectrum have monotonically increasing wavelength data. Non-monotonic wavelength data usually indicate a problem with the data reduction, but this at least lets users ingest the spectrum.
- Add a sensible error message to the pypeit Spectrum1D loaders in the event a user inadvertently tries to use Spectrum1D instead of SpectrumList for a
spec1dfile. - Enabled interpolation and extrapolation of missing echelle orders. This is currently only used for Keck/HIRES, but the code is general.
- Allow the specification of wavelength limits on the flexure cross-correlation against a sky template to limit the effect of unconstrained wavelength solutions at the ends of the spectrum.
- Change
overscan_method = 'polynomial'tooverscan_method = 'chebyshev'to reflect the type of polynomial being fit. Both names point to the same code, but the name'polynomial'is deprecated and will be removed in the future. - Introduced PCA method for telluric corrections
- Added slicer subpixel sampling for DataCube generation
- Added
trace_rms_tolparameter for edge tracing, which helps guard against poorly constrained traces for spectrally truncated slits/orders.
Instrument-specific Updates
- Add support for the R4K detector for MDM OSMOS
- Updated archival sensitivity functions for DEIMOS 1200G, 800G, and 600ZD gratings.
- Keck/KCWI and Keck/KCRM: Turned on polynomial correction for sky subtraction.
- We now support the reduction of VLT/FORS2 data taken in MOS mode.
- Fixed fluxing file format in the
Keck-DEIMOS HOWTOdocumentation. - LDT/DeVeny: default parameter & wavelength template updates, add instrument- specific line lists, use SCITARG for target name if none entered in the LOUI.
- Added support for NTT/EFOSC2 Gr#4
- Keck/KCWI: FeAr are used for wavelength calibration, while the ThAr lamp is used to determine the wavelength tilt.
- Improvement to the wavelength calibration for Keck/HIRES. New arxiv templates added. Templates available for orders 35-117.
- Various updates to default parameters for Keck/HIRES.
- Added
Keck-LRIS HOWTOdocumentation.
Script Changes
- When making datacubes, the user can select a separate frame to use for the sky subtraction. In this case, it is the processed data that will be used for sky subtraction (akin to nodding).
- Allow a list of files to be passed to
pypeit_chk_wavecalib. - A new script has been written (
chk_scattlight) to check the generation of the scattered light calibration frame model. - Added the
pypeit_edge_inspectorscript, which allows users to edit the edge traces by-hand. pypeit_parse_slitsnow prints also the echelle order number, if applicable.- Column
SpatIDin the output ofpypeit_chk_wavecalibchanged toSpatOrderIDand now show the echelle order number, if applicable, otherwise the slit number. pypeit_chk_edgesnow load SlitTraceSet (if available) to be able to overlay the echelle order numbers.- Added a new GUI for creating and editing PypeIt input files:
pypeit_setup_gui - Added a -G option to
pypeit_setupandpypeit_obslogthat will start the new Setup GUI. - Improvements and bug fixes for how the mask is displayed by
pypeit_show_2dspec, and addedpypeit_print_bpmto allow for a quick report on the flags associated with a given bit value.
Datamodel Changes
- A wavelength array is now stored for DataCube()
- WaveCalib and WaveFit datacontainers now store information about echelle order number, if applicable.
- Change to how SlitTraceSet datamodel stores and checks bit flag values.
Under-the-hood Improvements
- The CoAdd3D code has been refactored into a series of core modules and PypeIt-specific routines.
- Polynomial overscan fitting now uses the
numpy.polynomial.Chebyshevclass instead of the deprecatednumpy.polyfit()function. - Improvements to echelle wavelength calibration. Code changes in:
pypeit/core/wavecal/wvutils.py,pypeit/core/wavecal/echelle.py,pypeit/core/wavecal/autoid.py,pypeit/wavecalib.py. - Fixed some failure modes when matching measured order positions to expected positions for fixed-format echelle spectrographs.
- More extensive propagation of turning off datamodel version checking (using
try_oldandchk_version) throughout the code.
Bug Fixes
- Fixed bug associated with finding more than one file with the same name (but presumably different extensions).
- Fixed differential atmospheric refraction (DAR) correction bug. This bug affected datacubes combined using CoAdd3D(). Previously, the DAR was being computed, applied, and then later overwritten. The new routine is faster and more accurate.
- Fixed a bug associated with an incorrect date for the transition to the Mark4 detector for Keck/LRIS RED.
- Fixed a bug with the
pypeit_identifyscript when using echelle data. Previously, the sigdetect parameter was a list of all orders, instead of a single value. - Fixed a bug with the GUI
pypeit_skysub_regions. Previously, the calib header information was not included, and this led to a calibration error. - Corrected the binning scaling for BOXCAR_RADIUS in the object-finding algorithm. Previously, the platescale was multiplied by the spectral binning and not the spatial binning.
- Aligned the documentation and parameters with the code for polynomial overscan subtraction. Docs/params specified 3 values to be passed in
overscan_parforoverscan_method = 'polynomial', but the code only uses one (poly order). - Fixed duplicate object bug reported in Issue #1690.
Version 1.14.0
Dependency Changes
- Main dependency bumps: numpy>=1.22, matplotlib>=3.7, ginga>=4.1.1,
qtpy>=2.0.1
Functionality/Performance Improvements and Additions
-
Improvements to wavelength grids and masking in coadd routines.
-
Refactored coadding routines to work with lists to support coadding
data from different setups. -
Sensitivity function models can now be computed relative to the
flat-field spectrum. -
Improvements in 2D coaddition
- Fix a bug in
pypeit_setup_coadd2dfor the output file name of
the.coadd2dfile - Added possibility to specify more than one Science folder in
pypeit_setup_coadd2d - Now
only_slitsparameter inpypeit_coadd_2dspecincludes
the detector number (similar toslitspatnum) - Added
exclude_slitsparameter inpypeit_coadd_2dspecto
exclude specific slits - Fix wrong RA and Dec for 2D coadded serendips
- Fix a bug in
-
Allow wavelength calibrations for specific slits/orders to be redone
(instead of adopting the value from a processed calibration frame);
see newredo_slitsparameter.
Instrument-specific Updates
-
Adds/Improves support for Gemini/GNIRS (IFU), Keck/KCRM, Keck/ESI,
MDM/Modspec, Keck/HIRES, JWST -
HIRES wavelength solution improvements galore
-
Improvements for Keck/LRIS
- Generated wavelength templates for all the LRIS grism & grating
- Added FeAr line list
- Improved calibration association and frame typing
- Improved and added documentation
- Changes to
metadata.pyincluding commenting out, in the pypeit
file, files that have frametype None (this preventrun_pypeit
to crash) - Added a function
check_spectrograph()(currently only defined
for LRIS), that checks (duringpypeit_setup) if the selected
spectrograph is the corrected one for the data used.
Script Changes
- Added a script to convert a wavelength solution into something that
can be placed in the reid archive. - Store user-generated wavelength solution in pypeit cache
Datamodel Changes
- Changed calibration frame naming as an attempt to avoid very long
names for files with many calibration groups. Sequential numbers are
reduced to a range; e.g.,'0-1-2-3-4'becomes'0+4'and
'3-5-6-10-11-12-15-18-19'becomes'3-5+6-10+12-15-18+19' - Instrumental FWHM map is calculated and output in
Calibrationsand
spec1dfiles.
Under-the-hood Improvements
- Change how masking is dealt with in extraction to fix a bug in how
masks were being treated for echelle data - Refactored function that loads wavelength calibration line lists
Bug Fixes
-
Hotfix for GTC/OSIRIS lamp list
-
Hotfix for Arc1D stats annotations on the QA
-
Hotfix for metadata:
- correctly set
config_independent_frameswhen multiple
configurations are being setup - support lists in
config_independent_frames
- correctly set
-
Hotfix for rebin (speed-up and conserves flux)
-
Hotfix for skysub regions GUI that used
np.bool -
Hotfix to stop pypeit_setup from crashing on data from lbt_luci1,
lbt_luci2, magellan_fire, magellan_fire_long, p200_tspec, or
vlt_sinfoni. -
Hotfix to set BPM for each type of calibration file.
-
Fixed a bug in echelle coadding where the wrong coadded spectra were
being used in final stacks. -
Fix a bug in
spectrograph.select_detectors, where a list of
slitspatnumcould not be used.