NOAA-PMEL / Ferret

The Ferret program from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
55 stars 20 forks source link

The grave accent r=XSTART option should omit parens #231

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Reported by steven.c.hankin on 24 Oct 2002 23:20 UTC It is often a nuisance to have the parenthetical actual encodings as in: yes? define axis/x=-180:720:.01/unit=degrees/modulo xencode yes? let xloc = X[gx=xencode] yes? define symbol lon_start xloc,return=xstart,prec=8 !-> define symbol lon_start 180E(-180) yes? define symbol lon_end xloc,return=xend,prec=8 !-> define symbol lon_end 0E(720)

Should add SET MODE LON noparens and SET MODE LAT noparens

Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/470

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 6 Nov 2003 18:02 UTC Move to Ferret Tasks, assign to Ansley

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 6 Nov 2003 18:16 UTC reassign to Ansley

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 10 Nov 2003 21:48 UTC or as an option on the RETURN=

Are there a bunch of places where this needs to be known? Do we want the parenthetical remarks at all? Ask the users!

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 5 Nov 2004 19:19 UTC Changing Component of bugs in "Ferret Tasks" from All to Main