PRO lambdalook ;NAME:lambdalook ; ;PURPOSE: to look at a MIPS SED file while calibrating the wavelength ;TO be used with lambdacal.pro ; ;CALLING SEQUENCE: ; ;INPUTS:name of fits image (one telescope position) this will have 12 ;on/off pairs ; ;OPTIONAL KEYWORD: ; ;OUTPUTS:uses slaffi to look at the file ; ;SIDE EFFECTS:chages the color ; ;RESTRICTIONS:?? ; ;EXAMPLES: ; ;MODIFICATION HISTORY:started on 2/26/03 ; ;------------------------------------ ;set the color right loadct,39 ;name='ffene2.fits' ;name='fhear2.fits' ;name='fobject2.fits' print,' files are ffene2.fits ffene3.fits fhear2.fits fobject2.fits' name='' READ, name, PROMPT='Enter file name:' ;cube=RDFITSCUBE(name) ffile=READFITS(name) slaffi,ffile END