Changeset 43104
- Timestamp:
- Sep 22, 2026, 3:26:34 PM (41 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippTasks/simtest.pro
r43085 r43104 79 79 # the labels "wait" and "proc" are special names used in automate.pro 80 80 81 # confirm the TESS, DVO, and refcat.catdir entries in site.config match the local names 82 $myTess = `ipp_site_lookup.pl --tess_id TESS` 83 $myRefcat = `ipp_site_lookup.pl --psastro_db SYNTH.SIMTEST` 84 85 pwd -var myCWD 86 strsub $myCWD /export /data -var myCWD 87 88 if ("$myTess" != "$myCWD/TESS") 89 echo "site.config does not list the correct TESS entry: $myTess vs $myCWD/TESS" 90 break 91 end 92 if ("$myRefcat" != "$myCWD/refcat.catdir") 93 echo "site.config does not list the correct TESS entry: $myTess vs $myCWD/TESS" 94 break 95 end 96 81 97 # make a reference database using refcat.fits 82 98 # EAM XXX : 2026.06.29 : this command has a hard-wired RA,DEC region which 83 99 # needs to match the object images generated by the SIMTEST_SEQUENCE file 84 100 mkref refcat 10 101 102 ## XXX this will need to be optional as well 103 ## we could use the book to find OBSTYPE = OBJECT, get CENTER.RA, CENTER.DEC 104 ## or else we could have ppSimSequence generate an appropriate skycells call 105 file TESS/Images.dat found 106 if ($found == 0) 107 # this command is approriate only to the dither pattern and camera define in simtest.basic.config 108 exec skycells -mode local -scale 0.2 -center $CENTER_RA $CENTER_DEC -size 0.3 0.3 -nx 3 -ny 3 -D CATDIR TESS 109 end 85 110 86 111 local mySeq … … 106 131 107 132 exec source simtest.mkimages 108 109 ## XXX this will need to be optional as well110 ## we could use the book to find OBSTYPE = OBJECT, get CENTER.RA, CENTER.DEC111 ## or else we could have ppSimSequence generate an appropriate skycells call112 file TESS/Images.dat found113 if ($found == 0)114 # this command is approriate only to the dither pattern and camera define in simtest.basic.config115 exec skycells -mode local -scale 0.2 -center $CENTER_RA $CENTER_DEC -size 0.3 0.3 -nx 3 -ny 3 -D CATDIR TESS116 end117 133 end 118 134 … … 132 148 module detrend.reject.pro 133 149 module detrend.correct.pro 134 # module flatcorr.pro135 150 module chip.pro 136 151 module camera.pro 137 # module addstar.pro138 152 module fake.pro 139 153 module warp.pro 140 154 module diff.pro 141 155 module stack.pro 142 else143 module.tasks144 156 end 145 157 … … 160 172 register.revert.off 161 173 detrend.revert.off 162 # flatcorr.revert.off163 174 chip.revert.off 164 175 camera.revert.off 165 # addstar.revert.off166 176 fake.revert.off 167 177 warp.revert.off
Note:
See TracChangeset
for help on using the changeset viewer.
