Changeset 43060
- Timestamp:
- Jul 3, 2026, 2:58:44 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippTasks/simtest.pro
r43016 r43060 30 30 $SIMTEST_WORKDIR = work 31 31 32 # these must match the values in $SIMTEST_SEQUENCE above 33 $CENTER_RA = 270.0 34 $CENTER_DEC = 30.0 32 35 33 36 macro simtest … … 77 80 78 81 # 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 80 84 mkref refcat 10 81 85 … … 109 113 if ($found == 0) 110 114 # 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 TESS115 exec skycells -mode local -scale 0.2 -center $CENTER_RA $CENTER_DEC -size 0.3 0.3 -nx 3 -ny 3 -D CATDIR TESS 112 116 end 113 117 end … … 210 214 211 215 # 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.0216 $BaseOptions = -type OBJECT -filter r -skymags 20.86 -ra $CENTER_RA -dec $CENTER_DEC -pa 0.0 213 217 $BaseOptions = $BaseOptions -Df PSASTRO:DVO.GETSTAR.MAX.RHO 50000.0 214 $BaseOptions = $BaseOptions -nx 2500 -ny 2500218 $BaseOptions = $BaseOptions -nx 5000 -ny 5000 215 219 216 220 # options for the reference image
Note:
See TracChangeset
for help on using the changeset viewer.
