Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonaRighini committed Feb 11, 2018
1 parent 6419af3 commit 21185b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ CAP is a collection of IDL-programming-language ((c)Exelis) procedures.
It requires IDL 8.x and the "IDL astrolib" libraries, downloadable from
https://idlastro.gsfc.nasa.gov/homepage.html

Copy all the procedures in a folder inside your IDL workspace.
Copy all the procedures in a folder inside your IDL workspace, in a folder
under the "Default" path.

Full descriptions of all procedures are available in the wiki page:




Expand Down
2 changes: 1 addition & 1 deletion dataflagging.pro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pro WID_BASE_0, GROUP_LEADER=wGroup, _EXTRA=_VWBExtra_


;Materiale nel TAB CFG
userlist=['NA','AT','EV','MG','SR','AZ','MM']
userlist=['NA','U1','U2','U3','U4','U5','U6','U7','U8','U9']
flags = ['-1c0','-1c1','+0cx','+1cx','-1cx']
user='NA'

Expand Down
4 changes: 2 additions & 2 deletions separate.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
;
; IDL> separa, /extlist
;
; Latest update: Dec 6th, 2017
; Latest update: Feb 11th, 2018


pro separate, multiK=multiK, extlist=extlist

print, ' '
sp=path_sep()
pin=dialog_pickfile(/DIRECTORY, title='Select main folder, containing the YYYMMDD data folders')
pin=dialog_pickfile(/DIRECTORY, title='Select main folder, containing the YYYYMMDD data folders')
print, 'Selected folder is ', pin

if not keyword_set(multiK) then Kband='single' else Kband='multi'
Expand Down

0 comments on commit 21185b1

Please sign in to comment.