Skip to content

Commit

Permalink
update mcommands to make convolved spectral liraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rnclark-psi committed May 8, 2024
1 parent 0fa2397 commit 3b037a6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ STEP 5 details: run make.new.convol.library.start.file

wave_title = title of the wavelengths specpr record

resol = title of the resolution specpr record
resol_title = title of the resolution specpr record

NOTE: titles MUST be in quotes

Expand All @@ -158,6 +158,11 @@ STEP 5 details: run make.new.convol.library.start.file
'Wavelengths in microns 224 ch AVIRIS18a ' \
'Resolution in microns 224 ch AVIRIS18a '

./make.new.convol.library.start.file s06mm10t 255 \
'Convolved MMM255t targeted 255ch library' \
'Wavelengths in microns 255 ch MMM255t' \
'Resolution in microns 255 ch MMM255t' \

# 1111111111222222222233333333334
# 1234567890123456789012345678901234567890

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@

./mak.convol.library s06mm09 a 260 MMM 12 # 2009 targeted waves
./mak.convol.library s06mm09 c 85 MMM 12 # 2009 global waves
./mak.convol.library s06mm10 t 255 MMM255t 12 # 2010 255ch targetd mode MMM

# NIRS3 on Hayabusa2 to the asteroid Ryugu, 2018+ mission

./mak.convol.library s06hyb2 a 76 HYB2ryug 12 # Hayabusa2 to the asteroid Ryugu

# PRISMA ESA Earthorbiter:
./mak.convol.library s06pr01 a 238 PRISMA1a 12 # 2021 PRISMA
Expand Down
11 changes: 11 additions & 0 deletions sl1/usgs/library06.conv/cmds.make.new.instrument.library.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@



./AAA.make.new.instrument.convolved.spectral.library.sh s06hyb2 a 76 HYB2ryug 12 \
'Convolved Hayabusa2 Ryugu 76ch library ' \
'Wavelengths in microns 76 ch HYB2ryug ' \
'Resolution in microns 76 ch HYB2ryug ' \
-waves waves.ascii.files/waves-ryugu-microns-ch76.txt \
-fwhm waves.ascii.files/resol-ryugu-microns-ch76.txt


0 comments on commit 3b037a6

Please sign in to comment.