IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43060


Ignore:
Timestamp:
Jul 3, 2026, 2:58:44 PM (2 weeks ago)
Author:
eugene
Message:

center RA,DEC as global variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/ippTasks/simtest.pro

    r43016 r43060  
    3030$SIMTEST_WORKDIR = work
    3131 
     32# these must match the values in $SIMTEST_SEQUENCE above
     33$CENTER_RA  = 270.0
     34$CENTER_DEC =  30.0
    3235
    3336macro simtest
     
    7780   
    7881      # make a reference database using refcat.fits
    79       #
     82      # EAM XXX : 2026.06.29 : this command has a hard-wired RA,DEC region which
     83      # needs to match the object images generated by the SIMTEST_SEQUENCE file
    8084      mkref refcat 10
    8185
     
    109113      if ($found == 0)
    110114        # this command is approriate only to the dither pattern and camera define in simtest.basic.config
    111         exec skycells -mode local -scale 0.2 -center 270.75 -23.70 -size 0.3 0.3 -nx 3 -ny 3 -D CATDIR TESS
     115        exec skycells -mode local -scale 0.2 -center $CENTER_RA $CENTER_DEC -size 0.3 0.3 -nx 3 -ny 3 -D CATDIR TESS
    112116      end
    113117    end
     
    210214
    211215# basic options for the these images (filter, location, obstype)
    212 $BaseOptions = -type OBJECT -filter r -skymags 20.86 -ra 270.70 -dec -23.70 -pa 0.0
     216$BaseOptions = -type OBJECT -filter r -skymags 20.86 -ra $CENTER_RA -dec $CENTER_DEC -pa 0.0
    213217$BaseOptions = $BaseOptions -Df PSASTRO:DVO.GETSTAR.MAX.RHO 50000.0
    214 $BaseOptions = $BaseOptions -nx 2500 -ny 2500
     218$BaseOptions = $BaseOptions -nx 5000 -ny 5000
    215219
    216220# options for the reference image
Note: See TracChangeset for help on using the changeset viewer.